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 - 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-eov-servicerequest> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "np-eov-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-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>"
  ] ;
  fhir:ServiceRequest.instantiatesCanonical [
     fhir:value "http://nictiz.nl/fhir/PlanDefinition/eoverdracht|4.0.0" ;
     fhir:index 0 ;
     fhir:link <http://nictiz.nl/fhir/PlanDefinition/eoverdracht|4.0.0>
  ] ;
  fhir:ServiceRequest.status [ fhir:value "active"] ;
  fhir:ServiceRequest.intent [ fhir:value "order"] ;
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:308292007 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "308292007" ] ;
       fhir:Coding.display [ fhir:value "Transfer of care" ]
     ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/a91c3e7d-58b2-4f06-9d14-6e2b7c0a5f38> ;
     fhir:Reference.reference [ fhir:value "Patient/a91c3e7d-58b2-4f06-9d14-6e2b7c0a5f38" ] ;
     fhir:Reference.display [ fhir:value "Patient at the Placer" ]
  ] ;
  fhir:ServiceRequest.authoredOn [ fhir:value "2026-04-17T09:10: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" ]
  ] .

<http://hl7.org/fhir/Patient/a91c3e7d-58b2-4f06-9d14-6e2b7c0a5f38> a fhir:Patient .

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

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