FHIR Release 3 (STU) CI-Build

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0 . For a full list Continuous Integration Build of available versions, see FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Immunization-example.xml

Example Immunization/example (XML)

Maturity Level : N/A
Responsible Owner: Public Health and Emergency Response Work Group Ballot Standards Status : Informative Compartments : Patient , Practitioner

Raw XML ( canonical form ) Jump past Narrative + also see XML Format Specification )

Example of Immunization (id = "example")

(Details : {http://hl7.org/fhir/v3/RouteOfAdministration code 'IM' = 'Injection, intramuscular', given as 'Injection, intramuscular'})(Details : {http://hl7.org/fhir/vaccination-protocol-dose-status code 'count' = 'Counts', given as 'Counts'})(Details : {http://hl7.org/fhir/vaccination-protocol-dose-status-reason code 'coldchbrk' = 'Cold chain break', given as 'Cold chain break'})
<?xml version="1.0" encoding="UTF-8"?>

<!--  Authored by Joginder Madra  --><Immunization xmlns="http://hl7.org/fhir">  <id value="example"/>   <identifier>     <system value="urn:ietf:rfc:3986"/>     <value value="urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234"/>   </identifier>   <status value="completed"/>   <vaccineCode>     <coding>       <system value="urn:oid:1.2.36.1.2001.1005.17"/>       <code value="FLUVAX"/>     </coding>     <text value="Fluvax"/>   </vaccineCode>   <administeredProduct>     <concept>       <coding>         <system value="urn:oid:2.16.840.1.113883.6.69"/>         <code value="70461-0321-03"/>       </coding>       <text value="Flucelvax (Influenza, injectable, MDCK, preservative free, quadrivalent)"/>     </concept>   </administeredProduct>   <manufacturer>     <reference>       <reference value="Organization/hl7"/>     </reference>   </manufacturer>   <lotNumber value="AAJN11K"/>   <expirationDate value="2015-02-15"/>   <patient>     <reference value="Patient/example"/>   </patient>   <encounter>     <reference value="Encounter/example"/>   </encounter>   <occurrenceDateTime value="2013-01-10"/>   <primarySource value="true"/>   <location>     <reference value="Location/1"/>   </location>   <site>     <coding>       <system value="http://terminology.hl7.org/CodeSystem/v3-ActSite"/>       <code value="LA"/>       <display value="left arm"/>     </coding>   </site>   <route>     <coding>       <system value="http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration"/>       <code value="IM"/>       <display value="Injection, intramuscular"/>     </coding>   </route>   <doseQuantity>     <value value="5"/>     <system value="http://unitsofmeasure.org"/>     <code value="mg"/>   </doseQuantity>   <performer>     <function>       <coding>         <system value="http://terminology.hl7.org/CodeSystem/v2-0443"/>         <code value="OP"/>       </coding>     </function>     <actor>       <reference value="Practitioner/example"/>     </actor>   </performer>   <performer>     <function>       <coding>         <system value="http://terminology.hl7.org/CodeSystem/v2-0443"/>         <code value="AP"/>       </coding>     </function>     <actor>       <reference value="Practitioner/example"/>     </actor>   </performer>   <note>     <text value="Notes on adminstration of vaccine"/>   </note>   <reason>     <concept>       <coding>         <system value="http://snomed.info/sct"/>         <code value="429060002"/>       </coding>     </concept>   </reason>   <isSubpotent value="true"/>   <programEligibility>     <program>       <text value="VFC"/>     </program>     <programStatus>       <coding>         <system value="http://terminology.hl7.org/CodeSystem/immunization-program-eligibility"/>         <code value="uninsured"/>       </coding>     </programStatus>   </programEligibility>   <fundingSource>     <coding>       <system value="http://terminology.hl7.org/CodeSystem/immunization-funding-source"/>       <code value="private"/>     </coding>   </fundingSource> 


</

Immunization

>



Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.