@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-system-identifier-code-system> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "resmed-system-identifier-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-system-identifier</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">ACE<a name=\"resmed-system-identifier-code-system-ACE\"> </a></td><td>airview-compliance-engine</td><td>AirView Rules Engine providing patient compliance and therapy exception management.</td></tr><tr><td style=\"white-space:nowrap\">CHP<a name=\"resmed-system-identifier-code-system-CHP\"> </a></td><td>connected-health-platform</td><td>Connected Health Platform</td></tr><tr><td style=\"white-space:nowrap\">AVX<a name=\"resmed-system-identifier-code-system-AVX\"> </a></td><td>airview-exchange</td><td>AirView Exchange</td></tr><tr><td style=\"white-space:nowrap\">IMS<a name=\"resmed-system-identifier-code-system-IMS\"> </a></td><td>integrator-management-service</td><td>Integrator Management Service</td></tr><tr><td style=\"white-space:nowrap\">AVE<a name=\"resmed-system-identifier-code-system-AVE\"> </a></td><td>airview-extract</td><td>AirView Extract</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-system-identifier"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.37.0"] ; # 
  fhir:name [ fhir:v "ResMedSystemIdentifierCodeSystem"] ; # 
  fhir:title [ fhir:v "ResMed System Identifier 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 System Identifier 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 "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "ACE" ] ;
     fhir:display [ fhir:v "airview-compliance-engine" ] ;
     fhir:definition [ fhir:v "AirView Rules Engine providing patient compliance and therapy exception management." ]
  ] [
     fhir:code [ fhir:v "CHP" ] ;
     fhir:display [ fhir:v "connected-health-platform" ] ;
     fhir:definition [ fhir:v "Connected Health Platform" ]
  ] [
     fhir:code [ fhir:v "AVX" ] ;
     fhir:display [ fhir:v "airview-exchange" ] ;
     fhir:definition [ fhir:v "AirView Exchange" ]
  ] [
     fhir:code [ fhir:v "IMS" ] ;
     fhir:display [ fhir:v "integrator-management-service" ] ;
     fhir:definition [ fhir:v "Integrator Management Service" ]
  ] [
     fhir:code [ fhir:v "AVE" ] ;
     fhir:display [ fhir:v "airview-extract" ] ;
     fhir:definition [ fhir:v "AirView Extract" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

