Open Health Hub FHIR Implementation Guide
0.1.0 - v0.1.0
Open Health Hub FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2025-12-03 |
{
"resourceType" : "CodeSystem",
"id" : "care-plan-task",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem care-plan-task</b></p><a name=\"care-plan-task\"> </a><a name=\"hccare-plan-task\"> </a><p>This case-sensitive code system <code>https://api.openhealthhub.com/OpenHealthhub/fhir/4/CodeSystem/care-plan-task</code> defines the following codes:</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\">create-user<a name=\"care-plan-task-create-user\"> </a></td><td>Create User</td><td>Indicates that a user should be created for the patient</td></tr><tr><td style=\"white-space:nowrap\">register-program<a name=\"care-plan-task-register-program\"> </a></td><td>Register Programs</td><td>Indicates that the patient should be registered to the program in the system</td></tr><tr><td style=\"white-space:nowrap\">send-invitation-mail<a name=\"care-plan-task-send-invitation-mail\"> </a></td><td>Send Invitation Mail</td><td>Indicates that an invitation mail should be sent to the patient</td></tr></table></div>"
},
"url" : "https://api.openhealthhub.com/OpenHealthhub/fhir/4/CodeSystem/care-plan-task",
"version" : "0.1.0",
"name" : "CarePlanTask",
"title" : "Care Plan Task",
"status" : "active",
"experimental" : false,
"date" : "2025-12-03T12:00:57+00:00",
"publisher" : "Open Health Hub",
"contact" : [
{
"name" : "Open Health Hub",
"telecom" : [
{
"system" : "url",
"value" : "https://www.openhealthhub.com"
},
{
"system" : "email",
"value" : "support@openhealthhub.com"
}
]
}
],
"description" : "CodeSystem for tasks that should be performed for a care plan",
"caseSensitive" : true,
"content" : "complete",
"count" : 3,
"concept" : [
{
"code" : "create-user",
"display" : "Create User",
"definition" : "Indicates that a user should be created for the patient"
},
{
"code" : "register-program",
"display" : "Register Programs",
"definition" : "Indicates that the patient should be registered to the program in the system"
},
{
"code" : "send-invitation-mail",
"display" : "Send Invitation Mail",
"definition" : "Indicates that an invitation mail should be sent to the patient"
}
]
}