Patient-Generated Health Data (PGHD) Implementation Guide
0.5.0 - release

Publication Build: This will be filled in by the publication tooling

: pghd-hearingSensitivity-3 - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="pghd-hearingSensitivity-3"/>
  <meta>
    <profile
             value="http://fhir/pghd/StructureDefinition/pghd-hearing-sensitivity"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="pghd-hearingSensitivity-3"> </a><a name="hcpghd-hearingSensitivity-3"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation &quot;pghd-hearingSensitivity-3&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-pghd-hearing-sensitivity.html">PGHD HearingSensitivity Profile</a></p></div><p><b>identifier</b>: <code>urn:uuid:2a0d59fe-e99f-d216-5865-670442becaa3</code>/DE430E9B-03F4-4310-ACA1-508787B240CD_3</p><p><b>status</b>: final</p><p><b>category</b>: Exam <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-observation-category.html">Observation Category Codes</a>#exam)</span></p><p><b>code</b>: 聴力 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-observation-pghd-codes.html">Observation PGHD Codes</a>#hearingSensitivity)</span></p><p><b>subject</b>: <a href="Patient-1.html">Patient/1</a> &quot; DOE&quot;</p><p><b>effective</b>: 2023-12-01 05:33:42+0000 --&gt; 2023-12-01 05:35:22+0000</p><p><b>performer</b>: <a href="Patient-1.html">Patient/1</a> &quot; DOE&quot;</p><blockquote><p><b>component</b></p><p><b>code</b>: 周波数 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-hearing-sensitivity-codes.html">Hearing Sensitivity Codes</a>#frequency)</span></p><p><b>value</b>: 2000 Hz<span style="background: LightGoldenRodYellow"> (Details: UCUM code Hz = 'Hz')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: 左耳聴力 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-hearing-sensitivity-codes.html">Hearing Sensitivity Codes</a>#leftEarSensitivity)</span></p><p><b>value</b>: 70 dB<span style="background: LightGoldenRodYellow"> (Details: UCUM code dB = 'dB')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: 右耳聴力 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-hearing-sensitivity-codes.html">Hearing Sensitivity Codes</a>#rightEarSensitivity)</span></p><p><b>value</b>: 75 dB<span style="background: LightGoldenRodYellow"> (Details: UCUM code dB = 'dB')</span></p></blockquote></div>
  </text>
  <identifier>
    <system value="urn:uuid:2a0d59fe-e99f-d216-5865-670442becaa3"/>
    <value value="DE430E9B-03F4-4310-ACA1-508787B240CD_3"/>
  </identifier>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="exam"/>
      <display value="Exam"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://fhir/pghd/CodeSystem/observation-pghd-codes"/>
      <code value="hearingSensitivity"/>
      <display value="聴力"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/1"/>
  </subject>
  <effectivePeriod>
    <start value="2023-12-01T05:33:42Z"/>
    <end value="2023-12-01T05:35:22Z"/>
  </effectivePeriod>
  <performer>🔗 
    <reference value="Patient/1"/>
  </performer>
  <component>
    <code>
      <coding>
        <system
                value="http://fhir/pghd/CodeSystem/hearing-sensitivity-codes"/>
        <code value="frequency"/>
        <display value="周波数"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="2000"/>
      <unit value="Hz"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="Hz"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://fhir/pghd/CodeSystem/hearing-sensitivity-codes"/>
        <code value="leftEarSensitivity"/>
        <display value="左耳聴力"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="70"/>
      <unit value="dB"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="dB"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://fhir/pghd/CodeSystem/hearing-sensitivity-codes"/>
        <code value="rightEarSensitivity"/>
        <display value="右耳聴力"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="75"/>
      <unit value="dB"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="dB"/>
    </valueQuantity>
  </component>
</Observation>