@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/Observation/airsense-10-spo2-desaturation-64739> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "airsense-10-spo2-desaturation-64739"] ; # 
  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=\"airsense-10-spo2-desaturation-64739\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;airsense-10-spo2-desaturation-64739&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>: Sep 22, 2022, 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>: 2022-09-22 05:58:39-0500 --&gt; 2022-09-22 05:58:59-0500</p><p><b>issued</b>: Sep 22, 2022, 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-airsense-10.html\">Device/airsense-10</a></p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedReceivedDateTime"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2022-09-22T13: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 "2022-09-22T05:58:39.000-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2022-09-22T05:58:59.000-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2022-09-22T13: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/airsense-10> ;
     fhir:reference [ fhir:v "Device/airsense-10" ]
  ] . # 

# -------------------------------------------------------------------------------------

