@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/rmd-complianceRuleOutcomeInterpretations-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "rmd-complianceRuleOutcomeInterpretations-cs"] ; # 
  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://resmed.com/fhir/core/CodeSystem/rmd-complianceRuleOutcomeInterpretations-cs</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\">compliance-met<a name=\"rmd-complianceRuleOutcomeInterpretations-cs-compliance-met\"> </a></td><td>In Compliance</td><td>The patient is in compliance with the rule</td></tr><tr><td style=\"white-space:nowrap\">compliance-not-met<a name=\"rmd-complianceRuleOutcomeInterpretations-cs-compliance-not-met\"> </a></td><td>Not In Compliance</td><td>The patient is not in compliance with the rule</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://resmed.com/fhir/core/CodeSystem/rmd-complianceRuleOutcomeInterpretations-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.37.0"] ; # 
  fhir:name [ fhir:v "CodeSystemResMedComplianceRuleOutcomeInterpretationCodes"] ; # 
  fhir:title [ fhir:v "ResMed Compliance Rule Outcome Interpretation Code System"] ; # 
  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 "A code system consisting of all compliance rule outcome interpretations."] ; # 
  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 "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "compliance-met" ] ;
     fhir:display [ fhir:v "In Compliance" ] ;
     fhir:definition [ fhir:v "The patient is in compliance with the rule" ]
  ] [
     fhir:code [ fhir:v "compliance-not-met" ] ;
     fhir:display [ fhir:v "Not In Compliance" ] ;
     fhir:definition [ fhir:v "The patient is not in compliance with the rule" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

