Draft Immunization FHIR Implementation Guide
0.1.0 - ci-build
Draft Immunization FHIR 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/immunizationfhirig/ 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 "SEIR-example-patient-refused"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://build.fhir.org/ig/UP-Manila-SILab/immunizationfhirig/branches/master/StructureDefinition-seir-immunization.html"^^xsd:anyURI ;
fhir:link <http://build.fhir.org/ig/UP-Manila-SILab/immunizationfhirig/branches/master/StructureDefinition-seir-immunization.html> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization SEIR-example-patient-refused</b></p><a name=\"SEIR-example-patient-refused\"> </a><a name=\"hcSEIR-example-patient-refused\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <code>http://build.fhir.org/ig/UP-Manila-SILab/immunizationfhirig/branches/master/StructureDefinition-seir-immunization.html</code></p></div><p><b>[URL_FOR_ADMINISTERED_PRODUCT_EXTENSION]</b>: <span title=\"Codes:{http://snomed.info/sct [PRODUCT_CODE]}\">Varicella-zoster live vaccine product</span></p><p><b>[URL_FOR_BATCH_NUMBER_EXTENSION]</b>: BATCH-XYZ-789</p><p><b>org/fhir/StructureDefinition/patient-philhealth-id-on-immunization</b>: <code>http://www.philhealth.gov.ph/pin</code>/JUANDC-PHILHEALTH-001</p><p><b>org/fhir/StructureDefinition/patient-philsys-id-on-immunization</b>: <code>http://nationalidsystem.gov.ph/psn</code>/JUANDC-PHILSYS-002</p><p><b>org/fhir/StructureDefinition/mother-philhealth-id-on-immunization</b>: <code>http://www.philhealth.gov.ph/pin</code>/MOTHERS-PHILHEALTH-12345</p><p><b>org/fhir/StructureDefinition/mother-philsys-id-on-immunization</b>: <code>http://nationalidsystem.gov.ph/psn</code>/MOTHERS-PHILSYS-67890</p><p><b>status</b>: Not Done</p><p><b>statusReason</b>: <span title=\"Codes:{http://snomed.info/sct 1620681000168106}\">Patient refused immunization</span></p><p><b>vaccineCode</b>: <span title=\"Codes:{http://snomed.info/sct 830851000168105}\">Zostavax</span></p><p><b>patient</b>: <a href=\"Patient/example1\">Juan DELA CRUZ</a></p><p><b>encounter</b>: <a href=\"https://build.fhir.org/ig/UP-Manila-SILab/ph-core/Encounter-example-encounter.html\">Outpatient Visit - June 14, 2024</a></p><p><b>occurrence</b>: 2024-06-14</p><p><b>primarySource</b>: true</p><p><b>location</b>: <a href=\"Location/example-vaccination-site\">PGH Outpatient Clinic 3</a></p><p><b>lotNumber</b>: LotVZV987</p><p><b>doseQuantity</b>: 0.5 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemL = 'mL')</span></p><blockquote><p><b>performer</b></p><p><b>function</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0443 AP}\">Administering Provider</span></p><p><b>actor</b>: <a href=\"Practitioner/example0\">Dr. Maria SANTOS</a></p></blockquote><blockquote><p><b>performer</b></p><p><b>function</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PRF}\">Administering Organization</span></p><p><b>actor</b>: <a href=\"Organization/example-facility\">Philippine General Hospital</a></p></blockquote><p><b>note</b>: </p><blockquote><div><p>Patient verbally refused the administration of the Varicella-zoster vaccine after counseling.</p>\n</div></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "[URL_FOR_ADMINISTERED_PRODUCT_EXTENSION]"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:[PRODUCT_CODE] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "[PRODUCT_CODE]" ] ;
fhir:display [ fhir:v "Varicella-zoster live vaccine product" ] ] ) ]
] [
fhir:url [ fhir:v "[URL_FOR_BATCH_NUMBER_EXTENSION]"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "BATCH-XYZ-789" ]
] [
fhir:url [ fhir:v "http://example.org/fhir/StructureDefinition/patient-philhealth-id-on-immunization"^^xsd:anyURI ] ;
fhir:value [
a fhir:Identifier ;
fhir:system [ fhir:v "http://www.philhealth.gov.ph/pin"^^xsd:anyURI ] ;
fhir:value [ fhir:v "JUANDC-PHILHEALTH-001" ] ]
] [
fhir:url [ fhir:v "http://example.org/fhir/StructureDefinition/patient-philsys-id-on-immunization"^^xsd:anyURI ] ;
fhir:value [
a fhir:Identifier ;
fhir:system [ fhir:v "http://nationalidsystem.gov.ph/psn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "JUANDC-PHILSYS-002" ] ]
] [
fhir:url [ fhir:v "http://example.org/fhir/StructureDefinition/mother-philhealth-id-on-immunization"^^xsd:anyURI ] ;
fhir:value [
a fhir:Identifier ;
fhir:system [ fhir:v "http://www.philhealth.gov.ph/pin"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MOTHERS-PHILHEALTH-12345" ] ]
] [
fhir:url [ fhir:v "http://example.org/fhir/StructureDefinition/mother-philsys-id-on-immunization"^^xsd:anyURI ] ;
fhir:value [
a fhir:Identifier ;
fhir:system [ fhir:v "http://nationalidsystem.gov.ph/psn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MOTHERS-PHILSYS-67890" ] ]
] ) ; #
fhir:status [ fhir:v "not-done"] ; #
fhir:statusReason [
( fhir:coding [
a sct:1620681000168106 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1620681000168106" ] ;
fhir:display [ fhir:v "Patient objection" ] ] ) ;
fhir:text [ fhir:v "Patient refused immunization" ]
] ; #
fhir:vaccineCode [
( fhir:coding [
a sct:830851000168105 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "830851000168105" ] ;
fhir:display [ fhir:v "Varicella-zoster live vaccine" ] ] ) ;
fhir:text [ fhir:v "Zostavax" ]
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/example1" ] ;
fhir:display [ fhir:v "Juan DELA CRUZ" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/example-encounter" ] ;
fhir:display [ fhir:v "Outpatient Visit - June 14, 2024" ]
] ; #
fhir:occurrence [
a fhir:dateTime ;
fhir:v "2024-06-14"^^xsd:date
] ; #
fhir:primarySource [ fhir:v true] ; #
fhir:location [
fhir:reference [ fhir:v "Location/example-vaccination-site" ] ;
fhir:display [ fhir:v "PGH Outpatient Clinic 3" ]
] ; #
fhir:lotNumber [ fhir:v "LotVZV987"] ; #
fhir:doseQuantity [
fhir:value [ fhir:v 0.5 ] ;
fhir:unit [ fhir:v "mL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mL" ]
] ; #
fhir:performer ( [
fhir:function [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0443"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AP" ] ;
fhir:display [ fhir:v "Administering Provider" ] ] ) ;
fhir:text [ fhir:v "Administering Provider" ] ] ;
fhir:actor [
fhir:reference [ fhir:v "Practitioner/example0" ] ;
fhir:display [ fhir:v "Dr. Maria SANTOS" ] ]
] [
fhir:function [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRF" ] ;
fhir:display [ fhir:v "Performer" ] ] ) ;
fhir:text [ fhir:v "Administering Organization" ] ] ;
fhir:actor [
fhir:reference [ fhir:v "Organization/example-facility" ] ;
fhir:display [ fhir:v "Philippine General Hospital" ] ]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "Patient verbally refused the administration of the Varicella-zoster vaccine after counseling." ]
] ) . #
IG © 2025+ UP Manila SILab. Package up-manila-silab.immunizationfhirig#0.1.0 based on FHIR 4.0.1. Generated 2025-08-29
Links: Table of Contents |
QA Report