0.4.4 - ci-build

StandardPatientHealthRecordIG, published by MITRE. This is not an authorized publication; it is the continuous build for version 0.4.4). This version is based on the current content of https://github.com/HL7/standard-patient-health-record-ig/ and changes regularly. See the Directory of published versions

: PCDSleepObservation-duration-example - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "PCDSleepObservation-duration-example",
  "meta" : {
    "profile" : [
      "https://open-health-manager.github.io/standard-patient-health-record-ig/StructureDefinition/pcd-sleep-observation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"PCDSleepObservation-duration-example\"> </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;PCDSleepObservation-duration-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pcd-sleep-observation.html\">Patient contributed data: sleep observation</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Sleep duration <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#93832-4)</span></p><p><b>subject</b>: <a href=\"Patient/janesmith\">Patient/janesmith: Jane Smith</a></p><p><b>effective</b>: 2022-10-08 09:57:34+0000</p><p><b>value</b>: 9 h<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code h = 'h')</span></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "93832-4",
        "display" : "Sleep duration"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/janesmith",
    "display" : "Jane Smith"
  },
  "effectiveDateTime" : "2022-10-08T09:57:34.2112Z",
  "valueQuantity" : {
    "value" : 9,
    "system" : "http://unitsofmeasure.org",
    "code" : "h"
  }
}