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
: Location – KNH Outpatient Pharmacy - 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:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-location-knh-pharmacy"] ; #
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: Location example-location-knh-pharmacy</b></p><a name=\"example-location-knh-pharmacy\"> </a><a name=\"hcexample-location-knh-pharmacy\"> </a><p><b>identifier</b>: <a href=\"NamingSystem-ns-location-code.html\" title=\"Facility-level sub-location code (e.g., pharmacy, ward, outpatient department). Scoped within the facility MFL code.\">KenyaLocationCode</a>/KNH-PHARM-01</p><p><b>name</b>: KNH Outpatient Pharmacy</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode PHARM}\">Pharmacy</span></p><p><b>address</b>: Ground Floor, Main Block Nairobi KE </p><p><b>managingOrganization</b>: <a href=\"Organization-example-organization-knh.html\">Organization Kenyatta National Hospital</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "https://ilm-hie.dha.go.ke/fhir/NamingSystem/location-code"^^xsd:anyURI ;
fhir:l <https://ilm-hie.dha.go.ke/fhir/NamingSystem/location-code> ] ;
fhir:value [ fhir:v "KNH-PHARM-01" ]
] ) ; #
fhir:name [ fhir:v "KNH Outpatient Pharmacy"] ; #
fhir:type ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-RoleCode> ] ;
fhir:code [ fhir:v "PHARM" ] ;
fhir:display [ fhir:v "Pharmacy" ] ] )
] ) ; #
fhir:address [
( fhir:line [ fhir:v "Ground Floor, Main Block" ] ) ;
fhir:city [ fhir:v "Nairobi" ] ;
fhir:country [ fhir:v "KE" ]
] ; #
fhir:managingOrganization [
fhir:l fhir:Organization/example-organization-knh ;
fhir:reference [ fhir:v "Organization/example-organization-knh" ]
] . #