SGHI FHIR Profile Implementation Guide, published by Kathurima Kimathi. 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/savannahghi/sil_fhir_profile_ig/ and changes regularly. See the Directory of published versions
: ExampleSGHILocation - 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 "ExampleSGHILocation"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.slade360.co.ke/fhir/StructureDefinition/sghi-fhir-location"^^xsd:anyURI ;
fhir:link <https://fhir.slade360.co.ke/fhir/StructureDefinition/sghi-fhir-location> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location ExampleSGHILocation</b></p><a name=\"ExampleSGHILocation\"> </a><a name=\"hcExampleSGHILocation\"> </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-sghi-fhir-location.html\">SGHI Location</a></p></div><p><b>identifier</b>: Jurisdictional health number/JHN123456789 (use: official, )</p><p><b>status</b>: Active</p><p><b>operationalStatus</b>: [not stated] ISOLATED: Isolated</p><p><b>name</b>: SGHI Location</p><p><b>description</b>: </p><div><p>SGHI Location description</p>\n</div><p><b>mode</b>: Kind</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"tel:+254790360360\">+254790360360</a></td></tr></table><p><b>form</b>: <span title=\"Codes:\">Wing</span></p><p><b>managingOrganization</b>: <a href=\"Organization-ExampleSGHIOrganization.html\">Organization SGHI Healthcare Organization</a></p><blockquote><p><b>hoursOfOperation</b></p><h3>AvailableTimes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>AllDay</b></td></tr><tr><td style=\"display: none\">*</td><td>true</td></tr></table></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "JHN" ] ;
fhir:display [ fhir:v "Jurisdictional health number" ] ] ) ] ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:value [ fhir:v "JHN123456789" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/ExampleSGHIOrganization" ] ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:operationalStatus [
fhir:code [ fhir:v "ISOLATED" ] ;
fhir:display [ fhir:v "Isolated" ]
] ; #
fhir:name [ fhir:v "SGHI Location"] ; #
fhir:description [ fhir:v "SGHI Location description"] ; #
fhir:mode [ fhir:v "kind"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+254790360360" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:form [
( fhir:coding [
fhir:code [ fhir:v "wi" ] ;
fhir:display [ fhir:v "Wing" ] ] )
] ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/ExampleSGHIOrganization" ]
] ; #
fhir:hoursOfOperation ( [
( fhir:availableTime [
fhir:allDay [ fhir:v true ] ] )
] ) . #