DHIN 2025Connectathon FHIR IG, published by DHIN. This guide is not an authorized publication; it is the continuous build for version 0.2.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
: Example NG CarePlan - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/CarePlan/00124455-e5f6-4789-a123-456789a2cdef> a fhir:CarePlan ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "00124455-e5f6-4789-a123-456789a2cdef"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-care-plan" ;
fhir:index 0 ;
fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-care-plan>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan 00124455-e5f6-4789-a123-456789a2cdef</b></p><a name=\"00124455-e5f6-4789-a123-456789a2cdef\"> </a><a name=\"hc00124455-e5f6-4789-a123-456789a2cdef\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ng-care-plan.html\">NG CarePlan</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{https://sandbox.dhin-hie.org/ig/CodeSystem/ng-careplan-category-cs mnch}\">MNCH</span></p><p><b>subject</b>: <a href=\"Patient-00114455-e5f6-4789-a123-456789abcdef.html\">Kemi Adebayo Female, DoB: 1995-02-14 ( nin)</a></p><p><b>period</b>: 2025-11-11 --> 2025-12-31</p><p><b>goal</b>: <a href=\"Goal-NgGoal-001.html\">Goal: lifecycleStatus = active; achievementStatus = Improving; category = ; priority = High Priority; description = ; start[x] = 2025-11-11</a></p></div>"
] ;
fhir:CarePlan.status [ fhir:value "active"] ;
fhir:CarePlan.intent [ fhir:value "plan"] ;
fhir:CarePlan.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://sandbox.dhin-hie.org/ig/CodeSystem/ng-careplan-category-cs" ] ;
fhir:Coding.code [ fhir:value "mnch" ] ;
fhir:Coding.display [ fhir:value "MNCH" ]
]
] ;
fhir:CarePlan.subject [
fhir:link <http://hl7.org/fhir/Patient/00114455-e5f6-4789-a123-456789abcdef> ;
fhir:Reference.reference [ fhir:value "Patient/00114455-e5f6-4789-a123-456789abcdef" ]
] ;
fhir:CarePlan.period [
fhir:Period.start [ fhir:value "2025-11-11"^^xsd:date ] ;
fhir:Period.end [ fhir:value "2025-12-31"^^xsd:date ]
] ;
fhir:CarePlan.goal [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Goal/NgGoal-001> ;
fhir:Reference.reference [ fhir:value "Goal/NgGoal-001" ]
] .
<http://hl7.org/fhir/Patient/00114455-e5f6-4789-a123-456789abcdef> a fhir:Patient .
<http://hl7.org/fhir/Goal/NgGoal-001> a fhir:Goal .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CarePlan/00124455-e5f6-4789-a123-456789a2cdef.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CarePlan/00124455-e5f6-4789-a123-456789a2cdef.ttl> .