SIL HIE 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/hie-fhir-ig-profile/ and changes regularly. See the Directory of published versions
: HIEDefaultIdentifierCodeSystem - 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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "HIEDefaultIdentifierCodeSystem"] ; #
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: CodeSystem HIEDefaultIdentifierCodeSystem</b></p><a name=\"HIEDefaultIdentifierCodeSystem\"> </a><a name=\"hcHIEDefaultIdentifierCodeSystem\"> </a><p>This code system <code>https://nshr.dha.go.ke/fhir/CodeSystem/HIEDefaultIdentifierCodeSystem</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">default-id<a name=\"HIEDefaultIdentifierCodeSystem-default-id\"> </a></td><td>Default System Identifier</td><td>A unique UUID identifier assigned by the system by default</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://nshr.dha.go.ke/fhir/CodeSystem/HIEDefaultIdentifierCodeSystem"^^xsd:anyURI ;
fhir:l <https://nshr.dha.go.ke/fhir/CodeSystem/HIEDefaultIdentifierCodeSystem>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "HIEDefaultIdentifierCodeSystem"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2026-01-09T16:26:07+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Kathurima Kimathi"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Kathurima Kimathi" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.linkedin.com/in/kathurima-kimathi/" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "kathurima@savannahinformatics.com" ] ] )
] ) ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "default-id" ] ;
fhir:display [ fhir:v "Default System Identifier" ] ;
fhir:definition [ fhir:v "A unique UUID identifier assigned by the system by default" ]
] ) . #