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

: lumis-summary-periods - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "lumis-summary-periods",
  "meta" : {
    "profile" : [
      🔗 "http://resmed.com/fhir/core/StructureDefinition/resmed-therapy-periods"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-summary-periods\"> </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;lumis-summary-periods&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-therapy-periods.html\">ResMed Therapy Periods</a></p></div><p><b>status</b>: preliminary</p><p><b>code</b>: periods-of-use <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#periods-of-use)</span></p><p><b>effective</b>: 2021-05-27</p><p><b>issued</b>: May 28, 2021, 4:05:40 AM</p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p><blockquote><p><b>component</b></p><p><b>code</b>: period-of-use <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#period-of-use)</span></p><p><b>value</b>: 2021-05-06 14:00:00-0500 --&gt; 2021-05-06 17:00:00-0500</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: period-of-use <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#period-of-use)</span></p><p><b>value</b>: 2021-05-06 17:40:00-0500 --&gt; 2021-05-07 18:40:00-0500</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: period-of-use <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#period-of-use)</span></p><p><b>value</b>: 2021-05-06 19:30:00-0500 --&gt; 2021-05-07 08:00:00-0500</p></blockquote></div>"
  },
  "status" : "preliminary",
  "code" : {
    "coding" : [
      {
        "system" : "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system",
        "code" : "periods-of-use"
      }
    ]
  },
  "effectiveDateTime" : "2021-05-27",
  "issued" : "2021-05-27T23:05:40.0-05:00",
  "device" : {
    🔗 "reference" : "Device/lumis"
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system",
            "code" : "period-of-use"
          }
        ]
      },
      "valuePeriod" : {
        "start" : "2021-05-06T14:00:00-05:00",
        "end" : "2021-05-06T17:00:00-05:00"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system",
            "code" : "period-of-use"
          }
        ]
      },
      "valuePeriod" : {
        "start" : "2021-05-06T17:40:00-05:00",
        "end" : "2021-05-07T18:40:00-05:00"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system",
            "code" : "period-of-use"
          }
        ]
      },
      "valuePeriod" : {
        "start" : "2021-05-06T19:30:00-05:00",
        "end" : "2021-05-07T08:00:00-05:00"
      }
    }
  ]
}