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 Notification Activity Status Value Set - JSON Representation

Active as of 2026-07-24

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ohh-notification-activity-status-value-set",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ohh-notification-activity-status-value-set</b></p><a name=\"ohh-notification-activity-status-value-set\"> </a><a name=\"hcohh-notification-activity-status-value-set\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-care-plan-activity-status.html\"><code>http://hl7.org/fhir/care-plan-activity-status</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references\"> version &#x1F4E6;4.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-care-plan-activity-status.html#care-plan-activity-status-scheduled\">scheduled</a></td><td>Scheduled</td><td>Appointment or other booking has occurred but activity has not yet begun.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-care-plan-activity-status.html#care-plan-activity-status-completed\">completed</a></td><td>Completed</td><td>Care plan activity has been completed (more or less) as planned.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-care-plan-activity-status.html#care-plan-activity-status-cancelled\">cancelled</a></td><td>Cancelled</td><td>The planned care plan activity has been withdrawn.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-care-plan-activity-status.html#care-plan-activity-status-stopped\">stopped</a></td><td>Stopped</td><td>The planned care plan activity has been ended prior to completion after the activity was started.</td></tr></table></li></ul></div>"
  },
  "url" : "https://api.openhealthhub.com/OpenHealthhub/fhir/4/ValueSet/ohh-notification-activity-status-value-set",
  "version" : "0.1.0",
  "name" : "OhhNotificationActivityStatusValueSet",
  "title" : "OHH Notification Activity Status Value Set",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-07-24T10:55:53+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" : "The subset of CarePlan activity statuses supported for notification (CommunicationRequest) activities.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/care-plan-activity-status",
        "concept" : [
          {
            "code" : "scheduled",
            "display" : "Scheduled"
          },
          {
            "code" : "completed",
            "display" : "Completed"
          },
          {
            "code" : "cancelled",
            "display" : "Cancelled"
          },
          {
            "code" : "stopped",
            "display" : "Stopped"
          }
        ]
      }
    ]
  }
}