HL7 FHIR Profile: Occupational Data for Health (ODH), Release 1.0 (Standard for Trial Use)

This page is part of the Occupational Data for Health (ODH) FHIR IG (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 1.2.0. For a full list of available versions, see the Directory of published versions

TreatmentTerminationReasonVS

{
  "resourceType" : "ValueSet",
  "id" : "obf-TreatmentTerminationReasonVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>TreatmentTerminationReasonVS ValueSet</b></p>\n<p>Values used to describe the reasons for stopping a treatment. Includes code for 'treatment completed' as well as codes for unplanned (early) stoppage. Applies to medications and other treatments that take place over a period of time, such as radiation treatments.</p>\n</div>"
  },
  "url" : "http://hl7.org/fhir/us/odh/ValueSet/obf-TreatmentTerminationReasonVS",
  "version" : "1.0.0",
  "name" : "TreatmentTerminationReasonVS",
  "title" : "Treatment Termination Reason VS",
  "status" : "draft",
  "date" : "2020-01-04T00:00:00+00:00",
  "publisher" : "HL7 International Public Health Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher/index.cfm"
        }
      ]
    }
  ],
  "description" : "Values used to describe the reasons for stopping a treatment. Includes code for 'treatment completed' as well as codes for unplanned (early) stoppage. Applies to medications and other treatments that take place over a period of time, such as radiation treatments.",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "182992009",
            "display" : "Treatment completed (situation)"
          },
          {
            "code" : "58848006",
            "display" : "Lack of drug action (finding)"
          },
          {
            "code" : "281647001",
            "display" : "Adverse reaction (disorder)"
          },
          {
            "code" : "160932005",
            "display" : "Financial problem"
          },
          {
            "code" : "105480006",
            "display" : "Refusal of treatment by patient"
          },
          {
            "code" : "107724000",
            "display" : "Patient transfer"
          },
          {
            "code" : "309846006",
            "display" : "Treatment not available"
          }
        ]
      }
    ]
  }
}