@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-respiratory-event-code-system> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "resmed-respiratory-event-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-respiratory-event-code-system</code> provides <b>a fragment</b> that includes 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\">no-event<a name=\"resmed-respiratory-event-code-system-no-event\"> </a></td><td>No event</td></tr><tr><td style=\"white-space:nowrap\">hypopnea<a name=\"resmed-respiratory-event-code-system-hypopnea\"> </a></td><td>Hypopnea</td></tr><tr><td style=\"white-space:nowrap\">central-apnea<a name=\"resmed-respiratory-event-code-system-central-apnea\"> </a></td><td>Central apnea</td></tr><tr><td style=\"white-space:nowrap\">obstructive-apnea<a name=\"resmed-respiratory-event-code-system-obstructive-apnea\"> </a></td><td>Obstructive apnea</td></tr><tr><td style=\"white-space:nowrap\">apnea<a name=\"resmed-respiratory-event-code-system-apnea\"> </a></td><td>apnea</td></tr><tr><td style=\"white-space:nowrap\">rera<a name=\"resmed-respiratory-event-code-system-rera\"> </a></td><td>Respiratory effort-related arousal</td></tr><tr><td style=\"white-space:nowrap\">spo2-desaturation<a name=\"resmed-respiratory-event-code-system-spo2-desaturation\"> </a></td><td>SpO2 desaturation</td></tr><tr><td style=\"white-space:nowrap\">csr-start<a name=\"resmed-respiratory-event-code-system-csr-start\"> </a></td><td>Cheyne Stokes respiration start</td></tr><tr><td style=\"white-space:nowrap\">csr-end<a name=\"resmed-respiratory-event-code-system-csr-end\"> </a></td><td>Cheyne Stokes respiration end</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-respiratory-event-code-system"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.37.0"] ; # 
  fhir:name [ fhir:v "ResMedRespiratoryEventCodeSystem"] ; # 
  fhir:title [ fhir:v "ResMed Respiratory Event 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 Respiratory Event types"] ; # 
  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 "fragment"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "no-event" ] ;
     fhir:display [ fhir:v "No event" ]
  ] [
     fhir:code [ fhir:v "hypopnea" ] ;
     fhir:display [ fhir:v "Hypopnea" ]
  ] [
     fhir:code [ fhir:v "central-apnea" ] ;
     fhir:display [ fhir:v "Central apnea" ]
  ] [
     fhir:code [ fhir:v "obstructive-apnea" ] ;
     fhir:display [ fhir:v "Obstructive apnea" ]
  ] [
     fhir:code [ fhir:v "apnea" ] ;
     fhir:display [ fhir:v "apnea" ]
  ] [
     fhir:code [ fhir:v "rera" ] ;
     fhir:display [ fhir:v "Respiratory effort-related arousal" ]
  ] [
     fhir:code [ fhir:v "spo2-desaturation" ] ;
     fhir:display [ fhir:v "SpO2 desaturation" ]
  ] [
     fhir:code [ fhir:v "csr-start" ] ;
     fhir:display [ fhir:v "Cheyne Stokes respiration start" ]
  ] [
     fhir:code [ fhir:v "csr-end" ] ;
     fhir:display [ fhir:v "Cheyne Stokes respiration end" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

