Nepal HMIS FHIR Implementation Guide – 🚨 DRAFT VERSION - Local Development build (v0.0.1-ballot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Immunization Record - Typhoid Vaccine - TTL Representation
Raw ttl | Download
@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-typhoid"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.hmis.gov.np/StructureDefinition/np-core-immunization"^^xsd:anyURI ;
fhir:link <https://fhir.hmis.gov.np/StructureDefinition/np-core-immunization> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization immunization-typhoid</b></p><a name=\"immunization-typhoid\"> </a><a name=\"hcimmunization-typhoid\"> </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: <a href=\"StructureDefinition-np-core-immunization.html\">NP Core Immunization Profile</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://snomed.info/sct 961000221100}\">Typhoid Vaccine</span></p><p><b>patient</b>: <a href=\"Patient-patient-child.html\">Suman Thapa(official) Male, DoB: 2024-08-10 ( https://tokha.dhis2mis.org/NamingSystem/SystemID#SYS-c001234 (use: usual, ))</a></p><p><b>occurrence</b>: 2025-08-01</p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:vaccineCode [
( fhir:coding [
a sct:961000221100 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "961000221100" ] ;
fhir:display [ fhir:v "Typhoid vaccine" ] ] ) ;
fhir:text [ fhir:v "Typhoid Vaccine" ]
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/patient-child" ]
] ; #
fhir:occurrence [
a fhir:dateTime ;
fhir:v "2025-08-01"^^xsd:date
] . #