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
{
"resourceType" : "Immunization",
"id" : "immunization-single-example",
"meta" : {
"profile" : [
🔗 "https://fhir.doh.gov.ph/phcore/StructureDefinition/ph-core-immunization"
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<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>"
},
"extension" : [
{
"url" : "https://fhir.doh.gov.ph/phcore/StructureDefinition/batch-number",
"valueString" : "AAJN11K"
},
{
"url" : "https://fhir.doh.gov.ph/phcore/StructureDefinition/administered-product",
"valueReference" : {
🔗 "reference" : "Medication/medication-single-example"
}
}
],
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234"
}
],
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/cvx",
"code" : "123",
"display" : "influenza, H5N1-1203"
}
],
"text" : "Influenza H5N1-1203 Vaccine"
},
"patient" : {
🔗 "reference" : "Patient/patient-single-example"
},
"encounter" : {
🔗 "reference" : "Encounter/encounter-single-example"
},
"occurrenceDateTime" : "2013-01-10",
"primarySource" : true,
"location" : {
🔗 "reference" : "Location/location-single-example"
},
"lotNumber" : "AAJN11K",
"expirationDate" : "2015-02-15",
"site" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActSite",
"code" : "LA",
"display" : "left arm"
}
],
"text" : "Left arm"
},
"route" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
"code" : "IM",
"display" : "Injection, intramuscular"
}
],
"text" : "Intramuscular injection"
},
"doseQuantity" : {
"value" : 5,
"system" : "http://unitsofmeasure.org",
"code" : "mg"
},
"performer" : [
{
"function" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0443",
"code" : "OP",
"display" : "Ordering Provider"
}
],
"text" : "Ordering Provider"
},
"actor" : {
🔗 "reference" : "Practitioner/practitioner-single-example",
"display" : "Dr. Maria Clara Santos"
}
}
],
"note" : [
{
"text" : "Notes on administration of vaccine"
}
],
"isSubpotent" : true,
"fundingSource" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/immunization-funding-source",
"code" : "private",
"display" : "Private"
}
],
"text" : "Private"
},
"protocolApplied" : [
{
"targetDisease" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "772828001",
"display" : "Influenza caused by Influenza A virus subtype H5N1"
}
],
"text" : "Influenza H5N1"
}
],
"doseNumberPositiveInt" : 1
}
]
}