FHIR IG Statistics: ValueSet/CDAActSubstanceAdministrationCode
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/v3-ActCode
version 7.0.0
Code | Display | Definition |
DRUG | Drug therapy | The introduction of a drug into a subject with the intention of altering its biologic state with the intent of improving its health status. |
FD | food | **Description:** The introduction of material into a subject with the intent of providing nutrition or other dietary supplements (e.g. minerals or vitamins). |
IMMUNIZ | Immunization | The introduction of an immunogen with the intent of stimulating an immune response, aimed at preventing subsequent infections by more viable agents. |
BOOSTER | Booster Immunization | An additional immunization administration within a series intended to bolster or enhance immunity. |
INITIMMUNIZ | Initial Immunization | The 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"
}
]
}
]
}
}