@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-ruleOutcomeTypes-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "rmd-ruleOutcomeTypes-cs"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Properties</b></p><p><b>This code system  defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>notSelectable</td><td>notSelectable</td><td>boolean</td><td>Indicates that the code is abstract - only intended to be used as a selector for other concepts</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>http://resmed.com/fhir/core/CodeSystem/rmd-ruleOutcomeTypes-cs</code> defines the following codes in a Grouped By heirarchy:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">_complianceOutcome<a name=\"rmd-ruleOutcomeTypes-cs-_complianceOutcome\"> </a></td><td>Compliance Outcome (abstract)</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  patient-compliance-progress<a name=\"rmd-ruleOutcomeTypes-cs-patient-compliance-progress\"> </a></td><td>Compliance Progress</td><td>How close the patient is to meeting compliance</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  payor-initial-compliance<a name=\"rmd-ruleOutcomeTypes-cs-payor-initial-compliance\"> </a></td><td>Initial Compliance</td><td>Whether the patient has met initial payor compliance</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  payor-ongoing-compliance<a name=\"rmd-ruleOutcomeTypes-cs-payor-ongoing-compliance\"> </a></td><td>Ongoing Compliance</td><td>Whether the patient has met ongoing payor compliance</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">_operationalOutcome<a name=\"rmd-ruleOutcomeTypes-cs-_operationalOutcome\"> </a></td><td>Operational Outcome (abstract)</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  card-rule-scoring-complete<a name=\"rmd-ruleOutcomeTypes-cs-card-rule-scoring-complete\"> </a></td><td>Scoring Complete</td><td>Card to Cloud (C2C) scoring complete</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">_clinicalOutcome<a name=\"rmd-ruleOutcomeTypes-cs-_clinicalOutcome\"> </a></td><td>Clinical Outcome (abstract)</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  therapy-rule-scored<a name=\"rmd-ruleOutcomeTypes-cs-therapy-rule-scored\"> </a></td><td>Therapy Rule Scored</td><td>The result of evaluating a rule against therapy data received from a patient's device.</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://resmed.com/fhir/core/CodeSystem/rmd-ruleOutcomeTypes-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.37.0"] ; # 
  fhir:name [ fhir:v "CodeSystemResMedRuleOutcomeTypeCodes"] ; # 
  fhir:title [ fhir:v "ResMed Rule Outcome Types 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 the rule outcome 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:hierarchyMeaning [ fhir:v "grouped-by"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "8"^^xsd:nonNegativeInteger] ; # 
  fhir:property ( [
     fhir:code [ fhir:v "notSelectable" ] ;
     fhir:uri [ fhir:v "notSelectable"^^xsd:anyURI ] ;
     fhir:description [ fhir:v "Indicates that the code is abstract - only intended to be used as a selector for other concepts" ] ;
     fhir:type [ fhir:v "boolean" ]
  ] ) ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "_complianceOutcome" ] ;
     fhir:display [ fhir:v "Compliance Outcome (abstract)" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "notSelectable" ] ;
       fhir:value [ fhir:v "true"^^xsd:boolean ]
     ] ) ;
     fhir:concept ( [
       fhir:code [ fhir:v "patient-compliance-progress" ] ;
       fhir:display [ fhir:v "Compliance Progress" ] ;
       fhir:definition [ fhir:v "How close the patient is to meeting compliance" ]
     ] [
       fhir:code [ fhir:v "payor-initial-compliance" ] ;
       fhir:display [ fhir:v "Initial Compliance" ] ;
       fhir:definition [ fhir:v "Whether the patient has met initial payor compliance" ]
     ] [
       fhir:code [ fhir:v "payor-ongoing-compliance" ] ;
       fhir:display [ fhir:v "Ongoing Compliance" ] ;
       fhir:definition [ fhir:v "Whether the patient has met ongoing payor compliance" ]
     ] )
  ] [
     fhir:code [ fhir:v "_operationalOutcome" ] ;
     fhir:display [ fhir:v "Operational Outcome (abstract)" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "notSelectable" ] ;
       fhir:value [ fhir:v "true"^^xsd:boolean ]
     ] ) ;
     fhir:concept ( [
       fhir:code [ fhir:v "card-rule-scoring-complete" ] ;
       fhir:display [ fhir:v "Scoring Complete" ] ;
       fhir:definition [ fhir:v "Card to Cloud (C2C) scoring complete" ]
     ] )
  ] [
     fhir:code [ fhir:v "_clinicalOutcome" ] ;
     fhir:display [ fhir:v "Clinical Outcome (abstract)" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "notSelectable" ] ;
       fhir:value [ fhir:v "true"^^xsd:boolean ]
     ] ) ;
     fhir:concept ( [
       fhir:code [ fhir:v "therapy-rule-scored" ] ;
       fhir:display [ fhir:v "Therapy Rule Scored" ] ;
       fhir:definition [ fhir:v "The result of evaluating a rule against therapy data received from a patient's device." ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

