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

: Referral — ServiceRequest - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/ServiceRequest/np-referral-servicerequest> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "np-referral-servicerequest"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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&amp;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&amp;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>"
  ] ;
  fhir:ServiceRequest.instantiatesCanonical [
     fhir:value "http://nictiz.nl/fhir/PlanDefinition/bgz|1.2.0" ;
     fhir:index 0 ;
     fhir:link <http://nictiz.nl/fhir/PlanDefinition/bgz|1.2.0>
  ] ;
  fhir:ServiceRequest.status [ fhir:value "active"] ;
  fhir:ServiceRequest.intent [ fhir:value "order"] ;
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:3457005 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "3457005" ] ;
       fhir:Coding.display [ fhir:value "Patient referral" ]
     ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/7b2e5c1a-4d9f-4a83-b6e2-0c5f8d3a9e17> ;
     fhir:Reference.reference [ fhir:value "Patient/7b2e5c1a-4d9f-4a83-b6e2-0c5f8d3a9e17" ] ;
     fhir:Reference.display [ fhir:value "Patient at the Placer" ]
  ] ;
  fhir:ServiceRequest.authoredOn [ fhir:value "2026-04-17T10:25:00+02:00"^^xsd:dateTime] ;
  fhir:ServiceRequest.requester [
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "http://fhir.nl/fhir/NamingSystem/ura" ] ;
       fhir:Identifier.value [ fhir:value "11111111" ]
     ] ;
     fhir:Reference.display [ fhir:value "Placer Hospital" ]
  ] ;
  fhir:ServiceRequest.performer [
     fhir:index 0 ;
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "http://fhir.nl/fhir/NamingSystem/ura" ] ;
       fhir:Identifier.value [ fhir:value "22222222" ]
     ] ;
     fhir:Reference.display [ fhir:value "Fulfiller Hospital" ]
  ] .

<http://hl7.org/fhir/Patient/7b2e5c1a-4d9f-4a83-b6e2-0c5f8d3a9e17> a fhir:Patient .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ServiceRequest/np-referral-servicerequest.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ServiceRequest/np-referral-servicerequest.ttl> .