SGHI FHIR Profile Implementation Guide
0.1.0 - ci-build

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

: Legacy → SGHI Identifier Types - TTL Representation

Active as of 2026-09-15

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 -------------------------------------------------------------------

<http://hl7.org/fhir/ConceptMap/LegacyIdentifierToSGHI> a fhir:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "LegacyIdentifierToSGHI"] ; # 
  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: ConceptMap LegacyIdentifierToSGHI</b></p><a name=\"LegacyIdentifierToSGHI\"> </a><a name=\"hcLegacyIdentifierToSGHI\"> </a><p>This mapping does not specify any particular context of use.</p><br/><p>Mapping from <a href=\"CodeSystem-legacy-identifier-types.html\">Legacy Identifier Types (Deprecated)</a> to <a href=\"CodeSystem-identifier-codesystem.html\">SGHI Identifier Code System</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>HEALTH_ID (Health ID)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#concept-map-relationship-equivalent\" title=\"equivalent\">is equivalent to</a></td><td>slade-health-id</td></tr><tr><td>NATIONAL_ID (National ID)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#concept-map-relationship-equivalent\" title=\"equivalent\">is equivalent to</a></td><td>national-id</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "https://fhir.slade360.co.ke/fhir/ConceptMap/LegacyIdentifierToSGHI"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:title [ fhir:v "Legacy → SGHI Identifier Types"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-09-15T11:40:24+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 "kathurimakimathi415@gmail.com" ]
     ] )
  ] [
     fhir:name [ fhir:v "Oscar John" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "oscarjohnotieno@gmail.com" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] [
     fhir:name [ fhir:v "Kennedy Omondi" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "kennankole@gmail.com" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Maps obsolete identifier-type codes to the SGHI canonical codes."] ; # 
  fhir:group ( [
     fhir:source [
       fhir:v "https://fhir.slade360.co.ke/fhir/CodeSystem/legacy-identifier-types"^^xsd:anyURI ;
       fhir:link <https://fhir.slade360.co.ke/fhir/CodeSystem/legacy-identifier-types>
     ] ;
     fhir:target [
       fhir:v "https://fhir.slade360.co.ke/fhir/CodeSystem/identifier-codesystem"^^xsd:anyURI ;
       fhir:link <https://fhir.slade360.co.ke/fhir/CodeSystem/identifier-codesystem>
     ] ;
     fhir:element ( [
       fhir:code [ fhir:v "HEALTH_ID" ] ;
       fhir:display [ fhir:v "Health ID" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "slade-health-id" ] ;
         fhir:display [ fhir:v "Slade Health ID" ] ;
         fhir:relationship [ fhir:v "equivalent" ]
       ] )
     ] [
       fhir:code [ fhir:v "NATIONAL_ID" ] ;
       fhir:display [ fhir:v "National ID" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "national-id" ] ;
         fhir:display [ fhir:v "National ID" ] ;
         fhir:relationship [ fhir:v "equivalent" ]
       ] )
     ] )
  ] ) . #