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

: minimal-enrollment-ServiceRequest - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "minimal-enrollment-ServiceRequest",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest minimal-enrollment-ServiceRequest</b></p><a name=\"minimal-enrollment-ServiceRequest\"> </a><a name=\"hcminimal-enrollment-ServiceRequest\"> </a><a name=\"minimal-enrollment-ServiceRequest-en-US\"> </a><p><b>status</b>: Draft</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 719858009}\">monitoren via telegeneeskunde (regime/therapie)</span></p><p><b>subject</b>: <a href=\"Patient-minimal-enrollment-Patient.html\">Patient, Jean Jacques van Putten-van der Giessen</a></p><p><b>requester</b>: <a href=\"Organization-minimal-enrollment-Organization-Requester.html\">Requester Organization St. Antonius Ziekenhuis</a></p><p><b>performer</b>: <a href=\"Organization-minimal-enrollment-Organization-Performer.html\">Performer Organization Zorg bij jou</a></p><p><b>reasonReference</b>: <a href=\"Condition-minimal-enrollment-Condition.html\">Diagnose Hartfalen</a></p></div>"
  },
  "status" : "draft",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "719858009",
        "display" : "monitoren via telegeneeskunde (regime/therapie)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/minimal-enrollment-Patient",
    "type" : "Patient",
    "display" : "Patient, Jean Jacques van Putten-van der Giessen"
  },
  "requester" : {
    🔗 "reference" : "Organization/minimal-enrollment-Organization-Requester",
    "type" : "Organization",
    "display" : "Requester Organization St. Antonius Ziekenhuis"
  },
  "performer" : [
    {
      🔗 "reference" : "Organization/minimal-enrollment-Organization-Performer",
      "type" : "Organization",
      "display" : "Performer Organization Zorg bij jou"
    }
  ],
  "reasonReference" : [
    {
      🔗 "reference" : "Condition/minimal-enrollment-Condition",
      "display" : "Diagnose Hartfalen"
    }
  ]
}