Kenya Patient Summary FHIR IG
0.1.0 - ci-build Kenya flag

Kenya Patient Summary FHIR IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example 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 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 "ExamplePatientKPS"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://example.org/fhir/StructureDefinition/kps-patient"^^xsd:anyURI ;
fhir:l <https://example.org/fhir/StructureDefinition/kps-patient>     ] [
fhir:v "http://example.org/fhir/StructureDefinition/kps-patient"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/StructureDefinition/kps-patient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ExamplePatientKPS</b></p><a name=\"ExamplePatientKPS\"> </a><a name=\"hcExamplePatientKPS\"> </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\">Profiles: <a href=\"StructureDefinition-kps-patient.html\">Patient Profile - KPS</a>, <code>http://example.org/fhir/StructureDefinition/kps-patient</code></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Hawa Mohamed  Female, DoB: 1992-03-25 ( http://moh.kenya/identifier/nationalID-no#28765432)</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.kenya/identifier/UPI</code>/UPI-MND-001</li><li><code>http://moh.kenya/identifier/passport-No</code>/KEP1234567</li><li><code>http://moh.kenya/identifier/birthCertificate-No</code>/BC-MND-2020-0001</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:+254701234567\">+254701234567</a></li><li><a href=\"mailto:hawa.mohamed@example.com\">hawa.mohamed@example.com</a></li><li>Banisa Village Takaba Mandera 70300 KE </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Next of kin\">Next of kin:</td><td colspan=\"3\"><ul><li>Hussein Abdullahi </li><li><a href=\"tel:+254711223344\">+254711223344</a></li></ul></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "http://moh.kenya/identifier/nationalID-no"^^xsd:anyURI ;
fhir:l <http://moh.kenya/identifier/nationalID-no>     ] ;
fhir:value [ fhir:v "28765432" ]
  ] [
fhir:system [
fhir:v "http://moh.kenya/identifier/UPI"^^xsd:anyURI ;
fhir:l <http://moh.kenya/identifier/UPI>     ] ;
fhir:value [ fhir:v "UPI-MND-001" ]
  ] [
fhir:system [
fhir:v "http://moh.kenya/identifier/passport-No"^^xsd:anyURI ;
fhir:l <http://moh.kenya/identifier/passport-No>     ] ;
fhir:value [ fhir:v "KEP1234567" ]
  ] [
fhir:system [
fhir:v "http://moh.kenya/identifier/birthCertificate-No"^^xsd:anyURI ;
fhir:l <http://moh.kenya/identifier/birthCertificate-No>     ] ;
fhir:value [ fhir:v "BC-MND-2020-0001" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Mohamed" ] ;
    ( fhir:given [ fhir:v "Hawa" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+254701234567" ] ;
fhir:use [ fhir:v "mobile" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hawa.mohamed@example.com" ] ;
fhir:use [ fhir:v "home" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1992-03-25"^^xsd:date] ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "Banisa Village" ] ) ;
fhir:city [ fhir:v "Takaba" ] ;
fhir:district [ fhir:v "Mandera West" ] ;
fhir:state [ fhir:v "Mandera" ] ;
fhir:postalCode [ fhir:v "70300" ] ;
fhir:country [ fhir:v "KE" ]
  ] ) ; # 
  fhir:contact ( [
    ( fhir:relationship [
      ( fhir:coding [
a sct:184142008 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>         ] ;
fhir:code [ fhir:v "184142008" ] ;
fhir:display [ fhir:v "Next of kin" ]       ] )     ] ) ;
fhir:name [
fhir:family [ fhir:v "Abdullahi" ] ;
      ( fhir:given [ fhir:v "Hussein" ] )     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+254711223344" ] ;
fhir:use [ fhir:v "mobile" ]     ] )
  ] ) . #