ResMed Core Implementation Guide
0.37.0 - ci-build International flag

ResMed Core Implementation Guide - Local Development build (v0.37.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: astral-fio2-stats - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "astral-fio2-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=\"astral-fio2-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;astral-fio2-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>: fio2-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>#fio2-statistic)</span></p><p><b>effective</b>: 2021-01-15</p><p><b>issued</b>: Jan 16, 2021, 12:38:23 AM</p><p><b>device</b>: <a href=\"Device-astral.html\">Device/astral</a></p><blockquote><p><b>component</b></p><p><b>code</b>: 5th percentile <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-statistics-code-system.html\">ResMed Centiles CodeSystem</a>#centile-5)</span></p><p><b>value</b>: 26</p></blockquote><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>: 28</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>: 30</p></blockquote></div>"
  },
  "status" : "preliminary",
  "code" : {
    "coding" : [
      {
        "system" : "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system",
        "code" : "fio2-statistic"
      }
    ]
  },
  "effectiveDateTime" : "2021-01-15",
  "issued" : "2021-01-15T19:38:23.0-05:00",
  "device" : {
    🔗 "reference" : "Device/astral"
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.resmed.com/CodeSystem/resmed-statistics-code-system",
            "code" : "centile-5"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 26
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.resmed.com/CodeSystem/resmed-statistics-code-system",
            "code" : "centile-50"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 28
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.resmed.com/CodeSystem/resmed-statistics-code-system",
            "code" : "centile-95"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 30
      }
    }
  ]
}