Clinical Document Architecture
2.0.0-sd-202406-matchbox-patch - release

Clinical Document Architecture - Local Development build (v2.0.0-sd-202406-matchbox-patch) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CDAActSubstanceAdministrationCode - JSON Representation

Draft as of 2024-06-19

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "CDAActSubstanceAdministrationCode",
  "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.3.0/CodeSystem-v3-ActCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</code></a> version <code>7.0.0</code><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.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-DRUG\">DRUG</a></td><td style=\"color: #cccccc\">Drug therapy</td><td>The introduction of a drug into a subject with the intention of altering its biologic state with the intent of improving its health status.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-FD\">FD</a></td><td style=\"color: #cccccc\">food</td><td>**Description:** The introduction of material into a subject with the intent of providing nutrition or other dietary supplements (e.g. minerals or vitamins).</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMMUNIZ\">IMMUNIZ</a></td><td style=\"color: #cccccc\">Immunization</td><td>The introduction of an immunogen with the intent of stimulating an immune response, aimed at preventing subsequent infections by more viable agents.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-BOOSTER\">BOOSTER</a></td><td style=\"color: #cccccc\">Booster Immunization</td><td>An additional immunization administration within a series intended to bolster or enhance immunity.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-INITIMMUNIZ\">INITIMMUNIZ</a></td><td style=\"color: #cccccc\">Initial Immunization</td><td>The first immunization administration in a series intended to produce immunity</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/cda/stds/core/ValueSet/CDAActSubstanceAdministrationCode",
  "version" : "2.0.0-sd-202406-matchbox-patch",
  "name" : "CDAActSubstanceAdministrationCode",
  "title" : "CDAActSubstanceAdministrationCode",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-06-19T17:47:42+02:00",
  "publisher" : "Health Level 7",
  "contact" : [
    {
      "name" : "HL7 International - Structured Documents",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/structure"
        },
        {
          "system" : "email",
          "value" : "structdog@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "Describes the type of substance administration being performed.",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "version" : "7.0.0",
        "concept" : [
          {
            "code" : "DRUG"
          },
          {
            "code" : "FD"
          },
          {
            "code" : "IMMUNIZ"
          },
          {
            "code" : "BOOSTER"
          },
          {
            "code" : "INITIMMUNIZ"
          }
        ]
      }
    ]
  }
}