@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-therapy-mode-code-system> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "resmed-therapy-mode-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/therapy-mode</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\">CPAP<a name=\"resmed-therapy-mode-code-system-CPAP\"> </a></td><td>CPAP</td></tr><tr><td style=\"white-space:nowrap\">AUTOSET<a name=\"resmed-therapy-mode-code-system-AUTOSET\"> </a></td><td>AutoSet</td></tr><tr><td style=\"white-space:nowrap\">APAP<a name=\"resmed-therapy-mode-code-system-APAP\"> </a></td><td>APAP</td></tr><tr><td style=\"white-space:nowrap\">HERAUTO<a name=\"resmed-therapy-mode-code-system-HERAUTO\"> </a></td><td>Her Auto</td></tr><tr><td style=\"white-space:nowrap\">SPONT<a name=\"resmed-therapy-mode-code-system-SPONT\"> </a></td><td>Spont</td></tr><tr><td style=\"white-space:nowrap\">SPONTTIMED<a name=\"resmed-therapy-mode-code-system-SPONTTIMED\"> </a></td><td>Spont Timed</td></tr><tr><td style=\"white-space:nowrap\">PAC<a name=\"resmed-therapy-mode-code-system-PAC\"> </a></td><td>PAC</td></tr><tr><td style=\"white-space:nowrap\">TIMED<a name=\"resmed-therapy-mode-code-system-TIMED\"> </a></td><td>Timed</td></tr><tr><td style=\"white-space:nowrap\">IVAPS<a name=\"resmed-therapy-mode-code-system-IVAPS\"> </a></td><td>Ivaps</td></tr><tr><td style=\"white-space:nowrap\">VAUTO<a name=\"resmed-therapy-mode-code-system-VAUTO\"> </a></td><td>VAuto</td></tr><tr><td style=\"white-space:nowrap\">ASV<a name=\"resmed-therapy-mode-code-system-ASV\"> </a></td><td>ASV</td></tr><tr><td style=\"white-space:nowrap\">ASVAUTO<a name=\"resmed-therapy-mode-code-system-ASVAUTO\"> </a></td><td>ASVAuto</td></tr><tr><td style=\"white-space:nowrap\">HFT<a name=\"resmed-therapy-mode-code-system-HFT\"> </a></td><td>HFT</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://terminology.resmed.com/CodeSystem/therapy-mode"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.37.0"] ; # 
  fhir:name [ fhir:v "ResMedTherapyModeCodeSystem"] ; # 
  fhir:title [ fhir:v "ResMed therapy mode 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 therapy mode CodeSystem"] ; # 
  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 "CPAP" ] ;
     fhir:display [ fhir:v "CPAP" ]
  ] [
     fhir:code [ fhir:v "AUTOSET" ] ;
     fhir:display [ fhir:v "AutoSet" ]
  ] [
     fhir:code [ fhir:v "APAP" ] ;
     fhir:display [ fhir:v "APAP" ]
  ] [
     fhir:code [ fhir:v "HERAUTO" ] ;
     fhir:display [ fhir:v "Her Auto" ]
  ] [
     fhir:code [ fhir:v "SPONT" ] ;
     fhir:display [ fhir:v "Spont" ]
  ] [
     fhir:code [ fhir:v "SPONTTIMED" ] ;
     fhir:display [ fhir:v "Spont Timed" ]
  ] [
     fhir:code [ fhir:v "PAC" ] ;
     fhir:display [ fhir:v "PAC" ]
  ] [
     fhir:code [ fhir:v "TIMED" ] ;
     fhir:display [ fhir:v "Timed" ]
  ] [
     fhir:code [ fhir:v "IVAPS" ] ;
     fhir:display [ fhir:v "Ivaps" ]
  ] [
     fhir:code [ fhir:v "VAUTO" ] ;
     fhir:display [ fhir:v "VAuto" ]
  ] [
     fhir:code [ fhir:v "ASV" ] ;
     fhir:display [ fhir:v "ASV" ]
  ] [
     fhir:code [ fhir:v "ASVAUTO" ] ;
     fhir:display [ fhir:v "ASVAuto" ]
  ] [
     fhir:code [ fhir:v "HFT" ] ;
     fhir:display [ fhir:v "HFT" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

