Netherlands - Generic Functions for data exchange Implementation Guide
0.3.0 - ci-build Netherlands flag

Netherlands - Generic Functions for data exchange Implementation Guide, published by Stichting Nuts. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nuts-foundation/nl-generic-functions-ig/ and changes regularly. See the Directory of published versions

: eOverdracht — ServiceRequest - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "np-eov-servicerequest",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest np-eov-servicerequest</b></p><a name=\"np-eov-servicerequest\"> </a><a name=\"hcnp-eov-servicerequest\"> </a><p><b>instantiatesCanonical</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.nl-core@0.12.0-beta.4&amp;canonical=http://nictiz.nl/fhir/PlanDefinition/eoverdracht|4.0.0\">http://nictiz.nl/fhir/PlanDefinition/eoverdracht|4.0.0</a></p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 308292007}\">Transfer of care</span></p><p><b>subject</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.nl-core@0.12.0-beta.4&amp;canonical=http://fhir.org/packages/nictiz.fhir.nl.r4.nl-core/Patient/a91c3e7d-58b2-4f06-9d14-6e2b7c0a5f38\">Patient at the Placer</a></p><p><b>authoredOn</b>: 2026-04-17 09:10:00+0200</p><p><b>requester</b>: Placer Hospital (Identifier: Ura/11111111)</p></div>"
  },
  "instantiatesCanonical" : [
    "http://nictiz.nl/fhir/PlanDefinition/eoverdracht|4.0.0"
  ],
  "status" : "active",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "308292007",
        "display" : "Transfer of care"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/a91c3e7d-58b2-4f06-9d14-6e2b7c0a5f38",
    "display" : "Patient at the Placer"
  },
  "authoredOn" : "2026-04-17T09:10:00+02:00",
  "requester" : {
    "identifier" : {
      "system" : "http://fhir.nl/fhir/NamingSystem/ura",
      "value" : "11111111"
    },
    "display" : "Placer Hospital"
  }
}