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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Immunization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "immunization-single-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.doh.gov.ph/phcore/StructureDefinition/ph-core-immunization"^^xsd:anyURI ;
fhir:l <https://fhir.doh.gov.ph/phcore/StructureDefinition/ph-core-immunization> ] )
] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "https://fhir.doh.gov.ph/phcore/StructureDefinition/batch-number"^^xsd:anyURI ;
fhir:l <https://fhir.doh.gov.ph/phcore/StructureDefinition/batch-number> ] ;
fhir:value [
a fhir:String ;
fhir:v "AAJN11K" ]
] [
fhir:url [
fhir:v "https://fhir.doh.gov.ph/phcore/StructureDefinition/administered-product"^^xsd:anyURI ;
fhir:l <https://fhir.doh.gov.ph/phcore/StructureDefinition/administered-product> ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:Medication/medication-single-example ;
fhir:reference [ fhir:v "Medication/medication-single-example" ] ]
] ) ; #
fhir:identifier ( [
fhir:system [
fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
fhir:l <urn:ietf:rfc:3986> ] ;
fhir:value [ fhir:v "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:vaccineCode [
( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/sid/cvx> ] ;
fhir:code [ fhir:v "123" ] ;
fhir:display [ fhir:v "influenza, H5N1-1203" ] ] ) ;
fhir:text [ fhir:v "Influenza H5N1-1203 Vaccine" ]
] ; #
fhir:patient [
fhir:l fhir:Patient/patient-single-example ;
fhir:reference [ fhir:v "Patient/patient-single-example" ]
] ; #
fhir:encounter [
fhir:l fhir:Encounter/encounter-single-example ;
fhir:reference [ fhir:v "Encounter/encounter-single-example" ]
] ; #
fhir:occurrence [
a fhir:DateTime ;
fhir:v "2013-01-10"^^xsd:date
] ; #
fhir:primarySource [ fhir:v true] ; #
fhir:location [
fhir:l fhir:Location/location-single-example ;
fhir:reference [ fhir:v "Location/location-single-example" ]
] ; #
fhir:lotNumber [ fhir:v "AAJN11K"] ; #
fhir:expirationDate [ fhir:v "2015-02-15"^^xsd:date] ; #
fhir:site [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActSite"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActSite> ] ;
fhir:code [ fhir:v "LA" ] ;
fhir:display [ fhir:v "left arm" ] ] ) ;
fhir:text [ fhir:v "Left arm" ]
] ; #
fhir:route [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration> ] ;
fhir:code [ fhir:v "IM" ] ;
fhir:display [ fhir:v "Injection, intramuscular" ] ] ) ;
fhir:text [ fhir:v "Intramuscular injection" ]
] ; #
fhir:doseQuantity [
fhir:value [ fhir:v "5"^^xsd:decimal ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "mg" ]
] ; #
fhir:performer ( [
fhir:function [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0443"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0443> ] ;
fhir:code [ fhir:v "OP" ] ;
fhir:display [ fhir:v "Ordering Provider" ] ] ) ;
fhir:text [ fhir:v "Ordering Provider" ] ] ;
fhir:actor [
fhir:l fhir:Practitioner/practitioner-single-example ;
fhir:reference [ fhir:v "Practitioner/practitioner-single-example" ] ;
fhir:display [ fhir:v "Dr. Maria Clara Santos" ] ]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "Notes on administration of vaccine" ]
] ) ; #
fhir:isSubpotent [ fhir:v true] ; #
fhir:fundingSource [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/immunization-funding-source"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/immunization-funding-source> ] ;
fhir:code [ fhir:v "private" ] ;
fhir:display [ fhir:v "Private" ] ] ) ;
fhir:text [ fhir:v "Private" ]
] ; #
fhir:protocolApplied ( [
( fhir:targetDisease [
( fhir:coding [
a sct:772828001 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "772828001" ] ;
fhir:display [ fhir:v "Influenza caused by Influenza A virus subtype H5N1" ] ] ) ;
fhir:text [ fhir:v "Influenza H5N1" ] ] ) ;
fhir:doseNumber [
a fhir:PositiveInt ;
fhir:v "1"^^xsd:positiveInteger ]
] ) . #
IG © 2025+ UP Manila National TeleHealth Center.
Package fhir.ph.core#0.2.0 based on FHIR 4.0.1.
Generated
2026-05-20
Links: Table of Contents |
QA Report