Draft PH Core Implementation Guide
0.2.0 - ci-build
PH
Draft PH Core Implementation Guide, published by UP Manila National TeleHealth Center. This guide is not an authorized publication; it is the continuous build for version 0.2.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="immunization-single-example"/>
<meta>
<profile
value="https://fhir.doh.gov.ph/phcore/StructureDefinition/ph-core-immunization"/>
</meta>
<language value="en"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">Juan Dela Cruz received a completed intramuscular influenza (H5N1-1203) vaccine in the left arm on January 10, 2013, at Philippine General Hospital. The vaccine lot number was AAJN11K and was privately funded. Dose 1 was administered by Dr. Maria Clara Santos.</div>
</text>
<extension
url="https://fhir.doh.gov.ph/phcore/StructureDefinition/batch-number">
<valueString value="AAJN11K"/>
</extension>
<extension
url="https://fhir.doh.gov.ph/phcore/StructureDefinition/administered-product">
<valueReference>🔗
<reference value="Medication/medication-single-example"/>
</valueReference>
</extension>
<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"/>
<display value="influenza, H5N1-1203"/>
</coding>
<text value="Influenza H5N1-1203 Vaccine"/>
</vaccineCode>
<patient>🔗
<reference value="Patient/patient-single-example"/>
</patient>
<encounter>🔗
<reference value="Encounter/encounter-single-example"/>
</encounter>
<occurrenceDateTime value="2013-01-10"/>
<primarySource value="true"/>
<location>🔗
<reference value="Location/location-single-example"/>
</location>
<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>
<text value="Left arm"/>
</site>
<route>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration"/>
<code value="IM"/>
<display value="Injection, intramuscular"/>
</coding>
<text value="Intramuscular injection"/>
</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"/>
<display value="Ordering Provider"/>
</coding>
<text value="Ordering Provider"/>
</function>
<actor>🔗
<reference value="Practitioner/practitioner-single-example"/>
<display value="Dr. Maria Clara Santos"/>
</actor>
</performer>
<note>
<text value="Notes on administration of vaccine"/>
</note>
<isSubpotent value="true"/>
<fundingSource>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/immunization-funding-source"/>
<code value="private"/>
<display value="Private"/>
</coding>
<text value="Private"/>
</fundingSource>
<protocolApplied>
<targetDisease>
<coding>
<system value="http://snomed.info/sct"/>
<code value="772828001"/>
<display value="Influenza caused by Influenza A virus subtype H5N1"/>
</coding>
<text value="Influenza H5N1"/>
</targetDisease>
<doseNumberPositiveInt value="1"/>
</protocolApplied>
</Immunization>