FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/CDAActSubstanceAdministrationCode

Packageau.digitalhealth.cda.schema
TypeValueSet
IdCDAActSubstanceAdministrationCode
FHIR VersionR5
Sourcehttp://ns.electronichealth.net.au/cda/https://build.fhir.org/ig/AuDigitalHealth/cda-au-schema/ValueSet-CDAActSubstanceAdministrationCode.html
URLhttp://hl7.org/cda/stds/core/ValueSet/CDAActSubstanceAdministrationCode
Version1.0.0
Statusdraft
Date2025-07-21T22:05:27+00:00
NameCDAActSubstanceAdministrationCode
TitleCDAActSubstanceAdministrationCode
Realmau
Authoritynational
DescriptionDescribes the type of substance administration being performed.

Resources that use this resource

StructureDefinition
SubstanceAdministrationSubstanceAdministration (CDA Class)
au-SubstanceAdministrationADHA SubstanceAdministration (CDA Class)

Resources that this resource uses

CodeSystem
v3-ActCodeActCode
v3-ActCodeActCode

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet CDAActSubstanceAdministrationCode

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActCode version 7.0.0
    CodeDisplayDefinition
    DRUGDrug therapyThe introduction of a drug into a subject with the intention of altering its biologic state with the intent of improving its health status.
    FDfood**Description:** The introduction of material into a subject with the intent of providing nutrition or other dietary supplements (e.g. minerals or vitamins).
    IMMUNIZImmunizationThe introduction of an immunogen with the intent of stimulating an immune response, aimed at preventing subsequent infections by more viable agents.
    BOOSTERBooster ImmunizationAn additional immunization administration within a series intended to bolster or enhance immunity.
    INITIMMUNIZInitial ImmunizationThe first immunization administration in a series intended to produce immunity

Source

{
  "resourceType": "ValueSet",
  "id": "CDAActSubstanceAdministrationCode",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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.0",
  "name": "CDAActSubstanceAdministrationCode",
  "title": "CDAActSubstanceAdministrationCode",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-21T22:05:27+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"
          }
        ]
      }
    ]
  }
}