@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 -------------------------------------------------------------------

<https://fhir.slade360.co.ke/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>Mapping from (not specified) to (not specified)</p><br/><p><b>Group 1 </b>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#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#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:l <https://fhir.slade360.co.ke/fhir/ConceptMap/LegacyIdentifierToSGHI>
  ] ; # 
  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-04-27T09:21:43+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:l <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:l <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" ]
       ] )
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

