{
  "resourceType" : "Observation",
  "id" : "airsense-11-epap-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-11-epap-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-11-epap-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>: expiratory-pressure-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>#expiratory-pressure-statistic)</span></p><p><b>effective</b>: 2022-06-07</p><p><b>issued</b>: Jun 7, 2022, 5:11:35 AM</p><p><b>device</b>: <a href=\"Device-airsense-11.html\">Device/airsense-11</a></p><blockquote><p><b>component</b></p><p><b>code</b>: 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></p><p><b>value</b>: 9.96 cmH2O<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code cm[H2O] = 'cm[H2O]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: 95th percentile <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-statistics-code-system.html\">ResMed Centiles CodeSystem</a>#centile-95)</span></p><p><b>value</b>: 9.96 cmH2O<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code cm[H2O] = 'cm[H2O]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: 100th percentile or maximum <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-statistics-code-system.html\">ResMed Centiles CodeSystem</a>#centile-100)</span></p><p><b>value</b>: 9.96 cmH2O<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code cm[H2O] = 'cm[H2O]')</span></p></blockquote></div>"
  },
  "status" : "preliminary",
  "code" : {
    "coding" : [{
      "system" : "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system",
      "code" : "expiratory-pressure-statistic"
    }]
  },
  "effectiveDateTime" : "2022-06-07",
  "issued" : "2022-06-07T05:11:35.285Z",
  "device" : {
    "reference" : "Device/airsense-11"
  },
  "component" : [{
    "code" : {
      "coding" : [{
        "system" : "http://terminology.resmed.com/CodeSystem/resmed-statistics-code-system",
        "code" : "centile-50"
      }]
    },
    "valueQuantity" : {
      "value" : 9.96,
      "unit" : "cmH2O",
      "system" : "http://unitsofmeasure.org",
      "code" : "cm[H2O]"
    }
  },
  {
    "code" : {
      "coding" : [{
        "system" : "http://terminology.resmed.com/CodeSystem/resmed-statistics-code-system",
        "code" : "centile-95"
      }]
    },
    "valueQuantity" : {
      "value" : 9.96,
      "unit" : "cmH2O",
      "system" : "http://unitsofmeasure.org",
      "code" : "cm[H2O]"
    }
  },
  {
    "code" : {
      "coding" : [{
        "system" : "http://terminology.resmed.com/CodeSystem/resmed-statistics-code-system",
        "code" : "centile-100"
      }]
    },
    "valueQuantity" : {
      "value" : 9.96,
      "unit" : "cmH2O",
      "system" : "http://unitsofmeasure.org",
      "code" : "cm[H2O]"
    }
  }]
}