--- type: "valueset" title: "Vaccine Administered Value Set" valueset: "vaccine-code" --- # Vaccine Administered Value Set - **Official URL**: http://hl7.org/fhir/ValueSet/vaccine-code - **Version**: 6.0.0 - **Status**: active - **Name**: VaccineAdministeredValueSet - **Title**: Vaccine Administered Value Set - **Publisher**: HL7 FHIR - **Description**: This identifies the vaccine substance administered - CVX codes. ## Narrative Around the world, various different coding systems are used for immunizations: - USA: CVX ( [http://hl7.org/fhir/sid/cvx](http://hl7.org/fhir/sid/cvx)) - Australia: ACIR ( [urn:oid:1.2.36.1.2001.1005.17](http://www.medicareaustralia.gov.au/provider/vendors/files/9560-1301-acir-idi-vaccine-codes.pdf)) ## Content (Compose) - **System**: http://hl7.org/fhir/sid/cvx - **System**: urn:oid:1.2.36.1.2001.1005.17 ## ValueSet XML ```xml

Around the world, various different coding systems are used for immunizations:

<status value="active"/> <experimental value="true"/> <publisher value="HL7 FHIR"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value="This identifies the vaccine substance administered - CVX codes."/> <compose> <include> <system value="http://hl7.org/fhir/sid/cvx"/> </include> <include> <system value="urn:oid:1.2.36.1.2001.1005.17"/> </include> </compose> </ValueSet> ```