FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ConceptMap/LegacyIdentifierToSGHI

Packagesilfhirprofileig
TypeConceptMap
IdLegacyIdentifierToSGHI
FHIR VersionR5
Sourcehttps://fhir.slade360.co.ke/fhir/https://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ConceptMap-LegacyIdentifierToSGHI.html
URLhttps://fhir.slade360.co.ke/fhir/ConceptMap/LegacyIdentifierToSGHI
Version0.1.0
Statusactive
Date2025-07-10T13:42:01+00:00
TitleLegacy → SGHI Identifier Types
DescriptionMaps obsolete identifier-type codes to the SGHI canonical codes.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
legacy-identifier-typesLegacy Identifier Types (Deprecated)
sghi-identifier-codesystemSGHI Identifier Code System

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ConceptMap LegacyIdentifierToSGHI

Mapping from (not specified) to (not specified)


Group 1 Mapping from Legacy Identifier Types (Deprecated) to SGHI Identifier Code System

Source CodeRelationshipTarget Code
HEALTH_ID (Health ID)is equivalent toslade-health-id
NATIONAL_ID (National ID)is equivalent tonational-id

Source

{
  "resourceType": "ConceptMap",
  "id": "LegacyIdentifierToSGHI",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.slade360.co.ke/fhir/ConceptMap/LegacyIdentifierToSGHI",
  "version": "0.1.0",
  "title": "Legacy → SGHI Identifier Types",
  "status": "active",
  "date": "2025-07-10T13:42:01+00:00",
  "publisher": "Kathurima Kimathi",
  "contact": [
    {
      "name": "Kathurima Kimathi",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.linkedin.com/in/kathurima-kimathi/"
        },
        {
          "system": "email",
          "value": "kathurimakimathi415@gmail.com"
        }
      ]
    },
    {
      "name": "Oscar John",
      "telecom": [
        {
          "system": "email",
          "value": "oscarjohnotieno@gmail.com",
          "use": "work"
        }
      ]
    },
    {
      "name": "Kennedy Omondi",
      "telecom": [
        {
          "system": "email",
          "value": "kennankole@gmail.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Maps obsolete identifier-type codes to the SGHI canonical codes.",
  "group": [
    {
      "source": "https://fhir.slade360.co.ke/fhir/CodeSystem/legacy-identifier-types",
      "target": "https://fhir.slade360.co.ke/fhir/CodeSystem/sghi-identifier-codesystem",
      "element": [
        {
          "code": "HEALTH_ID",
          "display": "Health ID",
          "target": [
            {
              "code": "slade-health-id",
              "display": "Slade Health ID",
              "relationship": "equivalent"
            }
          ]
        },
        {
          "code": "NATIONAL_ID",
          "display": "National ID",
          "target": [
            {
              "code": "national-id",
              "display": "National ID",
              "relationship": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}