@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/CodeSystem/resmed-observation-code-system> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "resmed-observation-code-system"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://terminology.resmed.com/CodeSystem/resmed-observation-code-system</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">daily-summary<a name=\"resmed-observation-code-system-daily-summary\"> </a></td><td>Summary observation for a specified day or period</td></tr><tr><td style=\"white-space:nowrap\">periodic-samples<a name=\"resmed-observation-code-system-periodic-samples\"> </a></td><td>Data for multiple, time-series measures captured by a device during a specified day or elapsed period, e.g. night profile data</td></tr><tr><td style=\"white-space:nowrap\">machine-settings<a name=\"resmed-observation-code-system-machine-settings\"> </a></td><td>Parent observation for current device settings, as reported by the device</td></tr><tr><td style=\"white-space:nowrap\">therapy-settings<a name=\"resmed-observation-code-system-therapy-settings\"> </a></td><td>Parent observation for device therapy settings, as reported by the device</td></tr><tr><td style=\"white-space:nowrap\">smart-start-stop-settings<a name=\"resmed-observation-code-system-smart-start-stop-settings\"> </a></td><td>Parent observation for Smart start/stop feature settings, as reported by the device</td></tr><tr><td style=\"white-space:nowrap\">fault<a name=\"resmed-observation-code-system-fault\"> </a></td><td>Single fault observation, as reported by the device</td></tr><tr><td style=\"white-space:nowrap\">faults<a name=\"resmed-observation-code-system-faults\"> </a></td><td>Set of fault observations in a FHIR bundle, code used for disambiguation during ingest (faults are stored separately)</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-code-system"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.37.0"] ; # 
  fhir:name [ fhir:v "ResMedObservationCodeSystem"] ; # 
  fhir:title [ fhir:v "ResMed observation CodeSystem"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-01-11T18:32:48+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "ResMed Corp"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "ResMed Corp" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.resmed.com" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "atomteam-halifax@resmed.com" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ResMed observation CodeSystem, defines codes for component observations and hasMember-referenced observations"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "daily-summary" ] ;
     fhir:display [ fhir:v "Summary observation for a specified day or period" ]
  ] [
     fhir:code [ fhir:v "periodic-samples" ] ;
     fhir:display [ fhir:v "Data for multiple, time-series measures captured by a device during a specified day or elapsed period, e.g. night profile data" ]
  ] [
     fhir:code [ fhir:v "machine-settings" ] ;
     fhir:display [ fhir:v "Parent observation for current device settings, as reported by the device" ]
  ] [
     fhir:code [ fhir:v "therapy-settings" ] ;
     fhir:display [ fhir:v "Parent observation for device therapy settings, as reported by the device" ]
  ] [
     fhir:code [ fhir:v "smart-start-stop-settings" ] ;
     fhir:display [ fhir:v "Parent observation for Smart start/stop feature settings, as reported by the device" ]
  ] [
     fhir:code [ fhir:v "fault" ] ;
     fhir:display [ fhir:v "Single fault observation, as reported by the device" ]
  ] [
     fhir:code [ fhir:v "faults" ] ;
     fhir:display [ fhir:v "Set of fault observations in a FHIR bundle, code used for disambiguation during ingest (faults are stored separately)" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

