Personal Health Records
1.0.0-ballot2 - STU 1 ballot International flag

Personal Health Records, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/personal-health-record-format-ig/ and changes regularly. See the Directory of published versions

: pghd-hearingSensitivity-1

Page standards status: Informative

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="pghd-hearingSensitivity-1"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/phr/StructureDefinition/pghd-hearing-sensitivity"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><p class="res-header-id"><b>Generated Narrative: Observation pghd-hearingSensitivity-1</b></p><a name="pghd-hearingSensitivity-1"> </a><a name="hcpghd-hearingSensitivity-1"> </a><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">Language: en</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_1</p><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category exam}">Exam</span></p><p><b>code</b>: <span title="Codes:{http://hl7.org/fhir/uv/phr/CodeSystem/observation-pghd-codes hearingSensitivity}">Hearing sensitivity</span></p><p><b>subject</b>: <a href="Patient-1.html">John Doe Male, DoB: 1990-01-01</a></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">John Doe Male, DoB: 1990-01-01</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://hl7.org/fhir/uv/phr/CodeSystem/hearing-sensitivity-codes frequency}">Frequency</span></p><p><b>value</b>: 500 Hz<span style="background: LightGoldenRodYellow"> (Details: UCUM  codeHz = 'Hz')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://hl7.org/fhir/uv/phr/CodeSystem/hearing-sensitivity-codes leftEarSensitivity}">Left ear sensitivity</span></p><p><b>value</b>: 30 dB<span style="background: LightGoldenRodYellow"> (Details: UCUM  codedB = 'dB')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://hl7.org/fhir/uv/phr/CodeSystem/hearing-sensitivity-codes rightEarSensitivity}">Right ear sensitivity</span></p><p><b>value</b>: 35 dB<span style="background: LightGoldenRodYellow"> (Details: UCUM  codedB = 'dB')</span></p></blockquote></div>
  </text>
  <identifier>
    <system value="urn:uuid:2a0d59fe-e99f-d216-5865-670442becaa3"/>
    <value value="DE430E9B-03F4-4310-ACA1-508787B240CD_1"/>
  </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://hl7.org/fhir/uv/phr/CodeSystem/observation-pghd-codes"/>
      <code value="hearingSensitivity"/>
    </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://hl7.org/fhir/uv/phr/CodeSystem/hearing-sensitivity-codes"/>
        <code value="frequency"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="500"/>
      <unit value="Hz"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="Hz"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://hl7.org/fhir/uv/phr/CodeSystem/hearing-sensitivity-codes"/>
        <code value="leftEarSensitivity"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="30"/>
      <unit value="dB"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="dB"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="http://hl7.org/fhir/uv/phr/CodeSystem/hearing-sensitivity-codes"/>
        <code value="rightEarSensitivity"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="35"/>
      <unit value="dB"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="dB"/>
    </valueQuantity>
  </component>
</Observation>