Kenya-ePrescription-IG
0.1.0 - ci-build

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

: Example Kenya ePrescription 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#> .

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

 a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-kenya-eprescription-patient"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://example.org/StructureDefinition/kenya-eprescription-patient"^^xsd:anyURI ;
fhir:l <http://example.org/StructureDefinition/kenya-eprescription-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 example-kenya-eprescription-patient</b></p><a name=\"example-kenya-eprescription-patient\"> </a><a name=\"hcexample-kenya-eprescription-patient\"> </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-kenya-eprescription-patient.html\">Patient - ePrescription</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Grace Achieng Omondi (official) Female, DoB: 1990-03-14 ( http://moh.health.go.ke/patient-identifier#KE-PAT-2025-0001)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>http://nhif.or.ke/member-id</code>/NHIF12345678</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:+254-701-234567\">+254-701-234567</a></li><li>Kisumu Central, Kisumu County, Kenya</li></ul></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "http://moh.health.go.ke/patient-identifier"^^xsd:anyURI ;
fhir:l <http://moh.health.go.ke/patient-identifier>     ] ;
fhir:value [ fhir:v "KE-PAT-2025-0001" ]
  ] [
fhir:system [
fhir:v "http://nhif.or.ke/member-id"^^xsd:anyURI ;
fhir:l <http://nhif.or.ke/member-id>     ] ;
fhir:value [ fhir:v "NHIF12345678" ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Omondi" ] ;
    ( fhir:given [ fhir:v "Grace Achieng" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+254-701-234567" ] ;
fhir:use [ fhir:v "mobile" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1990-03-14"^^xsd:date] ; # 
  fhir:address ( [
fhir:text [ fhir:v "Kisumu Central, Kisumu County, Kenya" ]
  ] ) . #