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

: 1.26.2 (sub-)Task 2 completion - JSON Representation

Raw json | Download

{
  "resourceType" : "Task",
  "id" : "cps-task-02-02",
  "meta" : {
    "versionId" : "2",
    "profile" : [
      🔗 "http://santeonnl.github.io/shared-care-planning/StructureDefinition/SCPTask"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task cps-task-02-02</b></p><a name=\"cps-task-02-02\"> </a><a name=\"hccps-task-02-02\"> </a><a name=\"cps-task-02-02-en-US\"> </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\">version: 2</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SCPTask.html\">Shared Care Planning: Task Profile</a></p></div><p><b>basedOn</b>: <a href=\"CarePlan-cps-careplan-01.html\">CarePlan: status = active; intent = order; category = Multidisciplinary care regime</a></p><p><b>partOf</b>: <a href=\"Task-cps-task-01.html\">Task fullfill</a></p><p><b>status</b>: Completed</p><p><b>intent</b>: order</p><p><b>for</b>: Identifier: <code>http://fhir.nl/fhir/NamingSystem/bsn</code>/111222333</p><p><b>requester</b>: Identifier: <code>http://fhir.nl/fhir/NamingSystem/ura</code>/URA-2</p><p><b>owner</b>: Identifier: <code>http://fhir.nl/fhir/NamingSystem/ura</code>/URA-1</p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/task-input-type Reference}\">Reference</span></td><td>Identifier: <code>urn:oid:2.16.840.1.113883.2.4.3.11.60.909.26.34</code>/1</td></tr></table><h3>Outputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/task-input-type Reference}\">Reference</span></td><td><a href=\"Bundle-cps-bundle-03.html#urn-uuid-456\">Bundle: type = transaction</a></td></tr></table></div>"
  },
  "basedOn" : [
    {
      🔗 "reference" : "CarePlan/cps-careplan-01"
    }
  ],
  "partOf" : [
    {
      🔗 "reference" : "Task/cps-task-01"
    }
  ],
  "status" : "completed",
  "intent" : "order",
  "for" : {
    "identifier" : {
      "system" : "http://fhir.nl/fhir/NamingSystem/bsn",
      "value" : "111222333"
    }
  },
  "requester" : {
    "identifier" : {
      "system" : "http://fhir.nl/fhir/NamingSystem/ura",
      "value" : "URA-2"
    }
  },
  "owner" : {
    "identifier" : {
      "system" : "http://fhir.nl/fhir/NamingSystem/ura",
      "value" : "URA-1"
    }
  },
  "input" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/task-input-type",
            "code" : "Reference",
            "display" : "Reference"
          }
        ]
      },
      "valueReference" : {
        "identifier" : {
          "system" : "urn:oid:2.16.840.1.113883.2.4.3.11.60.909.26.34",
          "value" : "1"
        }
      }
    }
  ],
  "output" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/task-input-type",
            "code" : "Reference",
            "display" : "Reference"
          }
        ]
      },
      "valueReference" : {
        "reference" : "urn:uuid:456"
      }
    }
  ]
}