CodeX Implementation Guide: ICAREdata
1.0.0 - CI Build

CodeX Implementation Guide: ICAREdata - Local Development build (v1.0.0). See the Directory of published versions

Care Plan Change Reason Value Set - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "ValueSet",
  "id" : "icare-care-plan-change-reason-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Care Plan Change Reason Value Set</h2><div><p>Reasons that a care plan was changed. Similar to TreatmentTerminationReasonVS</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=405613005\">405613005</a></td><td>Planned Procedure (situation)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=266721009\">266721009</a></td><td>Absent response to treatment (situation)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=281647001\">281647001</a></td><td>Adverse reaction (disorder)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=182890002\">182890002</a></td><td>Patient requests alternative treatment (finding)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=74964007\">74964007</a></td><td>Other (qualifier value)</td><td/></tr></table></li></ul></div>"
  },
  "url" : "http://mcodeinitiative.org/codex/us/icare/ValueSet/icare-care-plan-change-reason-vs",
  "version" : "1.0.0",
  "name" : "CarePlanChangeReasonVS",
  "title" : "Care Plan Change Reason Value Set",
  "status" : "active",
  "date" : "2020-03-24T22:19:43-04:00",
  "publisher" : "The MITRE Corporation and Alliance Foundation Trials",
  "contact" : [
    {
      "name" : "ICAREdata Team",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://alliancefoundationtrials.org/"
        },
        {
          "system" : "email",
          "value" : "icaredata@alliancefoundationtrials.org"
        }
      ]
    }
  ],
  "description" : "Reasons that a care plan was changed. Similar to TreatmentTerminationReasonVS",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "405613005",
            "display" : "Planned Procedure (situation)"
          },
          {
            "code" : "266721009",
            "display" : "Absent response to treatment (situation)"
          },
          {
            "code" : "281647001",
            "display" : "Adverse reaction (disorder)"
          },
          {
            "code" : "182890002",
            "display" : "Patient requests alternative treatment (finding)"
          },
          {
            "code" : "74964007",
            "display" : "Other (qualifier value)"
          }
        ]
      }
    ]
  }
}