Personal Health Records
1.0.0-ballot - ballot International flag

This page is part of the Standard Personal Health Record (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: PCDSleepObservation-duration-example - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="PCDSleepObservation-duration-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/phr/StructureDefinition/pcd-sleep-observation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation PCDSleepObservation-duration-example</b></p><a name="PCDSleepObservation-duration-example"> </a><a name="hcPCDSleepObservation-duration-example"> </a><a name="PCDSleepObservation-duration-example-en-US"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{http://loinc.org 93832-4}">Sleep duration</span></p><p><b>subject</b>: Jane Smith</p><p><b>effective</b>: 2022-10-08 09:57:34+0000</p><p><b>performer</b>: Jane Smith</p><p><b>value</b>: 9 h<span style="background: LightGoldenRodYellow"> (Details: UCUM  codeh = 'h')</span></p></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="93832-4"/>
      <display value="Sleep duration"/>
    </coding>
  </code>
  <subject>
    <display value="Jane Smith"/>
  </subject>
  <effectiveDateTime value="2022-10-08T09:57:34.2112Z"/>
  <performer>
    <display value="Jane Smith"/>
  </performer>
  <valueQuantity>
    <value value="9"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="h"/>
  </valueQuantity>
</Observation>