@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://nuts-foundation.github.io/nl-generic-functions-ig/Task/a0fc5221-bcd9-46f1-922f-c2913dae5d63> a fhir:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "a0fc5221-bcd9-46f1-922f-c2913dae5d63"] ;
  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: 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>identifier</b>: <code>https://cp2-test.example.org/tasks</code>/a0fc5221-bcd9-46f1-922f-c2913dae5d63</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>focus</b>: <a href=\"ServiceRequest-53a41e63-e826-45fa-9076-9be4b18399c8.html\">ServiceRequest Nursing</a></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=\"HealthcareService-b48826dc-2d58-479a-bfd3-80b7a9d69757.html\">Organization 3 - HealthcareService Verpleging</a></p><p><b>location</b>: <a href=\"Location-9a2b8f1c-4e7d-42a1-b3c9-2d5e8f7a6c1b.html\">Organization 3 - Location Nursing Department</a></p></div>"
  ] ;
  fhir:Task.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://cp2-test.example.org/tasks" ] ;
     fhir:Identifier.value [ fhir:value "a0fc5221-bcd9-46f1-922f-c2913dae5d63" ] ;
     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:Task.status [ fhir:value "requested"] ;
  fhir:Task.intent [ fhir:value "order"] ;
  fhir:Task.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/CodeSystem/task-code" ] ;
       fhir:Coding.code [ fhir:value "fulfill" ]
     ]
  ] ;
  fhir:Task.focus [
     fhir:link <http://nuts-foundation.github.io/nl-generic-functions-ig/ServiceRequest/53a41e63-e826-45fa-9076-9be4b18399c8> ;
     fhir:Reference.reference [ fhir:value "ServiceRequest/53a41e63-e826-45fa-9076-9be4b18399c8" ] ;
     fhir:Reference.display [ fhir:value "ServiceRequest Nursing" ]
  ] ;
  fhir:Task.for [
     fhir:link <http://nuts-foundation.github.io/nl-generic-functions-ig/Patient/27e58ece-409e-44f9-8cc1-b33495a0ef9d> ;
     fhir:Reference.reference [ fhir:value "Patient/27e58ece-409e-44f9-8cc1-b33495a0ef9d" ]
  ] ;
  fhir:Task.requester [
     fhir:link <http://nuts-foundation.github.io/nl-generic-functions-ig/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" ]
  ] ;
  fhir:Task.owner [
     fhir:link <http://nuts-foundation.github.io/nl-generic-functions-ig/HealthcareService/b48826dc-2d58-479a-bfd3-80b7a9d69757> ;
     fhir:Reference.reference [ fhir:value "HealthcareService/b48826dc-2d58-479a-bfd3-80b7a9d69757" ] ;
     fhir:Reference.display [ fhir:value "Organization 3 - HealthcareService Verpleging" ]
  ] ;
  fhir:Task.location [
     fhir:link <http://nuts-foundation.github.io/nl-generic-functions-ig/Location/9a2b8f1c-4e7d-42a1-b3c9-2d5e8f7a6c1b> ;
     fhir:Reference.reference [ fhir:value "Location/9a2b8f1c-4e7d-42a1-b3c9-2d5e8f7a6c1b" ] ;
     fhir:Reference.display [ fhir:value "Organization 3 - Location Nursing Department" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://nuts-foundation.github.io/nl-generic-functions-ig/Task/a0fc5221-bcd9-46f1-922f-c2913dae5d63.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

