ResMed Core Implementation Guide
0.37.0 - ci-build International flag

ResMed Core Implementation Guide - Local Development build (v0.37.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ResMed Rule Outcome Types Code System - JSON Representation

Draft as of 2024-01-11

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "rmd-ruleOutcomeTypes-cs",
  "text" : {
    "status" : "generated",
    "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\">\u00a0\u00a0patient-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\">\u00a0\u00a0payor-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\">\u00a0\u00a0payor-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\">\u00a0\u00a0card-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\">\u00a0\u00a0therapy-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>"
  },
  "url" : "http://resmed.com/fhir/core/CodeSystem/rmd-ruleOutcomeTypes-cs",
  "version" : "0.37.0",
  "name" : "CodeSystemResMedRuleOutcomeTypeCodes",
  "title" : "ResMed Rule Outcome Types 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 the rule outcome types",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "hierarchyMeaning" : "grouped-by",
  "content" : "complete",
  "count" : 8,
  "property" : [
    {
      "code" : "notSelectable",
      "uri" : "notSelectable",
      "description" : "Indicates that the code is abstract - only intended to be used as a selector for other concepts",
      "type" : "boolean"
    }
  ],
  "concept" : [
    {
      "code" : "_complianceOutcome",
      "display" : "Compliance Outcome (abstract)",
      "property" : [
        {
          "code" : "notSelectable",
          "valueBoolean" : true
        }
      ],
      "concept" : [
        {
          "code" : "patient-compliance-progress",
          "display" : "Compliance Progress",
          "definition" : "How close the patient is to meeting compliance"
        },
        {
          "code" : "payor-initial-compliance",
          "display" : "Initial Compliance",
          "definition" : "Whether the patient has met initial payor compliance"
        },
        {
          "code" : "payor-ongoing-compliance",
          "display" : "Ongoing Compliance",
          "definition" : "Whether the patient has met ongoing payor compliance"
        }
      ]
    },
    {
      "code" : "_operationalOutcome",
      "display" : "Operational Outcome (abstract)",
      "property" : [
        {
          "code" : "notSelectable",
          "valueBoolean" : true
        }
      ],
      "concept" : [
        {
          "code" : "card-rule-scoring-complete",
          "display" : "Scoring Complete",
          "definition" : "Card to Cloud (C2C) scoring complete"
        }
      ]
    },
    {
      "code" : "_clinicalOutcome",
      "display" : "Clinical Outcome (abstract)",
      "property" : [
        {
          "code" : "notSelectable",
          "valueBoolean" : true
        }
      ],
      "concept" : [
        {
          "code" : "therapy-rule-scored",
          "display" : "Therapy Rule Scored",
          "definition" : "The result of evaluating a rule against therapy data received from a patient's device."
        }
      ]
    }
  ]
}