@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://resmed.com/fhir/core/Bundle/lumis-measurements-bundle> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "lumis-measurements-bundle"] ; # 
  fhir:implicitRules [ fhir:v "periodic-samples"^^xsd:anyURI] ; # 
  fhir:type [ fhir:v "transaction"] ; # 
  fhir:entry ( [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-measurements-observation"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-measurements-observation> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-heart-rate-minimum-622"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-heart-rate-minimum-622> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-heart-rate-minimum-851"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-heart-rate-minimum-851> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-inspiratory-pressure-622"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-inspiratory-pressure-622> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-inspiratory-pressure-851"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-inspiratory-pressure-851> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-minute-ventilation-622"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-minute-ventilation-622> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-minute-ventilation-851"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-minute-ventilation-851> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-spo2-minimum-622"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-spo2-minimum-622> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-spo2-minimum-851"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-spo2-minimum-851> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-respiratory-rate-622"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-respiratory-rate-622> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-respiratory-rate-851"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-respiratory-rate-851> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-leak-622"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-leak-622> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-leak-851"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-leak-851> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-expiratory-pressure-622"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-expiratory-pressure-622> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-expiratory-pressure-851"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-expiratory-pressure-851> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-spont-trigger-percentage-622"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-spont-trigger-percentage-622> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-spont-trigger-percentage-851"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-spont-trigger-percentage-851> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-spont-cycle-percentage-622"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-spont-cycle-percentage-622> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-spont-cycle-percentage-851"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-spont-cycle-percentage-851> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-tidal-volume-622"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-tidal-volume-622> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-tidal-volume-851"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-tidal-volume-851> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-hypopnea-49881"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-hypopnea-49881> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-hypopnea-60879"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-hypopnea-60879> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-hypopnea-66265"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-hypopnea-66265> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-apnea-69429"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-apnea-69429> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-apnea-55429"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-apnea-55429> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-spo2-desaturation-46551"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-spo2-desaturation-46551> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-spo2-desaturation-7700"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-spo2-desaturation-7700> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/lumis-spo2-desaturation-8200"^^xsd:anyURI ] ;
     fhir:resource ( <http://example.org/fhir/Observation/lumis-spo2-desaturation-8200> ) ;
     fhir:request [
       fhir:method [ fhir:v "POST" ] ;
       fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
     ]
  ] ) . # 

<http://example.org/fhir/Observation/lumis-measurements-observation> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-measurements-observation"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-measurements-observation\"> </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-measurements-observation&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-sampled-observation.html\">ResMed Sampled Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 26, 2021, 6:28:18 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: Data for multiple, time-series measures captured by a device during a specified day or elapsed period, e.g. night profile data <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-code-system.html\">ResMed observation CodeSystem</a>#periodic-samples)</span></p><p><b>effective</b>: 2021-05-26</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p><p><b>hasMember</b>: </p><ul><li><a href=\"#Observation_lumis-heart-rate-minimum-622\">See above (Observation/lumis-heart-rate-minimum-622)</a></li><li><a href=\"#Observation_lumis-heart-rate-minimum-851\">See above (Observation/lumis-heart-rate-minimum-851)</a></li><li><a href=\"#Observation_lumis-inspiratory-pressure-622\">See above (Observation/lumis-inspiratory-pressure-622)</a></li><li><a href=\"#Observation_lumis-inspiratory-pressure-851\">See above (Observation/lumis-inspiratory-pressure-851)</a></li><li><a href=\"#Observation_lumis-minute-ventilation-622\">See above (Observation/lumis-minute-ventilation-622)</a></li><li><a href=\"#Observation_lumis-minute-ventilation-851\">See above (Observation/lumis-minute-ventilation-851)</a></li><li><a href=\"#Observation_lumis-spo2-minimum-622\">See above (Observation/lumis-spo2-minimum-622)</a></li><li><a href=\"#Observation_lumis-spo2-minimum-851\">See above (Observation/lumis-spo2-minimum-851)</a></li><li><a href=\"#Observation_lumis-respiratory-rate-622\">See above (Observation/lumis-respiratory-rate-622)</a></li><li><a href=\"#Observation_lumis-respiratory-rate-851\">See above (Observation/lumis-respiratory-rate-851)</a></li><li><a href=\"#Observation_lumis-leak-622\">See above (Observation/lumis-leak-622)</a></li><li><a href=\"#Observation_lumis-leak-851\">See above (Observation/lumis-leak-851)</a></li><li><a href=\"#Observation_lumis-expiratory-pressure-622\">See above (Observation/lumis-expiratory-pressure-622)</a></li><li><a href=\"#Observation_lumis-expiratory-pressure-851\">See above (Observation/lumis-expiratory-pressure-851)</a></li><li><a href=\"#Observation_lumis-spont-trigger-percentage-622\">See above (Observation/lumis-spont-trigger-percentage-622)</a></li><li><a href=\"#Observation_lumis-spont-trigger-percentage-851\">See above (Observation/lumis-spont-trigger-percentage-851)</a></li><li><a href=\"#Observation_lumis-spont-cycle-percentage-622\">See above (Observation/lumis-spont-cycle-percentage-622)</a></li><li><a href=\"#Observation_lumis-spont-cycle-percentage-851\">See above (Observation/lumis-spont-cycle-percentage-851)</a></li><li><a href=\"#Observation_lumis-tidal-volume-622\">See above (Observation/lumis-tidal-volume-622)</a></li><li><a href=\"#Observation_lumis-tidal-volume-851\">See above (Observation/lumis-tidal-volume-851)</a></li><li><a href=\"#Observation_lumis-hypopnea-49881\">See above (Observation/lumis-hypopnea-49881)</a></li><li><a href=\"#Observation_lumis-hypopnea-60879\">See above (Observation/lumis-hypopnea-60879)</a></li><li><a href=\"#Observation_lumis-hypopnea-66265\">See above (Observation/lumis-hypopnea-66265)</a></li><li><a href=\"#Observation_lumis-apnea-69429\">See above (Observation/lumis-apnea-69429)</a></li><li><a href=\"#Observation_lumis-apnea-55429\">See above (Observation/lumis-apnea-55429)</a></li><li><a href=\"#Observation_lumis-spo2-desaturation-46551\">See above (Observation/lumis-spo2-desaturation-46551)</a></li><li><a href=\"#Observation_lumis-spo2-desaturation-7700\">See above (Observation/lumis-spo2-desaturation-7700)</a></li><li><a href=\"#Observation_lumis-spo2-desaturation-8200\">See above (Observation/lumis-spo2-desaturation-8200)</a></li></ul></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-26T13:28:18.129-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "periodic-samples" ]
     ] )
  ] ; # 
  fhir:effective [ fhir:v "2021-05-26"^^xsd:date] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] ; # 
  fhir:hasMember ( [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-heart-rate-minimum-622> ;
     fhir:reference [ fhir:v "Observation/lumis-heart-rate-minimum-622" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-heart-rate-minimum-851> ;
     fhir:reference [ fhir:v "Observation/lumis-heart-rate-minimum-851" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-inspiratory-pressure-622> ;
     fhir:reference [ fhir:v "Observation/lumis-inspiratory-pressure-622" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-inspiratory-pressure-851> ;
     fhir:reference [ fhir:v "Observation/lumis-inspiratory-pressure-851" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-minute-ventilation-622> ;
     fhir:reference [ fhir:v "Observation/lumis-minute-ventilation-622" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-minute-ventilation-851> ;
     fhir:reference [ fhir:v "Observation/lumis-minute-ventilation-851" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-spo2-minimum-622> ;
     fhir:reference [ fhir:v "Observation/lumis-spo2-minimum-622" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-spo2-minimum-851> ;
     fhir:reference [ fhir:v "Observation/lumis-spo2-minimum-851" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-respiratory-rate-622> ;
     fhir:reference [ fhir:v "Observation/lumis-respiratory-rate-622" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-respiratory-rate-851> ;
     fhir:reference [ fhir:v "Observation/lumis-respiratory-rate-851" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-leak-622> ;
     fhir:reference [ fhir:v "Observation/lumis-leak-622" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-leak-851> ;
     fhir:reference [ fhir:v "Observation/lumis-leak-851" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-expiratory-pressure-622> ;
     fhir:reference [ fhir:v "Observation/lumis-expiratory-pressure-622" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-expiratory-pressure-851> ;
     fhir:reference [ fhir:v "Observation/lumis-expiratory-pressure-851" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-spont-trigger-percentage-622> ;
     fhir:reference [ fhir:v "Observation/lumis-spont-trigger-percentage-622" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-spont-trigger-percentage-851> ;
     fhir:reference [ fhir:v "Observation/lumis-spont-trigger-percentage-851" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-spont-cycle-percentage-622> ;
     fhir:reference [ fhir:v "Observation/lumis-spont-cycle-percentage-622" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-spont-cycle-percentage-851> ;
     fhir:reference [ fhir:v "Observation/lumis-spont-cycle-percentage-851" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-tidal-volume-622> ;
     fhir:reference [ fhir:v "Observation/lumis-tidal-volume-622" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-tidal-volume-851> ;
     fhir:reference [ fhir:v "Observation/lumis-tidal-volume-851" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-hypopnea-49881> ;
     fhir:reference [ fhir:v "Observation/lumis-hypopnea-49881" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-hypopnea-60879> ;
     fhir:reference [ fhir:v "Observation/lumis-hypopnea-60879" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-hypopnea-66265> ;
     fhir:reference [ fhir:v "Observation/lumis-hypopnea-66265" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-apnea-69429> ;
     fhir:reference [ fhir:v "Observation/lumis-apnea-69429" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-apnea-55429> ;
     fhir:reference [ fhir:v "Observation/lumis-apnea-55429" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-spo2-desaturation-46551> ;
     fhir:reference [ fhir:v "Observation/lumis-spo2-desaturation-46551" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-spo2-desaturation-7700> ;
     fhir:reference [ fhir:v "Observation/lumis-spo2-desaturation-7700" ]
  ] [
     fhir:link <http://resmed.com/fhir/core/Observation/lumis-spo2-desaturation-8200> ;
     fhir:reference [ fhir:v "Observation/lumis-spo2-desaturation-8200" ]
  ] ) . # 

<http://example.org/fhir/Observation/lumis-heart-rate-minimum-622> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-heart-rate-minimum-622"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-heart-rate-minimum-622\"> </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-heart-rate-minimum-622&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-sampled-measure-observation.html\">ResMed Sampled Measure Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: heart-rate-minimum <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#heart-rate-minimum)</span></p><p><b>effective</b>: 2021-05-26 22:22:00-0500 --&gt; 2021-05-26 23:44:00-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: Origin: 0, Interval: 60000, Dimensions: 1, Data: 88 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 1 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89</p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "heart-rate-minimum" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-26T22:22:00.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-26T23:44:00.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:SampledData ;
     fhir:origin [
       fhir:value [ fhir:v "0"^^xsd:decimal ]
     ] ;
     fhir:period [ fhir:v "60000"^^xsd:decimal ] ;
     fhir:dimensions [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:data [ fhir:v "88 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 1 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89" ]
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-heart-rate-minimum-851> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-heart-rate-minimum-851"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-heart-rate-minimum-851\"> </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-heart-rate-minimum-851&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-sampled-measure-observation.html\">ResMed Sampled Measure Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: heart-rate-minimum <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#heart-rate-minimum)</span></p><p><b>effective</b>: 2021-05-27 02:11:00-0500 --&gt; 2021-05-27 03:33:00-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: Origin: 0, Interval: 60000, Dimensions: 1, Data: 88 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 1 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89</p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "heart-rate-minimum" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-27T02:11:00.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-27T03:33:00.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:SampledData ;
     fhir:origin [
       fhir:value [ fhir:v "0"^^xsd:decimal ]
     ] ;
     fhir:period [ fhir:v "60000"^^xsd:decimal ] ;
     fhir:dimensions [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:data [ fhir:v "88 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 1 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89" ]
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-inspiratory-pressure-622> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-inspiratory-pressure-622"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-inspiratory-pressure-622\"> </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-inspiratory-pressure-622&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-sampled-measure-observation.html\">ResMed Sampled Measure Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: inspiratory-pressure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#inspiratory-pressure)</span></p><p><b>effective</b>: 2021-05-26 22:22:00-0500 --&gt; 2021-05-26 23:44:00-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: Origin: 0, Interval: 60000, Dimensions: 1, Data: 4 4 4 4 4.4 5.4 6.4 7.4 8.4 9.2 9.8 11.4 11.4 12.2 12.4 12.2 12.2 12.2 12.8 12.8 12.6 12.6 12.4 12.2 12.4 12.4 12.2 12.2 12.2 12 12 12.2 12.6 12.4 12.6 12.6 12.6 12.6 12.6 12.6 12.8 12.6 12.8 13.2 13 12.8 12.6 12.8 13 13 13 12.8 12.6 12.8 13 12.8 13 13.2 13 13.2 13 13 12.8 12.6 12.6 12.4 12.4 13 13.2 13 12.8 13 13.2 13.6 13.8 13.6 13.4 13.2 13 12.8 12.8 12.6 12.4 12.4 12.4 12.2 12 12 12 11.8 11.8 12.2 12.4 12.8 12.8 13 12.8 12.6 12.6 13 12.8 12.6 12.4</p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "inspiratory-pressure" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-26T22:22:00.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-26T23:44:00.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:SampledData ;
     fhir:origin [
       fhir:value [ fhir:v "0"^^xsd:decimal ]
     ] ;
     fhir:period [ fhir:v "60000"^^xsd:decimal ] ;
     fhir:dimensions [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:data [ fhir:v "4 4 4 4 4.4 5.4 6.4 7.4 8.4 9.2 9.8 11.4 11.4 12.2 12.4 12.2 12.2 12.2 12.8 12.8 12.6 12.6 12.4 12.2 12.4 12.4 12.2 12.2 12.2 12 12 12.2 12.6 12.4 12.6 12.6 12.6 12.6 12.6 12.6 12.8 12.6 12.8 13.2 13 12.8 12.6 12.8 13 13 13 12.8 12.6 12.8 13 12.8 13 13.2 13 13.2 13 13 12.8 12.6 12.6 12.4 12.4 13 13.2 13 12.8 13 13.2 13.6 13.8 13.6 13.4 13.2 13 12.8 12.8 12.6 12.4 12.4 12.4 12.2 12 12 12 11.8 11.8 12.2 12.4 12.8 12.8 13 12.8 12.6 12.6 13 12.8 12.6 12.4" ]
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-inspiratory-pressure-851> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-inspiratory-pressure-851"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-inspiratory-pressure-851\"> </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-inspiratory-pressure-851&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-sampled-measure-observation.html\">ResMed Sampled Measure Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: inspiratory-pressure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#inspiratory-pressure)</span></p><p><b>effective</b>: 2021-05-27 02:11:00-0500 --&gt; 2021-05-27 03:33:00-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: Origin: 0, Interval: 60000, Dimensions: 1, Data: 10.8 10.8 10.8 10.8 10.6 10.6 11.2 12 12.2 12 12.6 13 13.8 13.8 13.8 13.6 13.4 13.2 13 12.8 12.6 12.6 12.4 12.2 12.2 12 12 11.8 11.8 12 11.8 11.6 11.6 11.6 11.6 11.4 11.2 11.2 11.2 11 11 10.8 10.8 10.8 10.8 10.6 10.6 10.6 10.6 10.6 10.4 10.4 10.4 10.2 10.4 10.4 10.2 10.2 10.2 10.2 10.6 10.4 10.6 10.8 10.8 10.6 10.6 10.6 10.4 10.4 10.4 10.2 10.2 10.2 10.4 10.6 10.6 10.4 10.4 10.4 10.2 10.4 10.6 10.6 10.6 10.6 10.4 10.4 10.4 10.4 10.4 11 11.2 11.6 11.8 12.4 12.6 12.6 12.6 13 13.4 13.4 13.2</p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "inspiratory-pressure" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-27T02:11:00.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-27T03:33:00.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:SampledData ;
     fhir:origin [
       fhir:value [ fhir:v "0"^^xsd:decimal ]
     ] ;
     fhir:period [ fhir:v "60000"^^xsd:decimal ] ;
     fhir:dimensions [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:data [ fhir:v "10.8 10.8 10.8 10.8 10.6 10.6 11.2 12 12.2 12 12.6 13 13.8 13.8 13.8 13.6 13.4 13.2 13 12.8 12.6 12.6 12.4 12.2 12.2 12 12 11.8 11.8 12 11.8 11.6 11.6 11.6 11.6 11.4 11.2 11.2 11.2 11 11 10.8 10.8 10.8 10.8 10.6 10.6 10.6 10.6 10.6 10.4 10.4 10.4 10.2 10.4 10.4 10.2 10.2 10.2 10.2 10.6 10.4 10.6 10.8 10.8 10.6 10.6 10.6 10.4 10.4 10.4 10.2 10.2 10.2 10.4 10.6 10.6 10.4 10.4 10.4 10.2 10.4 10.6 10.6 10.6 10.6 10.4 10.4 10.4 10.4 10.4 11 11.2 11.6 11.8 12.4 12.6 12.6 12.6 13 13.4 13.4 13.2" ]
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-minute-ventilation-622> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-minute-ventilation-622"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-minute-ventilation-622\"> </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-minute-ventilation-622&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-sampled-measure-observation.html\">ResMed Sampled Measure Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: minute-ventilation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#minute-ventilation)</span></p><p><b>effective</b>: 2021-05-26 22:22:00-0500 --&gt; 2021-05-26 23:44:00-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: Origin: 0, Interval: 60000, Dimensions: 1, Data: 5.375 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8 8.125 8.125 8 8 8.125 8.125 8 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8 8 8.125 8.125 8 8 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125</p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "minute-ventilation" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-26T22:22:00.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-26T23:44:00.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:SampledData ;
     fhir:origin [
       fhir:value [ fhir:v "0"^^xsd:decimal ]
     ] ;
     fhir:period [ fhir:v "60000"^^xsd:decimal ] ;
     fhir:dimensions [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:data [ fhir:v "5.375 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8 8.125 8.125 8 8 8.125 8.125 8 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8 8 8.125 8.125 8 8 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125" ]
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-minute-ventilation-851> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-minute-ventilation-851"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-minute-ventilation-851\"> </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-minute-ventilation-851&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-sampled-measure-observation.html\">ResMed Sampled Measure Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: minute-ventilation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#minute-ventilation)</span></p><p><b>effective</b>: 2021-05-27 02:11:00-0500 --&gt; 2021-05-27 03:33:00-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: Origin: 0, Interval: 60000, Dimensions: 1, Data: 5.375 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8 8.125 8.125 8 8 8.125 8.125 8 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8 8 8.125 8.125 8 8 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125</p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "minute-ventilation" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-27T02:11:00.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-27T03:33:00.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:SampledData ;
     fhir:origin [
       fhir:value [ fhir:v "0"^^xsd:decimal ]
     ] ;
     fhir:period [ fhir:v "60000"^^xsd:decimal ] ;
     fhir:dimensions [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:data [ fhir:v "5.375 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8 8.125 8.125 8 8 8.125 8.125 8 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8 8 8.125 8.125 8 8 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125 8.125" ]
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-spo2-minimum-622> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-spo2-minimum-622"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-spo2-minimum-622\"> </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-spo2-minimum-622&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-sampled-measure-observation.html\">ResMed Sampled Measure Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: spo2 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#spo2)</span></p><p><b>effective</b>: 2021-05-26 22:22:00-0500 --&gt; 2021-05-26 23:44:00-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: Origin: 0, Interval: 60000, Dimensions: 1, Data: 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90</p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "spo2" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-26T22:22:00.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-26T23:44:00.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:SampledData ;
     fhir:origin [
       fhir:value [ fhir:v "0"^^xsd:decimal ]
     ] ;
     fhir:period [ fhir:v "60000"^^xsd:decimal ] ;
     fhir:dimensions [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:data [ fhir:v "90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90" ]
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-spo2-minimum-851> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-spo2-minimum-851"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-spo2-minimum-851\"> </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-spo2-minimum-851&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-sampled-measure-observation.html\">ResMed Sampled Measure Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: spo2 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#spo2)</span></p><p><b>effective</b>: 2021-05-27 02:11:00-0500 --&gt; 2021-05-27 03:33:00-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: Origin: 0, Interval: 60000, Dimensions: 1, Data: 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90</p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "spo2" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-27T02:11:00.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-27T03:33:00.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:SampledData ;
     fhir:origin [
       fhir:value [ fhir:v "0"^^xsd:decimal ]
     ] ;
     fhir:period [ fhir:v "60000"^^xsd:decimal ] ;
     fhir:dimensions [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:data [ fhir:v "90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90" ]
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-respiratory-rate-622> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-respiratory-rate-622"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-respiratory-rate-622\"> </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-respiratory-rate-622&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-sampled-measure-observation.html\">ResMed Sampled Measure Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: respiratory-rate <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#respiratory-rate)</span></p><p><b>effective</b>: 2021-05-26 22:22:00-0500 --&gt; 2021-05-26 23:44:00-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: Origin: 0, Interval: 60000, Dimensions: 1, Data: 13.25 25 27.5 26 25 25.5 24.8 24.5 24 23 20 22.2 20 25.7 20 20 28 30.8 27 25 20 28 20 25 23.5 22 22.5 20 25 28.5 20 20 23 23.5 24 22 23 22.7 23 18 17 18 18.5 19 20 20 20 19 22 23 22.7 24 20 20 20 18 18.5 19 20 20 21 22.5 20 20 21 17 17.5 18 18.5 20 21 25 25 21.5 20.8 20 19.5 20 20 22.7 23.9 25 17 16 15 16.8 17.5 20 15 14 13 14.9 20 17 15 15 15 14.5 14 13 12.5 18 17</p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "respiratory-rate" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-26T22:22:00.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-26T23:44:00.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:SampledData ;
     fhir:origin [
       fhir:value [ fhir:v "0"^^xsd:decimal ]
     ] ;
     fhir:period [ fhir:v "60000"^^xsd:decimal ] ;
     fhir:dimensions [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:data [ fhir:v "13.25 25 27.5 26 25 25.5 24.8 24.5 24 23 20 22.2 20 25.7 20 20 28 30.8 27 25 20 28 20 25 23.5 22 22.5 20 25 28.5 20 20 23 23.5 24 22 23 22.7 23 18 17 18 18.5 19 20 20 20 19 22 23 22.7 24 20 20 20 18 18.5 19 20 20 21 22.5 20 20 21 17 17.5 18 18.5 20 21 25 25 21.5 20.8 20 19.5 20 20 22.7 23.9 25 17 16 15 16.8 17.5 20 15 14 13 14.9 20 17 15 15 15 14.5 14 13 12.5 18 17" ]
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-respiratory-rate-851> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-respiratory-rate-851"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-respiratory-rate-851\"> </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-respiratory-rate-851&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-sampled-measure-observation.html\">ResMed Sampled Measure Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: respiratory-rate <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#respiratory-rate)</span></p><p><b>effective</b>: 2021-05-27 02:11:00-0500 --&gt; 2021-05-27 03:33:00-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: Origin: 0, Interval: 60000, Dimensions: 1, Data: 13.25 25 27.5 26 25 25.5 24.8 24.5 24 23 20 22.2 20 25.7 20 20 28 30.8 27 25 20 28 20 25 23.5 22 22.5 20 25 28.5 20 20 23 23.5 24 22 23 22.7 23 18 17 18 18.5 19 20 20 20 19 22 23 22.7 24 20 20 20 18 18.5 19 20 20 21 22.5 20 20 21 17 17.5 18 18.5 20 21 25 25 21.5 20.8 20 19.5 20 20 22.7 23.9 25 17 16 15 16.8 17.5 20 15 14 13 14.9 20 17 15 15 15 14.5 14 13 12.5 18 17</p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "respiratory-rate" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-27T02:11:00.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-27T03:33:00.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:SampledData ;
     fhir:origin [
       fhir:value [ fhir:v "0"^^xsd:decimal ]
     ] ;
     fhir:period [ fhir:v "60000"^^xsd:decimal ] ;
     fhir:dimensions [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:data [ fhir:v "13.25 25 27.5 26 25 25.5 24.8 24.5 24 23 20 22.2 20 25.7 20 20 28 30.8 27 25 20 28 20 25 23.5 22 22.5 20 25 28.5 20 20 23 23.5 24 22 23 22.7 23 18 17 18 18.5 19 20 20 20 19 22 23 22.7 24 20 20 20 18 18.5 19 20 20 21 22.5 20 20 21 17 17.5 18 18.5 20 21 25 25 21.5 20.8 20 19.5 20 20 22.7 23.9 25 17 16 15 16.8 17.5 20 15 14 13 14.9 20 17 15 15 15 14.5 14 13 12.5 18 17" ]
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-leak-622> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-leak-622"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-leak-622\"> </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-leak-622&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-sampled-measure-observation.html\">ResMed Sampled Measure Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: expiratory-pressure <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)</span></p><p><b>effective</b>: 2021-05-26 22:22:00-0500 --&gt; 2021-05-26 23:44:00-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: Origin: 0, Interval: 60000, Dimensions: 1, Data: 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0.06 0.1 0.08 0.08 0.08 0.1 0.1 0.08 0.08 0.1 0.1 0.1 0.12 0.14 0.14 0.12 0.12 0.12 0.14 0.14 0.16 0.16 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.12 0.14 0.14 0.14 0.14 0.12 0.12 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.1 0.16 0.12 0.06 0.12 0.18 0.16 0.18 0.16 0.2 0.22 0.08 0.16 0.1 0.04 0.12 0.16 0.1 0.1 0.14 0.14 0.12 0.04 0.06 0.04 0.06 0.08 0.02 0.06 0.1 0.1 0.14 0.14 0.14 0.02 0.06 0.08 0.04 0 0 0</p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "expiratory-pressure" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-26T22:22:00.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-26T23:44:00.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:SampledData ;
     fhir:origin [
       fhir:value [ fhir:v "0"^^xsd:decimal ]
     ] ;
     fhir:period [ fhir:v "60000"^^xsd:decimal ] ;
     fhir:dimensions [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:data [ fhir:v "0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0.06 0.1 0.08 0.08 0.08 0.1 0.1 0.08 0.08 0.1 0.1 0.1 0.12 0.14 0.14 0.12 0.12 0.12 0.14 0.14 0.16 0.16 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.12 0.14 0.14 0.14 0.14 0.12 0.12 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.1 0.16 0.12 0.06 0.12 0.18 0.16 0.18 0.16 0.2 0.22 0.08 0.16 0.1 0.04 0.12 0.16 0.1 0.1 0.14 0.14 0.12 0.04 0.06 0.04 0.06 0.08 0.02 0.06 0.1 0.1 0.14 0.14 0.14 0.02 0.06 0.08 0.04 0 0 0" ]
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-leak-851> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-leak-851"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-leak-851\"> </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-leak-851&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-sampled-measure-observation.html\">ResMed Sampled Measure Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: leak <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#leak)</span></p><p><b>effective</b>: 2021-05-27 02:11:00-0500 --&gt; 2021-05-27 03:33:00-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: Origin: 0, Interval: 60000, Dimensions: 1, Data: 0 0.02 0.02 0.06 0.08 0.1 0.14 0.22 0.24 0.24 0.22 0.24 0.3 0.28 0.3 0.16 0.04 0.04 0.06 0.18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0.08 0.08 0.04 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0.02 0 0 0.02 0.08</p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "leak" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-27T02:11:00.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-27T03:33:00.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:SampledData ;
     fhir:origin [
       fhir:value [ fhir:v "0"^^xsd:decimal ]
     ] ;
     fhir:period [ fhir:v "60000"^^xsd:decimal ] ;
     fhir:dimensions [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:data [ fhir:v "0 0.02 0.02 0.06 0.08 0.1 0.14 0.22 0.24 0.24 0.22 0.24 0.3 0.28 0.3 0.16 0.04 0.04 0.06 0.18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0.08 0.08 0.04 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0.02 0 0 0.02 0.08" ]
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-expiratory-pressure-622> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-expiratory-pressure-622"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-expiratory-pressure-622\"> </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-expiratory-pressure-622&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-sampled-measure-observation.html\">ResMed Sampled Measure Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: expiratory-pressure <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)</span></p><p><b>effective</b>: 2021-05-26 22:22:00-0500 --&gt; 2021-05-26 23:44:00-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: Origin: 0, Interval: 60000, Dimensions: 1, Data: 2.5 2.5 2.5 2.5 2.99 3.99 4.9 5.9 6.9 7.7 8.3 9.9 9.9 10.69 10.9 10.69 10.69 10.69 11.3 11.3 11.1 11.1 10.9 10.69 10.9 10.9 10.69 10.69 10.69 10.5 10.5 10.69 11.1 10.9 11.1 11.1 11.1 11.1 11.1 11.1 11.3 11.1 11.3 11.69 11.5 11.3 11.1 11.3 11.5 11.5 11.5 11.3 11.1 11.3 11.5 11.3 11.5 11.69 11.5 11.69 11.5 11.5 11.3 11.1 11.1 10.9 10.9 11.5 11.69 11.5 11.3 11.5 11.69 12.1 12.3 12.1 11.9 11.69 11.5 11.3 11.3 11.1 10.9 10.9 10.9 10.69 10.5 10.5 10.5 10.3 10.3 10.69 10.9 11.3 11.3 11.5 11.3 11.1 11.1 11.5 11.3 11.1 10.9</p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "expiratory-pressure" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-26T22:22:00.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-26T23:44:00.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:SampledData ;
     fhir:origin [
       fhir:value [ fhir:v "0"^^xsd:decimal ]
     ] ;
     fhir:period [ fhir:v "60000"^^xsd:decimal ] ;
     fhir:dimensions [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:data [ fhir:v "2.5 2.5 2.5 2.5 2.99 3.99 4.9 5.9 6.9 7.7 8.3 9.9 9.9 10.69 10.9 10.69 10.69 10.69 11.3 11.3 11.1 11.1 10.9 10.69 10.9 10.9 10.69 10.69 10.69 10.5 10.5 10.69 11.1 10.9 11.1 11.1 11.1 11.1 11.1 11.1 11.3 11.1 11.3 11.69 11.5 11.3 11.1 11.3 11.5 11.5 11.5 11.3 11.1 11.3 11.5 11.3 11.5 11.69 11.5 11.69 11.5 11.5 11.3 11.1 11.1 10.9 10.9 11.5 11.69 11.5 11.3 11.5 11.69 12.1 12.3 12.1 11.9 11.69 11.5 11.3 11.3 11.1 10.9 10.9 10.9 10.69 10.5 10.5 10.5 10.3 10.3 10.69 10.9 11.3 11.3 11.5 11.3 11.1 11.1 11.5 11.3 11.1 10.9" ]
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-expiratory-pressure-851> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-expiratory-pressure-851"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-expiratory-pressure-851\"> </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-expiratory-pressure-851&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-sampled-measure-observation.html\">ResMed Sampled Measure Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: expiratory-pressure <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)</span></p><p><b>effective</b>: 2021-05-27 02:11:00-0500 --&gt; 2021-05-27 03:33:00-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: Origin: 0, Interval: 60000, Dimensions: 1, Data: 9.3 9.3 9.3 9.3 9.1 9.1 9.693 10.5 10.69 10.5 11.1 11.5 12.3 12.3 12.3 12.1 11.9 11.69 11.5 11.3 11.1 11.1 10.9 10.69 10.69 10.5 10.5 10.3 10.3 10.5 10.3 10.1 10.1 10.1 10.1 9.9 9.693 9.693 9.693 9.5 9.5 9.3 9.3 9.3 9.3 9.1 9.1 9.1 9.1 9.1 8.9 8.9 8.9 8.693 8.9 8.9 8.693 8.693 8.693 8.693 9.1 8.9 9.1 9.3 9.3 9.1 9.1 9.1 8.9 8.9 8.9 8.693 8.693 8.693 8.9 9.1 9.1 8.9 8.9 8.9 8.693 8.9 9.1 9.1 9.1 9.1 8.9 8.9 8.9 8.9 8.9 9.5 9.693 10.1 10.3 10.9 11.1 11.1 11.1 11.5 11.9 11.9 11.69</p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "expiratory-pressure" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-27T02:11:00.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-27T03:33:00.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:SampledData ;
     fhir:origin [
       fhir:value [ fhir:v "0"^^xsd:decimal ]
     ] ;
     fhir:period [ fhir:v "60000"^^xsd:decimal ] ;
     fhir:dimensions [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:data [ fhir:v "9.3 9.3 9.3 9.3 9.1 9.1 9.693 10.5 10.69 10.5 11.1 11.5 12.3 12.3 12.3 12.1 11.9 11.69 11.5 11.3 11.1 11.1 10.9 10.69 10.69 10.5 10.5 10.3 10.3 10.5 10.3 10.1 10.1 10.1 10.1 9.9 9.693 9.693 9.693 9.5 9.5 9.3 9.3 9.3 9.3 9.1 9.1 9.1 9.1 9.1 8.9 8.9 8.9 8.693 8.9 8.9 8.693 8.693 8.693 8.693 9.1 8.9 9.1 9.3 9.3 9.1 9.1 9.1 8.9 8.9 8.9 8.693 8.693 8.693 8.9 9.1 9.1 8.9 8.9 8.9 8.693 8.9 9.1 9.1 9.1 9.1 8.9 8.9 8.9 8.9 8.9 9.5 9.693 10.1 10.3 10.9 11.1 11.1 11.1 11.5 11.9 11.9 11.69" ]
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-spont-trigger-percentage-622> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-spont-trigger-percentage-622"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-spont-trigger-percentage-622\"> </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-spont-trigger-percentage-622&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-sampled-measure-observation.html\">ResMed Sampled Measure Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: spont-trigger-percentage <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#spont-trigger-percentage)</span></p><p><b>effective</b>: 2021-05-26 22:22:00-0500 --&gt; 2021-05-26 23:44:00-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: Origin: 0, Interval: 60000, Dimensions: 1, Data: 15 20 30 25 25 25 20 20 30 35 30 30 30 30 30 20 20 20 20 20 20 20 20 20 20 20 20 22 23 24 25 25 25 25 25 25 25 20 20 20 20 20 20 20 20 20 20 22 22 22 22 23 23 22 21 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 10 10 10 10 10 10 10 10 10 10</p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "spont-trigger-percentage" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-26T22:22:00.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-26T23:44:00.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:SampledData ;
     fhir:origin [
       fhir:value [ fhir:v "0"^^xsd:decimal ]
     ] ;
     fhir:period [ fhir:v "60000"^^xsd:decimal ] ;
     fhir:dimensions [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:data [ fhir:v "15 20 30 25 25 25 20 20 30 35 30 30 30 30 30 20 20 20 20 20 20 20 20 20 20 20 20 22 23 24 25 25 25 25 25 25 25 20 20 20 20 20 20 20 20 20 20 22 22 22 22 23 23 22 21 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 10 10 10 10 10 10 10 10 10 10" ]
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-spont-trigger-percentage-851> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-spont-trigger-percentage-851"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-spont-trigger-percentage-851\"> </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-spont-trigger-percentage-851&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-sampled-measure-observation.html\">ResMed Sampled Measure Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: spont-trigger-percentage <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#spont-trigger-percentage)</span></p><p><b>effective</b>: 2021-05-27 02:11:00-0500 --&gt; 2021-05-27 03:33:00-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: Origin: 0, Interval: 60000, Dimensions: 1, Data: 15 20 30 25 25 25 20 20 30 35 30 30 30 30 30 20 20 20 20 20 20 20 20 20 20 20 20 22 23 24 25 25 25 25 25 25 25 20 20 20 20 20 20 20 20 20 20 22 22 22 22 23 23 22 21 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 10 10 10 10 10 10 10 10 10 10</p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "spont-trigger-percentage" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-27T02:11:00.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-27T03:33:00.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:SampledData ;
     fhir:origin [
       fhir:value [ fhir:v "0"^^xsd:decimal ]
     ] ;
     fhir:period [ fhir:v "60000"^^xsd:decimal ] ;
     fhir:dimensions [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:data [ fhir:v "15 20 30 25 25 25 20 20 30 35 30 30 30 30 30 20 20 20 20 20 20 20 20 20 20 20 20 22 23 24 25 25 25 25 25 25 25 20 20 20 20 20 20 20 20 20 20 22 22 22 22 23 23 22 21 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 10 10 10 10 10 10 10 10 10 10" ]
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-spont-cycle-percentage-622> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-spont-cycle-percentage-622"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-spont-cycle-percentage-622\"> </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-spont-cycle-percentage-622&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-sampled-measure-observation.html\">ResMed Sampled Measure Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: spont-cycle-percentage <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#spont-cycle-percentage)</span></p><p><b>effective</b>: 2021-05-26 22:22:00-0500 --&gt; 2021-05-26 23:44:00-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: Origin: 0, Interval: 60000, Dimensions: 1, Data: 40 45 40 35 40 30 45 45 45 40 40 50 55 50 50 50 50 50 40 40 40 40 40 40 40 40 40 40 40 40 42 43 44 45 45 45 45 45 45 45 40 40 40 40 40 40 40 40 40 40 42 42 42 42 43 43 42 41 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40</p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "spont-cycle-percentage" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-26T22:22:00.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-26T23:44:00.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:SampledData ;
     fhir:origin [
       fhir:value [ fhir:v "0"^^xsd:decimal ]
     ] ;
     fhir:period [ fhir:v "60000"^^xsd:decimal ] ;
     fhir:dimensions [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:data [ fhir:v "40 45 40 35 40 30 45 45 45 40 40 50 55 50 50 50 50 50 40 40 40 40 40 40 40 40 40 40 40 40 42 43 44 45 45 45 45 45 45 45 40 40 40 40 40 40 40 40 40 40 42 42 42 42 43 43 42 41 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40" ]
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-spont-cycle-percentage-851> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-spont-cycle-percentage-851"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-spont-cycle-percentage-851\"> </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-spont-cycle-percentage-851&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-sampled-measure-observation.html\">ResMed Sampled Measure Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: spont-cycle-percentage <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#spont-cycle-percentage)</span></p><p><b>effective</b>: 2021-05-27 02:11:00-0500 --&gt; 2021-05-27 03:33:00-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: Origin: 0, Interval: 60000, Dimensions: 1, Data: 45 40 35 40 30 45 45 45 40 40 50 55 50 50 50 50 50 40 40 40 40 40 40 40 40 40 40 40 40 42 43 44 45 45 45 45 45 45 45 40 40 40 40 40 40 40 40 40 40 42 42 42 42 43 43 42 41 40 40 40 40 40 40 40 40 40 40 40 30 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 30 40 40 40 40 30 40 40 40 40 40 40 40 40 40 40 40 40 40</p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "spont-cycle-percentage" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-27T02:11:00.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-27T03:33:00.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:SampledData ;
     fhir:origin [
       fhir:value [ fhir:v "0"^^xsd:decimal ]
     ] ;
     fhir:period [ fhir:v "60000"^^xsd:decimal ] ;
     fhir:dimensions [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:data [ fhir:v "45 40 35 40 30 45 45 45 40 40 50 55 50 50 50 50 50 40 40 40 40 40 40 40 40 40 40 40 40 42 43 44 45 45 45 45 45 45 45 40 40 40 40 40 40 40 40 40 40 42 42 42 42 43 43 42 41 40 40 40 40 40 40 40 40 40 40 40 30 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 30 40 40 40 40 30 40 40 40 40 40 40 40 40 40 40 40 40 40" ]
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-tidal-volume-622> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-tidal-volume-622"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-tidal-volume-622\"> </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-tidal-volume-622&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-sampled-measure-observation.html\">ResMed Sampled Measure Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: tidal-volume <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#tidal-volume)</span></p><p><b>effective</b>: 2021-05-26 22:22:00-0500 --&gt; 2021-05-26 23:44:00-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: Origin: 0, Interval: 60000, Dimensions: 1, Data: 0.25 0.406 0.41 0.415 0.42 0.41 0.406 0.43 0.435 0.44 0.47 0.5 0.51 0.406 0.406 0.406 0.442 0.42 0.425 0.47 0.48 0.49 0.406 0.406 0.425 0.43 0.41 0.406 0.426 0.436 0.417 0.4 0.406 0.425 0.435 0.445 0.436 0.446 0.426 0.416 0.426 0.406 0.406 0.436 0.446 0.416 0.406 0.406 0.446 0.456 0.476 0.456 0.456 0.456 0.426 0.426 0.426 0.406 0.406 0.406 0.416 0.416 0.426 0.42 0.42 0.422 0.425 0.412 0.422 0.412 0.412 0.412 0.43 0.428 0.428 0.43 0.43 0.43 0.415 0.41 0.41 0.41 0.417 0.423 0.423 0.417 0.417 0.417 0.406 0.406 0.406 0.416 0.416 0.426 0.426 0.43 0.43 0.436 0.436 0.426 0.426 0.416 0.416</p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "tidal-volume" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-26T22:22:00.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-26T23:44:00.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:SampledData ;
     fhir:origin [
       fhir:value [ fhir:v "0"^^xsd:decimal ]
     ] ;
     fhir:period [ fhir:v "60000"^^xsd:decimal ] ;
     fhir:dimensions [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:data [ fhir:v "0.25 0.406 0.41 0.415 0.42 0.41 0.406 0.43 0.435 0.44 0.47 0.5 0.51 0.406 0.406 0.406 0.442 0.42 0.425 0.47 0.48 0.49 0.406 0.406 0.425 0.43 0.41 0.406 0.426 0.436 0.417 0.4 0.406 0.425 0.435 0.445 0.436 0.446 0.426 0.416 0.426 0.406 0.406 0.436 0.446 0.416 0.406 0.406 0.446 0.456 0.476 0.456 0.456 0.456 0.426 0.426 0.426 0.406 0.406 0.406 0.416 0.416 0.426 0.42 0.42 0.422 0.425 0.412 0.422 0.412 0.412 0.412 0.43 0.428 0.428 0.43 0.43 0.43 0.415 0.41 0.41 0.41 0.417 0.423 0.423 0.417 0.417 0.417 0.406 0.406 0.406 0.416 0.416 0.426 0.426 0.43 0.43 0.436 0.436 0.426 0.426 0.416 0.416" ]
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-tidal-volume-851> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-tidal-volume-851"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-sampled-measure-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-tidal-volume-851\"> </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-tidal-volume-851&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-sampled-measure-observation.html\">ResMed Sampled Measure Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: tidal-volume <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#tidal-volume)</span></p><p><b>effective</b>: 2021-05-27 02:11:00-0500 --&gt; 2021-05-27 03:33:00-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: Origin: 0, Interval: 60000, Dimensions: 1, Data: 0.25 0.406 0.41 0.415 0.42 0.41 0.406 0.43 0.435 0.44 0.47 0.5 0.51 0.406 0.406 0.406 0.442 0.416 0.406 0.406 0.446 0.456 0.476 0.456 0.456 0.456 0.426 0.426 0.426 0.406 0.406 0.406 0.416 0.416 0.426 0.42 0.42 0.422 0.425 0.412 0.422 0.412 0.412 0.412 0.43 0.428 0.428 0.43 0.43 0.43 0.415 0.41 0.41 0.41 0.417 0.423 0.423 0.417 0.417 0.417 0.406 0.406 0.406 0.416 0.416 0.426 0.426 0.43 0.43 0.436 0.436 0.426 0.426 0.416 0.416 0.417 0.417 0.417 0.406 0.406 0.406 0.416 0.416 0.426 0.426 0.43 0.43 0.436 0.436 0.426 0.426 0.406 0.406 0.416 0.416 0.426 0.426 0.43 0.43 0.436 0.436 0.426 0.426</p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "tidal-volume" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-27T02:11:00.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-27T03:33:00.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:SampledData ;
     fhir:origin [
       fhir:value [ fhir:v "0"^^xsd:decimal ]
     ] ;
     fhir:period [ fhir:v "60000"^^xsd:decimal ] ;
     fhir:dimensions [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:data [ fhir:v "0.25 0.406 0.41 0.415 0.42 0.41 0.406 0.43 0.435 0.44 0.47 0.5 0.51 0.406 0.406 0.406 0.442 0.416 0.406 0.406 0.446 0.456 0.476 0.456 0.456 0.456 0.426 0.426 0.426 0.406 0.406 0.406 0.416 0.416 0.426 0.42 0.42 0.422 0.425 0.412 0.422 0.412 0.412 0.412 0.43 0.428 0.428 0.43 0.43 0.43 0.415 0.41 0.41 0.41 0.417 0.423 0.423 0.417 0.417 0.417 0.406 0.406 0.406 0.416 0.416 0.426 0.426 0.43 0.43 0.436 0.436 0.426 0.426 0.416 0.416 0.417 0.417 0.417 0.406 0.406 0.406 0.416 0.416 0.426 0.426 0.43 0.43 0.436 0.436 0.426 0.426 0.406 0.406 0.416 0.416 0.426 0.426 0.43 0.43 0.436 0.436 0.426 0.426" ]
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-hypopnea-49881> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-hypopnea-49881"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-respiratory-event-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-respiratory-event-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-hypopnea-49881\"> </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-hypopnea-49881&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-respiratory-event-observation.html\">ResMed Respiratory Event Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: respiratory-event <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#respiratory-event)</span></p><p><b>effective</b>: 2021-05-27 01:51:21-0500 --&gt; 2021-05-27 01:51:21-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: Hypopnea <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-respiratory-event-code-system.html\">ResMed Respiratory Event CodeSystem</a>#hypopnea)</span></p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "respiratory-event" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-27T01:51:21.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-27T01:51:21.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-respiratory-event-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "hypopnea" ]
     ] )
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-hypopnea-60879> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-hypopnea-60879"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-respiratory-event-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-respiratory-event-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-hypopnea-60879\"> </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-hypopnea-60879&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-respiratory-event-observation.html\">ResMed Respiratory Event Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: respiratory-event <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#respiratory-event)</span></p><p><b>effective</b>: 2021-05-27 04:54:39-0500 --&gt; 2021-05-27 04:54:39-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: Hypopnea <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-respiratory-event-code-system.html\">ResMed Respiratory Event CodeSystem</a>#hypopnea)</span></p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "respiratory-event" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-27T04:54:39.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-27T04:54:39.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-respiratory-event-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "hypopnea" ]
     ] )
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-hypopnea-66265> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-hypopnea-66265"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-respiratory-event-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-respiratory-event-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-hypopnea-66265\"> </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-hypopnea-66265&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-respiratory-event-observation.html\">ResMed Respiratory Event Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: respiratory-event <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#respiratory-event)</span></p><p><b>effective</b>: 2021-05-27 06:24:25-0500 --&gt; 2021-05-27 06:24:25-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: Hypopnea <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-respiratory-event-code-system.html\">ResMed Respiratory Event CodeSystem</a>#hypopnea)</span></p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "respiratory-event" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-27T06:24:25.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-27T06:24:25.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-respiratory-event-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "hypopnea" ]
     ] )
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-apnea-69429> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-apnea-69429"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-respiratory-event-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-respiratory-event-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-apnea-69429\"> </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-apnea-69429&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-respiratory-event-observation.html\">ResMed Respiratory Event Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: respiratory-event <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#respiratory-event)</span></p><p><b>effective</b>: 2021-05-27 07:16:44-0500 --&gt; 2021-05-27 07:17:09-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: apnea <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-respiratory-event-code-system.html\">ResMed Respiratory Event CodeSystem</a>#apnea)</span></p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "respiratory-event" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-27T07:16:44.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-27T07:17:09.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-respiratory-event-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "apnea" ]
     ] )
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-apnea-55429> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-apnea-55429"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-respiratory-event-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-respiratory-event-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-apnea-55429\"> </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-apnea-55429&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-respiratory-event-observation.html\">ResMed Respiratory Event Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: respiratory-event <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#respiratory-event)</span></p><p><b>effective</b>: 2021-05-27 03:23:24-0500 --&gt; 2021-05-27 03:23:49-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: apnea <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-respiratory-event-code-system.html\">ResMed Respiratory Event CodeSystem</a>#apnea)</span></p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "respiratory-event" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-27T03:23:24.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-27T03:23:49.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-respiratory-event-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "apnea" ]
     ] )
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-spo2-desaturation-46551> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-spo2-desaturation-46551"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-respiratory-event-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-respiratory-event-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-spo2-desaturation-46551\"> </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-spo2-desaturation-46551&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-respiratory-event-observation.html\">ResMed Respiratory Event Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: respiratory-event <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#respiratory-event)</span></p><p><b>effective</b>: 2021-05-27 00:55:31-0500 --&gt; 2021-05-27 00:55:51-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: SpO2 desaturation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-respiratory-event-code-system.html\">ResMed Respiratory Event CodeSystem</a>#spo2-desaturation)</span></p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "respiratory-event" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-27T00:55:31.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-27T00:55:51.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-respiratory-event-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "spo2-desaturation" ]
     ] )
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-spo2-desaturation-7700> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-spo2-desaturation-7700"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-respiratory-event-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-respiratory-event-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-spo2-desaturation-7700\"> </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-spo2-desaturation-7700&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-respiratory-event-observation.html\">ResMed Respiratory Event Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: respiratory-event <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#respiratory-event)</span></p><p><b>effective</b>: 2021-05-26 14:08:00-0500 --&gt; 2021-05-26 14:08:20-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: SpO2 desaturation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-respiratory-event-code-system.html\">ResMed Respiratory Event CodeSystem</a>#spo2-desaturation)</span></p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "respiratory-event" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-26T14:08:00.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-26T14:08:20.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-respiratory-event-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "spo2-desaturation" ]
     ] )
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

<http://example.org/fhir/Observation/lumis-spo2-desaturation-8200> a fhir:Observation ;
  fhir:id [ fhir:v "lumis-spo2-desaturation-8200"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-respiratory-event-observation"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-respiratory-event-observation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lumis-spo2-desaturation-8200\"> </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-spo2-desaturation-8200&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-respiratory-event-observation.html\">ResMed Respiratory Event Observation</a></p></div><p><b>ResMedReceivedDateTime</b>: May 27, 2021, 6:47:17 PM</p><p><b>status</b>: preliminary</p><p><b>code</b>: respiratory-event <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#respiratory-event)</span></p><p><b>effective</b>: 2021-05-26 14:16:20-0500 --&gt; 2021-05-26 14:16:40-0500</p><p><b>issued</b>: May 27, 2021, 6:28:17 PM</p><p><b>value</b>: SpO2 desaturation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-respiratory-event-code-system.html\">ResMed Respiratory Event CodeSystem</a>#spo2-desaturation)</span></p><p><b>device</b>: <a href=\"Device-lumis.html\">Device/lumis</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-27T13:47:17.239-05:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "respiratory-event" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2021-05-26T14:16:20.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2021-05-26T14:16:40.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2021-05-27T13:28:17.239-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-respiratory-event-code-system"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "spo2-desaturation" ]
     ] )
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/lumis> ;
     fhir:reference [ fhir:v "Device/lumis" ]
  ] . # 

# -------------------------------------------------------------------------------------

