@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "CDAActSubstanceAdministrationCode"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

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
" ] ; # fhir:url [ fhir:v "http://hl7.org/cda/stds/core/ValueSet/CDAActSubstanceAdministrationCode"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "CDAActSubstanceAdministrationCode"] ; # fhir:title [ fhir:v "CDAActSubstanceAdministrationCode"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-08-29T09:46:41+10:00"^^xsd:dateTime] ; # fhir:description [ fhir:v "Describes the type of substance administration being performed."] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:version [ fhir:v "7.0.0" ] ; fhir:concept ( [ fhir:code [ fhir:v "DRUG" ] ] [ fhir:code [ fhir:v "FD" ] ] [ fhir:code [ fhir:v "IMMUNIZ" ] ] [ fhir:code [ fhir:v "BOOSTER" ] ] [ fhir:code [ fhir:v "INITIMMUNIZ" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------