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

: OHH CarePlan Task - XML Representation

Active as of 2025-12-03

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="care-plan-task"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url
       value="https://api.openhealthhub.com/OpenHealthhub/fhir/4/CodeSystem/care-plan-task"/>
  <version value="0.1.0"/>
  <name value="CarePlanTask"/>
  <title value="Care Plan Task"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2025-12-03T12:00:57+00:00"/>
  <publisher value="Open Health Hub"/>
  <contact>
    <name value="Open Health Hub"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.openhealthhub.com"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="support@openhealthhub.com"/>
    </telecom>
  </contact>
  <description
               value="CodeSystem for tasks that should be performed for a care plan"/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="3"/>
  <concept>
    <code value="create-user"/>
    <display value="Create User"/>
    <definition
                value="Indicates that a user should be created for the patient"/>
  </concept>
  <concept>
    <code value="register-program"/>
    <display value="Register Programs"/>
    <definition
                value="Indicates that the patient should be registered to the program in the system"/>
  </concept>
  <concept>
    <code value="send-invitation-mail"/>
    <display value="Send Invitation Mail"/>
    <definition
                value="Indicates that an invitation mail should be sent to the patient"/>
  </concept>
</CodeSystem>