Shared Care Planning (SCP) Implementation Guide
0.2.0 - ci-build

Shared Care Planning (SCP) Implementation Guide, published by Santeon. 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/SanteonNL/shared-care-planning/ and changes regularly. See the Directory of published versions

: Shared Care Planning: Task Status - JSON Representation

Active as of 2024-10-10

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "scp-task-status",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet scp-task-status</b></p><a name=\"scp-task-status\"> </a><a name=\"hcscp-task-status\"> </a><a name=\"scp-task-status-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/R4/valueset-task-status.html\">TaskStatus</a></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-task-status.html\"><code>http://hl7.org/fhir/task-status</code></a><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-task-status.html#task-status-draft\">draft</a></td><td style=\"color: #cccccc\">Draft</td><td>The task is not yet ready to be acted upon.</td></tr></table></li></ul></div>"
  },
  "url" : "http://santeonnl.github.io/shared-care-planning/ValueSet/scp-task-status",
  "version" : "0.2.0",
  "name" : "SCPTaskStatus",
  "title" : "Shared Care Planning: Task Status",
  "status" : "active",
  "date" : "2024-10-10T13:35:14+00:00",
  "publisher" : "Santeon",
  "contact" : [
    {
      "name" : "Santeon",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.santeon.nl"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "valueSet" : [
          🔗 "http://hl7.org/fhir/ValueSet/task-status"
        ]
      }
    ],
    "exclude" : [
      {
        "system" : "http://hl7.org/fhir/task-status",
        "concept" : [
          {
            "code" : "draft"
          }
        ]
      }
    ]
  }
}