HL7 FHIR Implementation Guide: KenyaTraining IG Release 1 - Kenya Realm | STU1
1.0.0 - DSTU International flag

HL7 FHIR Implementation Guide: KenyaTraining IG Release 1 - Kenya Realm | STU1, published by ICAP Kenya. 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/briankariuki/fhir-training/ and changes regularly. See the Directory of published versions

: Kenya Training Patient Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "KenyaTrainingPatientExample1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://jembi.org/fhir/StructureDefinition/kenya-training-patient"^^xsd:anyURI ;
fhir:link <http://jembi.org/fhir/StructureDefinition/kenya-training-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 KenyaTrainingPatientExample1</b></p><a name=\"KenyaTrainingPatientExample1\"> </a><a name=\"hcKenyaTrainingPatientExample1\"> </a><a name=\"KenyaTrainingPatientExample1-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Juma Tano Mosi (official) Male, DoB: 1905-08-23 ( http://jembi.org/fhir/kenya-training-bk/identifier/mrn#MRN00022345)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus T}\">Has a domestic partner</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>http://jembi.org/fhir/kenya-training-bk/identifier/nid</code>/12345678</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:+254723123456\">+254723123456</a></li><li><a href=\"mailto:juma.mosi@example.com\">juma.mosi@example.com</a></li><li>Ngong town Kibiko Kajiado KEN (home)</li></ul></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://jembi.org/fhir/kenya-training-bk/identifier/mrn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MRN00022345" ]
  ] [
fhir:system [ fhir:v "http://jembi.org/fhir/kenya-training-bk/identifier/nid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345678" ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Mosi" ] ;
    ( fhir:given [ fhir:v "Juma" ] [ fhir:v "Tano" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+254723123456" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "juma.mosi@example.com" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1905-08-23"^^xsd:date] ; # 
  fhir:address ( [
fhir:use [ fhir:v "home" ] ;
    ( fhir:line [ fhir:v "Ngong town" ] ) ;
fhir:city [ fhir:v "Kibiko" ] ;
fhir:district [ fhir:v "Kajiado North" ] ;
fhir:state [ fhir:v "Kajiado" ] ;
fhir:country [ fhir:v "KEN" ]
  ] ) ; # 
  fhir:maritalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "T" ] ;
fhir:display [ fhir:v "Domestic partner" ]     ] ) ;
fhir:text [ fhir:v "Has a domestic partner" ]
  ] . #