Netherlands - Generic Functions for data exchange Implementation Guide
0.3.0 - ci-build
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
{
"resourceType" : "ServiceRequest",
"id" : "np-referral-servicerequest",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest np-referral-servicerequest</b></p><a name=\"np-referral-servicerequest\"> </a><a name=\"hcnp-referral-servicerequest\"> </a><p><b>instantiatesCanonical</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.nl-core@0.12.0-beta.4&canonical=http://nictiz.nl/fhir/PlanDefinition/bgz|1.2.0\">http://nictiz.nl/fhir/PlanDefinition/bgz|1.2.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 3457005}\">Patient referral</span></p><p><b>subject</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.nl-core@0.12.0-beta.4&canonical=http://fhir.org/packages/nictiz.fhir.nl.r4.nl-core/Patient/7b2e5c1a-4d9f-4a83-b6e2-0c5f8d3a9e17\">Patient at the Placer</a></p><p><b>authoredOn</b>: 2026-04-17 10:25:00+0200</p><p><b>requester</b>: Placer Hospital (Identifier: Ura/11111111)</p><p><b>performer</b>: Fulfiller Hospital (Identifier: Ura/22222222)</p></div>"
},
"instantiatesCanonical" : [
"http://nictiz.nl/fhir/PlanDefinition/bgz|1.2.0"
],
"status" : "active",
"intent" : "order",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "3457005",
"display" : "Patient referral"
}
]
},
"subject" : {
"reference" : "Patient/7b2e5c1a-4d9f-4a83-b6e2-0c5f8d3a9e17",
"display" : "Patient at the Placer"
},
"authoredOn" : "2026-04-17T10:25:00+02:00",
"requester" : {
"identifier" : {
"system" : "http://fhir.nl/fhir/NamingSystem/ura",
"value" : "11111111"
},
"display" : "Placer Hospital"
},
"performer" : [
{
"identifier" : {
"system" : "http://fhir.nl/fhir/NamingSystem/ura",
"value" : "22222222"
},
"display" : "Fulfiller Hospital"
}
]
}