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

Netherlands - Generic Functions for data exchange Implementation Guide, published by Ministerie van Volksgezondheid, Welzijn en Sport. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/minvws/generiekefuncties-docs/ 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "53a41e63-e826-45fa-9076-9be4b18399c8"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
    ( fhir:profile [
fhir:v "http://nictiz.nl/fhir/StructureDefinition/nl-core-Procedure-request"^^xsd:anyURI ;
fhir:l <http://nictiz.nl/fhir/StructureDefinition/nl-core-Procedure-request>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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://minvws.github.io/generiekefuncties-docs/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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "https://cp2-test.example.org/ServiceRequest"^^xsd:anyURI ;
fhir:l <https://cp2-test.example.org/ServiceRequest>     ] ;
fhir:value [ fhir:v "53a41e63-e826-45fa-9076-9be4b18399c8" ] ;
fhir:assigner [
fhir:identifier [
fhir:type [
          ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/provenance-participant-type>             ] ;
fhir:code [ fhir:v "author" ]           ] )         ] ;
fhir:system [
fhir:v "http://fhir.nl/fhir/NamingSystem/ura"^^xsd:anyURI ;
fhir:l <http://fhir.nl/fhir/NamingSystem/ura>         ] ;
fhir:value [ fhir:v "22222222" ]       ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [
fhir:v "http://minvws.github.io/generiekefuncties-docs/CodeSystem/nl-gf-wlz-zorgprofielen-cs"^^xsd:anyURI ;
fhir:l <http://minvws.github.io/generiekefuncties-docs/CodeSystem/nl-gf-wlz-zorgprofielen-cs>       ] ;
fhir:code [ fhir:v "6VV" ] ;
fhir:display [ fhir:v "VV Beschermd wonen met intensieve verzorging en verpleging" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/27e58ece-409e-44f9-8cc1-b33495a0ef9d ;
fhir:reference [ fhir:v "Patient/27e58ece-409e-44f9-8cc1-b33495a0ef9d" ] ;
fhir:display [ fhir:v "Patient Jaantje Merkens" ]
  ] ; # 
  fhir:requester [
fhir:l fhir:PractitionerRole/f051d3bd-26ff-4030-a5b6-fc4ef2be83ba ;
fhir:reference [ fhir:v "PractitionerRole/f051d3bd-26ff-4030-a5b6-fc4ef2be83ba" ] ;
fhir:display [ fhir:v "Caroline van Dijk at Organization 2" ]
  ] . #