{
  "resourceType" : "Observation",
  "id" : "astral-patient-hours",
  "meta" : {
    "profile" : ["http://resmed.com/fhir/core/StructureDefinition/resmed-single-measure"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"astral-patient-hours\"> </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;astral-patient-hours&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-single-measure.html\">ResMed Single Measure</a></p></div><p><b>status</b>: preliminary</p><p><b>code</b>: therapy-run-meter <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#therapy-run-meter)</span></p><p><b>effective</b>: 2021-01-15</p><p><b>issued</b>: Jan 16, 2021, 12:38:23 AM</p><p><b>value</b>: 6 Hour<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code h = 'h')</span></p><p><b>device</b>: <a href=\"Device-astral.html\">Device/astral</a></p></div>"
  },
  "status" : "preliminary",
  "code" : {
    "coding" : [{
      "system" : "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system",
      "code" : "therapy-run-meter"
    }]
  },
  "effectiveDateTime" : "2021-01-15",
  "issued" : "2021-01-15T19:38:23.0-05:00",
  "valueQuantity" : {
    "value" : 6,
    "unit" : "Hour",
    "system" : "http://unitsofmeasure.org",
    "code" : "h"
  },
  "device" : {
    "reference" : "Device/astral"
  }
}