Botswana FHIR Implementation Guide, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/botswana-hie-fhir-ig/ and changes regularly. See the Directory of published versions
: Botswana Patient - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "BwPatientExample"] ;
fhir:meta [
( fhir:profile [
fhir:v "http://moh.bw.org/StructureDefinition/bw-patient"^^xsd:anyURI ;
fhir:link <http://moh.bw.org/StructureDefinition/bw-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 BwPatientExample</b></p><a name=\"BwPatientExample\"> </a><a name=\"hcBwPatientExample\"> </a><a name=\"BwPatientExample-en-US\"> </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-bw-patient.html\">Botswana Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mark Adams Male, DoB: 2000-11-11 ( http://moh.bw.org/identifier/mrn#MRN12345671)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><code>http://moh.bw.org/identifier/omang</code>/omang1234</li><li><code>http://moh.bw.org/identifier/birth</code>/001209565658</li><li><code>http://moh.bw.org/identifier/passport</code>/ppn1234</li><li><code>http://moh.bw.org/identifier/openmrs</code>/Openmrs12345</li><li><code>http://moh.bw.org/identifier/internalid</code>/SysId12345</li><li><code>http://moh.bw.org/identifier/pims</code>/PIMS12345</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 27537652509(Work)</li><li><a href=\"mailto:someone@something.org\">someone@something.org</a></li><li>5630 Maboneng Street Kweneng East Mogoditshane </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-ServiceProviderExample.html\">Organization Kweneng Health Post</a></li></ul></td></tr></table></div>"^^rdf:XMLLiteral
] ;
fhir:identifier ( [
fhir:system [ fhir:v "http://moh.bw.org/identifier/mrn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MRN12345671" ]
] [
fhir:system [ fhir:v "http://moh.bw.org/identifier/omang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "omang1234" ]
] [
fhir:system [ fhir:v "http://moh.bw.org/identifier/birth"^^xsd:anyURI ] ;
fhir:value [ fhir:v "001209565658" ]
] [
fhir:system [ fhir:v "http://moh.bw.org/identifier/passport"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ppn1234" ]
] [
fhir:system [ fhir:v "http://moh.bw.org/identifier/openmrs"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Openmrs12345" ]
] [
fhir:system [ fhir:v "http://moh.bw.org/identifier/internalid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SysId12345" ]
] [
fhir:system [ fhir:v "http://moh.bw.org/identifier/pims"^^xsd:anyURI ] ;
fhir:value [ fhir:v "PIMS12345" ]
] ) ;
fhir:name ( [
fhir:family [ fhir:v "Adams" ] ;
( fhir:given [ fhir:v "Mark" ] )
] ) ;
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "27537652509" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "someone@something.org" ] ;
fhir:use [ fhir:v "home" ]
] ) ;
fhir:gender [ fhir:v "male"] ;
fhir:birthDate [ fhir:v "2000-11-11"^^xsd:date] ;
fhir:address ( [
( fhir:line [ fhir:v "5630" ] [ fhir:v "Maboneng Street" ] [ fhir:v "Kweneng East" ] ) ;
fhir:city [ fhir:v "Mogoditshane" ] ;
fhir:district [ fhir:v "Kweneng" ]
] ) ;
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/ServiceProviderExample" ]
] .