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

: R4 to R5 ClinicalStatus Map - JSON Representation

Active as of 2025-09-17

Raw json | Download

{
  "resourceType" : "ConceptMap",
  "id" : "FHIRClinicalStatusMap",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap FHIRClinicalStatusMap</b></p><a name=\"FHIRClinicalStatusMap\"> </a><a name=\"hcFHIRClinicalStatusMap\"> </a><p>Mapping from (not specified) to (not specified)</p><br/><p><b>Group 1 </b>Mapping from <code>*</code> to <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</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>UNKNOWN</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>unknown</td></tr><tr><td>RESOLVED</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>resolved</td></tr><tr><td>REMISSION</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>remission</td></tr><tr><td>INACTIVE</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>inactive</td></tr><tr><td>RELAPSE</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>relapse</td></tr><tr><td>RECURRENCE</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>recurrence</td></tr><tr><td>ACTIVE</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>active</td></tr></table></div>"
  },
  "url" : "https://fhir.slade360.co.ke/fhir/ConceptMap/FHIRClinicalStatusMap",
  "version" : "0.1.0",
  "title" : "R4 to R5 ClinicalStatus Map",
  "status" : "active",
  "date" : "2025-09-17T11:42:20+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" : "*",
      "target" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
      "element" : [
        {
          "code" : "UNKNOWN",
          "display" : "UNKNOWN",
          "target" : [
            {
              "code" : "unknown",
              "display" : "Unknown",
              "relationship" : "equivalent"
            }
          ]
        },
        {
          "code" : "RESOLVED",
          "display" : "RESOLVED",
          "target" : [
            {
              "code" : "resolved",
              "display" : "Resolved",
              "relationship" : "equivalent"
            }
          ]
        },
        {
          "code" : "REMISSION",
          "display" : "REMISSION",
          "target" : [
            {
              "code" : "remission",
              "display" : "Remission",
              "relationship" : "equivalent"
            }
          ]
        },
        {
          "code" : "INACTIVE",
          "display" : "INACTIVE",
          "target" : [
            {
              "code" : "inactive",
              "display" : "Inactive",
              "relationship" : "equivalent"
            }
          ]
        },
        {
          "code" : "RELAPSE",
          "display" : "RELAPSE",
          "target" : [
            {
              "code" : "relapse",
              "display" : "Relapse",
              "relationship" : "equivalent"
            }
          ]
        },
        {
          "code" : "RECURRENCE",
          "display" : "RECURRENCE",
          "target" : [
            {
              "code" : "recurrence",
              "display" : "Recurrence",
              "relationship" : "equivalent"
            }
          ]
        },
        {
          "code" : "ACTIVE",
          "display" : "ACTIVE",
          "target" : [
            {
              "code" : "active",
              "display" : "Active",
              "relationship" : "equivalent"
            }
          ]
        }
      ]
    }
  ]
}