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

: Organisation 2 - ServiceRequest Nursing - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/ServiceRequest/53a41e63-e826-45fa-9076-9be4b18399c8> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "53a41e63-e826-45fa-9076-9be4b18399c8"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ] ;
     fhir:Meta.profile [
       fhir:value "http://nictiz.nl/fhir/StructureDefinition/nl-core-Procedure-request" ;
       fhir:index 0 ;
       fhir:link <http://nictiz.nl/fhir/StructureDefinition/nl-core-Procedure-request>
     ]
  ] ;
  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 53a41e63-e826-45fa-9076-9be4b18399c8</b></p><a name=\"53a41e63-e826-45fa-9076-9be4b18399c8\"> </a><a name=\"hc53a41e63-e826-45fa-9076-9be4b18399c8\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.nl-core@0.12.0-beta.4&amp;canonical=http://nictiz.nl/fhir/StructureDefinition/nl-core-Procedure-request\">nl core Procedure request</a></p></div><p><b>identifier</b>: <code>https://cp2-test.example.org/ServiceRequest</code>/53a41e63-e826-45fa-9076-9be4b18399c8</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://nuts-foundation.github.io/nl-generic-functions-ig/CodeSystem/nl-gf-wlz-zorgprofielen-cs 6VV}\">VV Beschermd wonen met intensieve verzorging en verpleging</span></p><p><b>subject</b>: <a href=\"Patient-27e58ece-409e-44f9-8cc1-b33495a0ef9d.html\">Patient Jaantje Merkens</a></p><p><b>requester</b>: <a href=\"PractitionerRole-f051d3bd-26ff-4030-a5b6-fc4ef2be83ba.html\">Caroline van Dijk at Organization 2</a></p></div>"
  ] ;
  fhir:ServiceRequest.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://cp2-test.example.org/ServiceRequest" ] ;
     fhir:Identifier.value [ fhir:value "53a41e63-e826-45fa-9076-9be4b18399c8" ] ;
     fhir:Identifier.assigner [
       fhir:Reference.identifier [
         fhir:Identifier.type [
           fhir:CodeableConcept.coding [
             fhir:index 0 ;
             fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/provenance-participant-type" ] ;
             fhir:Coding.code [ fhir:value "author" ]
           ]
         ] ;
         fhir:Identifier.system [ fhir:value "http://fhir.nl/fhir/NamingSystem/ura" ] ;
         fhir:Identifier.value [ fhir:value "22222222" ]
       ]
     ]
  ] ;
  fhir:ServiceRequest.status [ fhir:value "active"] ;
  fhir:ServiceRequest.intent [ fhir:value "order"] ;
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://nuts-foundation.github.io/nl-generic-functions-ig/CodeSystem/nl-gf-wlz-zorgprofielen-cs" ] ;
       fhir:Coding.code [ fhir:value "6VV" ] ;
       fhir:Coding.display [ fhir:value "VV Beschermd wonen met intensieve verzorging en verpleging" ]
     ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/27e58ece-409e-44f9-8cc1-b33495a0ef9d> ;
     fhir:Reference.reference [ fhir:value "Patient/27e58ece-409e-44f9-8cc1-b33495a0ef9d" ] ;
     fhir:Reference.display [ fhir:value "Patient Jaantje Merkens" ]
  ] ;
  fhir:ServiceRequest.requester [
     fhir:link <http://hl7.org/fhir/PractitionerRole/f051d3bd-26ff-4030-a5b6-fc4ef2be83ba> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/f051d3bd-26ff-4030-a5b6-fc4ef2be83ba" ] ;
     fhir:Reference.display [ fhir:value "Caroline van Dijk at Organization 2" ]
  ] .

<http://hl7.org/fhir/Patient/27e58ece-409e-44f9-8cc1-b33495a0ef9d> a fhir:Patient .

<http://hl7.org/fhir/PractitionerRole/f051d3bd-26ff-4030-a5b6-fc4ef2be83ba> a fhir:PractitionerRole .

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

<http://hl7.org/fhir/ServiceRequest/53a41e63-e826-45fa-9076-9be4b18399c8.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ServiceRequest/53a41e63-e826-45fa-9076-9be4b18399c8.ttl> .