PH Core Implementation Guide
0.1.0 - ci-build
PH Core Implementation Guide, published by UP Manila SILab. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/UP-Manila-SILab/ph-core/ and changes regularly. See the Directory of published versions
<Immunization xmlns="http://hl7.org/fhir">
<id value="example-immunization"/>
<meta>
<profile
value="urn://example.com/ph-core/fhir/StructureDefinition/ph-core-immunization"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">Juan Dela Cruz received a completed intramuscular flu shot (H5N1-1203) in the left arm on January 10, 2013. The vaccine lot number was AAJN11K and it was privately funded.</div>
</text>
<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="http://hl7.org/fhir/sid/cvx"/>
<code value="123"/>
</coding>
<text value="influenza, H5N1-1203"/>
</vaccineCode>
<patient>
<reference value="urn:uuid:64eb2d39-8da6-4c1d-b4c7-a6d3e916cd5b"/>
</patient>
<encounter>🔗
<reference value="Encounter/encounter-single-ex"/>
</encounter>
<occurrenceDateTime value="2013-01-10"/>
<primarySource value="true"/>
<lotNumber value="AAJN11K"/>
<expirationDate value="2015-02-15"/>
<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="urn:uuid:a036fd4c-c950-497b-8905-0d2c5ec6f1d4"/>
</actor>
</performer>
<note>
<text value="Notes on adminstration of vaccine"/>
</note>
<isSubpotent value="true"/>
<fundingSource>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/immunization-funding-source"/>
<code value="private"/>
</coding>
</fundingSource>
</Immunization>