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

: Organization 2 - Task for 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:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "a0fc5221-bcd9-46f1-922f-c2913dae5d63"] ; # 
  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: Task a0fc5221-bcd9-46f1-922f-c2913dae5d63</b></p><a name=\"a0fc5221-bcd9-46f1-922f-c2913dae5d63\"> </a><a name=\"hca0fc5221-bcd9-46f1-922f-c2913dae5d63\"> </a><p><b>basedOn</b>: <a href=\"ServiceRequest-53a41e63-e826-45fa-9076-9be4b18399c8.html\">ServiceRequest Nursing</a></p><p><b>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/CodeSystem/task-code fulfill}\">Fulfill the focal request</span></p><p><b>for</b>: <a href=\"Patient-27e58ece-409e-44f9-8cc1-b33495a0ef9d.html\">Jaantje Merkens  Female, DoB: 1950-02-26 ( http://organization2.example.org/EHR/patients#vdfesz)</a></p><p><b>requester</b>: <a href=\"PractitionerRole-f051d3bd-26ff-4030-a5b6-fc4ef2be83ba.html\">Caroline van Dijk at Organization 2</a></p><p><b>owner</b>: <a href=\"https://cp3-test.example.org/fhirr4/Organization/631cf10e-42d6-4165-9907-11e2333d4a85\">Nursing department at Organization 3</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/53a41e63-e826-45fa-9076-9be4b18399c8" ] ;
fhir:display [ fhir:v "ServiceRequest Nursing" ]
  ] ) ; # 
  fhir:status [ fhir:v "requested"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/CodeSystem/task-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "fulfill" ]     ] )
  ] ; # 
  fhir:for [
fhir:reference [ fhir:v "Patient/27e58ece-409e-44f9-8cc1-b33495a0ef9d" ]
  ] ; # 
  fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/f051d3bd-26ff-4030-a5b6-fc4ef2be83ba" ] ;
fhir:display [ fhir:v "Caroline van Dijk at Organization 2" ]
  ] ; # 
  fhir:owner [
fhir:link <https://cp3-test.example.org/fhirr4/Organization/631cf10e-42d6-4165-9907-11e2333d4a85> ;
fhir:reference [ fhir:v "https://cp3-test.example.org/fhirr4/Organization/631cf10e-42d6-4165-9907-11e2333d4a85" ] ;
fhir:display [ fhir:v "Nursing department at Organization 3" ]
  ] . #