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

HL7 FHIR Implementation Guide: Kenya Training IG Release 1 - US 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/faithchep/fhir-ig-template/ and changes regularly. See the Directory of published versions

: Kenya 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 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;\">Test training Example Kenya  Female, DoB: 1990-01-01 ( http://jembi.org/fhir/ImplementationGuide/kenya-training-jepkoech/identifier/mrn#MRN89898989)</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 U}\">unmarried</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/ImplementationGuide/kenya-training-jepkoech/identifier/nid</code>/12345667</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:+254734345566\">+254734345566</a></li><li><a href=\"mailto:test@testmail.com\">test@testmail.com</a></li><li>P.O. Box 12345 Eldoret Kenya KEN </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"A extension representing HIV key population statuses for clients\"><a href=\"StructureDefinition-client-key-population-status-extension.html\">Client 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/client-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/ImplementationGuide/kenya-training-jepkoech/identifier/mrn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MRN89898989" ]
  ] [
fhir:system [ fhir:v "http://jembi.org/fhir/ImplementationGuide/kenya-training-jepkoech/identifier/nid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345667" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Kenya" ] ;
    ( fhir:given [ fhir:v "Test" ] [ fhir:v "training" ] [ fhir:v "Example" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+254734345566" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "test@testmail.com" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1990-01-01"^^xsd:date] ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "P.O. Box 12345" ] ) ;
fhir:city [ fhir:v "Eldoret" ] ;
fhir:district [ fhir:v "kenya" ] ;
fhir:state [ fhir:v "Kenya" ] ;
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 "U" ] ;
fhir:display [ fhir:v "unmarried" ]     ] )
  ] . #