Kenya Emergency Care Implementation Guide, published by Digital Health Agency (DHA), Kenya. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Kenya-Emergency-FHIR-IG/ and changes regularly. See the Directory of published versions
: Patient - Identified Emergency Patient - 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 -------------------------------------------------------------------
<http://hl7.org/fhir/Patient/pat-0712345678> a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "pat-0712345678"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.dha.go.ke/ig/emergency/StructureDefinition/em-patient" ;
fhir:index 0 ;
fhir:link <https://fhir.dha.go.ke/ig/emergency/StructureDefinition/em-patient>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient pat-0712345678</b></p><a name=\"pat-0712345678\"> </a><a name=\"hcpat-0712345678\"> </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-em-patient.html\">Patient - Kenya Emergency</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Amina Atieno Female, DoB: 1992-05-16 ( http://hie.go.ke/fhir/identifier/patient-official-id#33445566)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Indicates whether the Patient resource represents an individual whose#xA;identity has not yet been established.\"><a href=\"StructureDefinition-em-unidentified-patient.html\">Emergency Unidentified Patient</a></td><td colspan=\"3\">false</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Indicates whether the patient's identity has been verified through an#xA;appropriate identification or verification process.\"><a href=\"StructureDefinition-em-patient-identity-verified.html\">Emergency Patient Identity Verified</a></td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Indicates whether the patient is considered an adult during emergency#xA;assessment or triage.\"><a href=\"StructureDefinition-em-is-adult.html\">Emergency Patient Adult Status</a></td><td colspan=\"3\">true</td></tr></table></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://fhir.dha.go.ke/ig/emergency/StructureDefinition/em-unidentified-patient" ] ;
fhir:Extension.valueBoolean [ fhir:value "false"^^xsd:boolean ]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "https://fhir.dha.go.ke/ig/emergency/StructureDefinition/em-patient-identity-verified" ] ;
fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ]
], [
fhir:index 2 ;
fhir:Extension.url [ fhir:value "https://fhir.dha.go.ke/ig/emergency/StructureDefinition/em-is-adult" ] ;
fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ]
] ;
fhir:Patient.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "http://hie.go.ke/fhir/identifier/patient-official-id" ] ;
fhir:Identifier.value [ fhir:value "33445566" ]
] ;
fhir:Patient.active [ fhir:value "true"^^xsd:boolean] ;
fhir:Patient.name [
fhir:index 0 ;
fhir:HumanName.text [ fhir:value "Amina Atieno" ]
] ;
fhir:Patient.gender [ fhir:value "female"] ;
fhir:Patient.birthDate [ fhir:value "1992-05-16"^^xsd:date] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Patient/pat-0712345678.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Patient/pat-0712345678.ttl> .