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 DetectedIssue mitigation action ValueSet - JSON Representation

Draft as of 2024-01-11

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "resmed-detected-issue-mitigation-action-value-set",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ActCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ActCode.html#v3-ActCode-1\">1</a></td><td>Therapy Appropriate</td><td>Confirmed drug therapy appropriate</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ActCode.html#v3-ActCode-2\">2</a></td><td>Assessed Patient</td><td>Assessed patient, therapy is appropriate</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ActCode.html#v3-ActCode-13\">13</a></td><td>Stopped Concurrent Therapy</td><td>Aborted existing therapy that triggered interaction.</td></tr></table></li></ul></div>"
  },
  "url" : "http://terminology.resmed.com/ValueSet/detectedissue-mitigation-action",
  "version" : "0.37.0",
  "name" : "ResMedDetectedIssueMitigationActionValueSet",
  "title" : "ResMed DetectedIssue mitigation action ValueSet",
  "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" : "The set of supported mitigation action values for ResMed DetectedIssues",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "concept" : [
          {
            "code" : "1",
            "display" : "Therapy Appropriate"
          },
          {
            "code" : "2",
            "display" : "Assessed Patient"
          },
          {
            "code" : "13",
            "display" : "Stopped Concurrent Therapy"
          }
        ]
      }
    ]
  }
}