Kenya ePrescription FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Organization – Kenyatta National Hospital - 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:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-organization-knh"] ; #
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: Organization example-organization-knh</b></p><a name=\"example-organization-knh\"> </a><a name=\"hcexample-organization-knh\"> </a><p><b>identifier</b>: <a href=\"NamingSystem-ns-facility-code.html\" title=\"The MFL code provides a unique, government-issued identifier for each licensed health facility. Used as the organization identifier in all ePrescription transactions.\">KenyaFacilityCode</a>/KNH-001</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Kenyatta National Hospital</p><p><b>telecom</b>: <a href=\"tel:+254202726300\">+254202726300</a></p><p><b>address</b>: Hospital Road Nairobi KE </p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "https://ilm-hie.dha.go.ke/fhir/NamingSystem/facility-code"^^xsd:anyURI ;
fhir:l <https://ilm-hie.dha.go.ke/fhir/NamingSystem/facility-code> ] ;
fhir:value [ fhir:v "KNH-001" ]
] ) ; #
fhir:type ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/organization-type> ] ;
fhir:code [ fhir:v "prov" ] ;
fhir:display [ fhir:v "Healthcare Provider" ] ] )
] ) ; #
fhir:name [ fhir:v "Kenyatta National Hospital"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+254202726300" ]
] ) ; #
fhir:address ( [
( fhir:line [ fhir:v "Hospital Road" ] ) ;
fhir:city [ fhir:v "Nairobi" ] ;
fhir:country [ fhir:v "KE" ]
] ) . #