DHIN 2025Connectathon FHIR IG
0.1.0 - draft

DHIN 2025Connectathon FHIR IG, published by DHIN. 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/Nigeria-FHIR-Community/2025Connectathon/ and changes regularly. See the Directory of published versions

: NG CarePlan Category Codes - JSON Representation

Active as of 2025-10-02

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "ng-careplan-category-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ng-careplan-category-cs</b></p><a name=\"ng-careplan-category-cs\"> </a><a name=\"hcng-careplan-category-cs\"> </a><p>This case-insensitive code system <code>https://sandbox.dhin-hie.org/ig/CodeSystem/ng-careplan-category-cs</code> defines the following codes in a Grouped By hierarchy:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">general<a name=\"ng-careplan-category-cs-general\"> </a></td><td>General care plan</td><td>Cross-cutting plan not tied to a single track.</td></tr><tr><td style=\"white-space:nowrap\">mnch<a name=\"ng-careplan-category-cs-mnch\"> </a></td><td>MNCH</td><td>Maternal, newborn &amp; child health plan.</td></tr><tr><td style=\"white-space:nowrap\">immunization<a name=\"ng-careplan-category-cs-immunization\"> </a></td><td>Immunization</td><td>Vaccination and defaulter-tracing plan.</td></tr><tr><td style=\"white-space:nowrap\">pharmacy<a name=\"ng-careplan-category-cs-pharmacy\"> </a></td><td>Pharmacy/ePharmacy</td><td>Medication adherence/dispense plan.</td></tr><tr><td style=\"white-space:nowrap\">claims<a name=\"ng-careplan-category-cs-claims\"> </a></td><td>Insurance &amp; Claims</td><td>Financial protection and claims-related plan.</td></tr><tr><td style=\"white-space:nowrap\">devices<a name=\"ng-careplan-category-cs-devices\"> </a></td><td>Medical Devices</td><td>Connected/home-monitoring device plan.</td></tr><tr><td style=\"white-space:nowrap\">chronic<a name=\"ng-careplan-category-cs-chronic\"> </a></td><td>Chronic disease</td><td>Hypertension, diabetes, etc.</td></tr></table></div>"
  },
  "url" : "https://sandbox.dhin-hie.org/ig/CodeSystem/ng-careplan-category-cs",
  "version" : "0.1.0",
  "name" : "NgCarePlanCategoryCS",
  "title" : "NG CarePlan Category Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-10-02T06:43:53+00:00",
  "publisher" : "DHIN",
  "contact" : [
    {
      "name" : "DHIN",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.dhin-hie.org"
        },
        {
          "system" : "email",
          "value" : "info@dhin-hie.org"
        }
      ]
    },
    {
      "name" : "Digital Health Interoperability Network.",
      "telecom" : [
        {
          "system" : "email",
          "value" : "info@dhin-hie.org",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Categories for CarePlan.category aligned to DHIN 2025 Connectathon tracks.",
  "caseSensitive" : false,
  "hierarchyMeaning" : "grouped-by",
  "content" : "complete",
  "count" : 7,
  "concept" : [
    {
      "code" : "general",
      "display" : "General care plan",
      "definition" : "Cross-cutting plan not tied to a single track."
    },
    {
      "code" : "mnch",
      "display" : "MNCH",
      "definition" : "Maternal, newborn & child health plan."
    },
    {
      "code" : "immunization",
      "display" : "Immunization",
      "definition" : "Vaccination and defaulter-tracing plan."
    },
    {
      "code" : "pharmacy",
      "display" : "Pharmacy/ePharmacy",
      "definition" : "Medication adherence/dispense plan."
    },
    {
      "code" : "claims",
      "display" : "Insurance & Claims",
      "definition" : "Financial protection and claims-related plan."
    },
    {
      "code" : "devices",
      "display" : "Medical Devices",
      "definition" : "Connected/home-monitoring device plan."
    },
    {
      "code" : "chronic",
      "display" : "Chronic disease",
      "definition" : "Hypertension, diabetes, etc."
    }
  ]
}