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 - TTL Representation
Raw ttl | Download
@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 -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ng-careplan-category-cs"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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 & 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 & 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>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://sandbox.dhin-hie.org/ig/CodeSystem/ng-careplan-category-cs"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "NgCarePlanCategoryCS"] ; #
fhir:title [ fhir:v "NG CarePlan Category Codes"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-10-02T06:43:53+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "DHIN"] ; #
fhir:contact ( [
fhir:name [ fhir:v "DHIN" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.dhin-hie.org" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@dhin-hie.org" ] ] )
] [
fhir:name [ fhir:v "Digital Health Interoperability Network." ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@dhin-hie.org" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "Categories for CarePlan.category aligned to DHIN 2025 Connectathon tracks."] ; #
fhir:caseSensitive [ fhir:v false] ; #
fhir:hierarchyMeaning [ fhir:v "grouped-by"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "general" ] ;
fhir:display [ fhir:v "General care plan" ] ;
fhir:definition [ fhir:v "Cross-cutting plan not tied to a single track." ]
] [
fhir:code [ fhir:v "mnch" ] ;
fhir:display [ fhir:v "MNCH" ] ;
fhir:definition [ fhir:v "Maternal, newborn & child health plan." ]
] [
fhir:code [ fhir:v "immunization" ] ;
fhir:display [ fhir:v "Immunization" ] ;
fhir:definition [ fhir:v "Vaccination and defaulter-tracing plan." ]
] [
fhir:code [ fhir:v "pharmacy" ] ;
fhir:display [ fhir:v "Pharmacy/ePharmacy" ] ;
fhir:definition [ fhir:v "Medication adherence/dispense plan." ]
] [
fhir:code [ fhir:v "claims" ] ;
fhir:display [ fhir:v "Insurance & Claims" ] ;
fhir:definition [ fhir:v "Financial protection and claims-related plan." ]
] [
fhir:code [ fhir:v "devices" ] ;
fhir:display [ fhir:v "Medical Devices" ] ;
fhir:definition [ fhir:v "Connected/home-monitoring device plan." ]
] [
fhir:code [ fhir:v "chronic" ] ;
fhir:display [ fhir:v "Chronic disease" ] ;
fhir:definition [ fhir:v "Hypertension, diabetes, etc." ]
] ) . #