FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeConceptMap
IdConceptMap-FHIRCodeCategoryMap.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ConceptMap-FHIRCodeCategoryMap.html
URLhttps://fhir.slade360.co.ke/fhir/ConceptMap/FHIRCodeCategoryMap
Version0.1.0
Statusactive
Date2026-01-29T07:53:25+00:00
TitleR4 to R5 Category Map

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
condition-categoryCondition Category Codes

Narrative

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

Generated Narrative: ConceptMap FHIRCodeCategoryMap

Mapping from (not specified) to (not specified)


Group 1 Mapping from Condition Category Codes to Condition Category Codes

Source CodeRelationshipTarget Code
PROBLEM_LIST_ITEMis equivalent toproblem-list-item
ENCOUNTER_DIAGNOSISis equivalent toencounter-diagnosis

Source1

{
  "resourceType": "ConceptMap",
  "id": "FHIRCodeCategoryMap",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.slade360.co.ke/fhir/ConceptMap/FHIRCodeCategoryMap",
  "version": "0.1.0",
  "title": "R4 to R5 Category Map",
  "status": "active",
  "date": "2026-01-29T07:53:25+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"
        }
      ]
    }
  ],
  "group": [
    {
      "source": "http://terminology.hl7.org/CodeSystem/condition-category",
      "target": "http://terminology.hl7.org/CodeSystem/condition-category",
      "element": [
        {
          "code": "PROBLEM_LIST_ITEM",
          "display": "PROBLEM_LIST_ITEM",
          "target": [
            {
              "code": "problem-list-item",
              "display": "Problem List Item",
              "relationship": "equivalent"
            }
          ]
        },
        {
          "code": "ENCOUNTER_DIAGNOSIS",
          "display": "ENCOUNTER_DIAGNOSIS",
          "target": [
            {
              "code": "encounter-diagnosis",
              "display": "Encounter Diagnosis",
              "relationship": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}