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

Netherlands - Generic Functions for data exchange Implementation Guide - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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 sct: <http://snomed.info/id/> .
@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:link <http://nictiz.nl/fhir/StructureDefinition/nl-core-Procedure-request>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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: <code>http://nictiz.nl/fhir/StructureDefinition/nl-core-Procedure-request</code></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 43495009}\">Patient transfer to skilled nursing facility for level 3 care</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:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:43495009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "43495009" ] ;
fhir:display [ fhir:v "Patient transfer to skilled nursing facility for level 3 care" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/27e58ece-409e-44f9-8cc1-b33495a0ef9d" ] ;
fhir:display [ fhir:v "Patient Jaantje Merkens" ]
  ] ; # 
  fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/f051d3bd-26ff-4030-a5b6-fc4ef2be83ba" ] ;
fhir:display [ fhir:v "Caroline van Dijk at Organization 2" ]
  ] . #