{
  "resourceType" : "CodeSystem",
  "id" : "rmd-complianceRuleOutcomeInterpretations-cs",
  "text" : {
    "status" : "generated",
    "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>"
  },
  "url" : "http://resmed.com/fhir/core/CodeSystem/rmd-complianceRuleOutcomeInterpretations-cs",
  "version" : "0.37.0",
  "name" : "CodeSystemResMedComplianceRuleOutcomeInterpretationCodes",
  "title" : "ResMed Compliance Rule Outcome Interpretation Code System",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-01-11T18:32:48+00:00",
  "publisher" : "ResMed Corp",
  "contact" : [{
    "name" : "ResMed Corp",
    "telecom" : [{
      "system" : "url",
      "value" : "https://www.resmed.com"
    },
    {
      "system" : "email",
      "value" : "atomteam-halifax@resmed.com"
    }]
  }],
  "description" : "A code system consisting of all compliance rule outcome interpretations.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [{
    "code" : "compliance-met",
    "display" : "In Compliance",
    "definition" : "The patient is in compliance with the rule"
  },
  {
    "code" : "compliance-not-met",
    "display" : "Not In Compliance",
    "definition" : "The patient is not in compliance with the rule"
  }]
}