Clinical Document Architecture with Australian Schema, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/cda-au-schema/ and changes regularly. See the Directory of published versions

: CDAActSubstanceAdministrationCode - JSON Representation

Draft as of 2025-10-09 Maturity Level: 1

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "CDAActSubstanceAdministrationCode",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet CDAActSubstanceAdministrationCode</b></p><a name=\"CDAActSubstanceAdministrationCode\"> </a><a name=\"hcCDAActSubstanceAdministrationCode\"> </a><ul><li>Include these codes as defined in <a href=\"http://tx.fhir.org/r5\"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</code></a> version <span title=\"Version is explicitly stated to be 7.0.0\">&#x1F4CD;9.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>DRUG</td><td/></tr><tr><td>FD</td><td/></tr><tr><td>IMMUNIZ</td><td/></tr><tr><td>BOOSTER</td><td/></tr><tr><td>INITIMMUNIZ</td><td/></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://ns.electronichealth.net.au/cda/ImplementationGuide/au.digitalhealth.cda.schema"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/cda/stds/core/ValueSet/CDAActSubstanceAdministrationCode",
  "version" : "1.0.1",
  "name" : "CDAActSubstanceAdministrationCode",
  "title" : "CDAActSubstanceAdministrationCode",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-10-09T23:24:23+00:00",
  "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"
          }
        ]
      }
    ]
  }
}