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

HL7 FHIR Implementation Guide: Kenya IG Release 1 - Kenya Realm | STU1, published by My Organization. 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/DavidSaruni/Starter-Kenya-FHIR-IG/ and changes regularly. See the Directory of published versions

: KenyaPatientExample - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "KenyaPatientExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://jembi.org/fhir/StructureDefinition/kenya-patient"^^xsd:anyURI ;
fhir:link <http://jembi.org/fhir/StructureDefinition/kenya-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 KenyaPatientExample</b></p><a name=\"KenyaPatientExample\"> </a><a name=\"hcKenyaPatientExample\"> </a><a name=\"KenyaPatientExample-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Captain David Saruni Maseine  Male, DoB: 1980-01-01 ( http://jembi.org/fhir/kenya-training-captain/identifier/mrn#MRN12345)</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 M}\">Married</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-captain/identifier/nid</code>/12622015</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 0712345678</li><li>20157, Kabarak Kabarak Nakuru KEN </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Key Population Status Extension\"><a href=\"StructureDefinition-key-population-status-extension.html\">Key Population Status Extension</a></td><td colspan=\"3\"><span title=\"Codes:{http://snomed.info/sct 472986005}\">Sexually active with men (finding)</span></td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://jembi.org/fhir/StructureDefinition/key-population-status-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:472986005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "472986005" ]       ] )     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://jembi.org/fhir/kenya-training-captain/identifier/mrn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MRN12345" ]
  ] [
fhir:system [ fhir:v "http://jembi.org/fhir/kenya-training-captain/identifier/nid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12622015" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Maseine" ] ;
    ( fhir:given [ fhir:v "Captain" ] [ fhir:v "David" ] [ fhir:v "Saruni" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0712345678" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1980-01-01"^^xsd:date] ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "20157, Kabarak" ] ) ;
fhir:city [ fhir:v "Kabarak" ] ;
fhir:district [ fhir:v "Rongai" ] ;
fhir:state [ fhir:v "Nakuru" ] ;
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 "M" ]     ] )
  ] . #