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
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "patient-pregnant"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.hmis.gov.np/StructureDefinition/np-core-patient"^^xsd:anyURI ;
fhir:link <https://fhir.hmis.gov.np/StructureDefinition/np-core-patient> ] )
] ; #
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: Patient patient-pregnant</b></p><a name=\"patient-pregnant\"> </a><a name=\"hcpatient-pregnant\"> </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-patient.html\">NP Core Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Hiramaya Tamang(official) Female, DoB: 2001-05-15 ( https://tokha.dhis2mis.org/NamingSystem/SystemID#SYS-001234 (use: usual, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><code>https://fhir.hmis.gov.np/NamingSystem/national-id</code>/1234567890 (use: official, )</li><li><code>https://fhir.hmis.gov.np/NamingSystem/HealthID</code>/1234567890 (use: official, )</li><li><code>https://tokha.dhis2mis.org/NamingSystem/CustomeID</code>/MD-98765 (use: secondary, )</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+9779801234567\">+9779801234567</a></li><li><a href=\"mailto:hiramaya@hmis.com.np\">hiramaya@hmis.com.np</a></li><li></li></ul></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://fhir.hmis.gov.np/CodeSystem/ethnic-code"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://fhir.hmis.gov.np/CodeSystem/ethnic-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Janajati" ] ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://fhir.hmis.gov.np/NamingSystem/national-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234567890" ]
] [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://fhir.hmis.gov.np/NamingSystem/HealthID"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234567890" ]
] [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "https://tokha.dhis2mis.org/NamingSystem/SystemID"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SYS-001234" ]
] [
fhir:use [ fhir:v "secondary" ] ;
fhir:system [ fhir:v "https://tokha.dhis2mis.org/NamingSystem/CustomeID"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MD-98765" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Hiramaya Tamang" ] ;
fhir:family [ fhir:v "Tamang" ] ;
( fhir:given [ fhir:v "Hiramaya" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+9779801234567" ] ;
fhir:use [ fhir:v "home" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hiramaya@hmis.com.np" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "2001-05-15"^^xsd:date] ; #
fhir:address ( [
( fhir:extension [
fhir:url [ fhir:v "https://fhir.hmis.gov.np/StructureDefinition/NepalAddress"^^xsd:anyURI ] ] [
( fhir:extension [
( fhir:extension [
fhir:url [ fhir:v "code"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://fhir.hmis.gov.np/ValueSet/province"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Koshi Province" ] ] ) ] ] ) ;
fhir:url [ fhir:v "province"^^xsd:anyURI ] ] [
( fhir:extension [
fhir:url [ fhir:v "code"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://fhir.hmis.gov.np/ValueSet/district"^^xsd:anyURI ] ;
fhir:code [ fhir:v "110" ] ;
fhir:display [ fhir:v "Ilam" ] ] ) ] ] ) ;
fhir:url [ fhir:v "district"^^xsd:anyURI ] ] [
( fhir:extension [
fhir:url [ fhir:v "code"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://fhir.hmis.gov.np/ValueSet/localbody"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11003" ] ;
fhir:display [ fhir:v "Ilam Municipality" ] ] ) ] ] ) ;
fhir:url [ fhir:v "localBody"^^xsd:anyURI ] ] [
( fhir:extension [
fhir:url [ fhir:v "code"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 5 ] ] [
fhir:url [ fhir:v "text"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Ward No. 5" ] ] ) ;
fhir:url [ fhir:v "ward"^^xsd:anyURI ] ] ) ;
fhir:url [ fhir:v "https://fhir.hmis.gov.np/StructureDefinition/NepalAddress"^^xsd:anyURI ] ] )
] ) . #
IG © 2025+ Integrated Health Information Management Section. Package hl7.fhir.hmis#0.0.1-ballot based on FHIR 5.0.0. Generated 2025-09-08
Links: Table of Contents |
QA Report
| Version History | License