{
  "resourceType" : "Observation",
  "id" : "airsense-10-htubepow-stats",
  "meta" : {
    "profile" : ["http://resmed.com/fhir/core/StructureDefinition/resmed-stats-observation"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"airsense-10-htubepow-stats\"> </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;airsense-10-htubepow-stats&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-stats-observation.html\">ResMed Statistical Observation</a></p></div><p><b>status</b>: preliminary</p><p><b>code</b>: heated-tube-power-statistic <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#heated-tube-power-statistic)</span></p><p><b>effective</b>: 2021-05-07</p><p><b>issued</b>: May 7, 2021, 6:28:17 PM</p><p><b>device</b>: <a href=\"Device-airsense-10.html\">Device/airsense-10</a></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>50th percentile or median <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-statistics-code-system.html\">ResMed Centiles CodeSystem</a>#centile-50)</span></td><td>19</td></tr></table></div>"
  },
  "status" : "preliminary",
  "code" : {
    "coding" : [{
      "system" : "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system",
      "code" : "heated-tube-power-statistic"
    }]
  },
  "effectiveDateTime" : "2021-05-07",
  "issued" : "2021-05-07T13:28:17.239-05:00",
  "device" : {
    "reference" : "Device/airsense-10"
  },
  "component" : [{
    "code" : {
      "coding" : [{
        "system" : "http://terminology.resmed.com/CodeSystem/resmed-statistics-code-system",
        "code" : "centile-50"
      }]
    },
    "valueQuantity" : {
      "value" : 19
    }
  }]
}