@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 -------------------------------------------------------------------

<https://gematik.de/fhir/tiflow-erezept/Bundle/example-searchset-task> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-searchset-task"] ; # 
  fhir:type [ fhir:v "searchset"] ; # 
  fhir:total [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:link ( [
     fhir:relation [ fhir:v "self" ] ;
     fhir:url [
       fhir:v "https://erp-ref.zentral.erp.splitdns.ti-dienste.de/Task?status=ready&_count=2"^^xsd:anyURI ;
       fhir:l <https://erp-ref.zentral.erp.splitdns.ti-dienste.de/Task?status=ready&_count=2>
     ]
  ] ) ; # 
  fhir:entry ( [
     fhir:fullUrl [
       fhir:v "https://erp-ref.zentral.erp.splitdns.ti-dienste.de/Task/b12eb5f7-91ce-4887-93c7-800454601377"^^xsd:anyURI ;
       fhir:l <https://erp-ref.zentral.erp.splitdns.ti-dienste.de/Task/b12eb5f7-91ce-4887-93c7-800454601377>
     ] ;
     fhir:resource ( <https://erp-ref.zentral.erp.splitdns.ti-dienste.de/Task/b12eb5f7-91ce-4887-93c7-800454601377> )
  ] ) . # 

<https://erp-ref.zentral.erp.splitdns.ti-dienste.de/Task/b12eb5f7-91ce-4887-93c7-800454601377> a fhir:Task ;
  fhir:id [ fhir:v "b9f1fbdd-f28b-4ec7-959c-5283d3433b0e"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Task|2.0"^^xsd:anyURI ;
       fhir:l <https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Task?version=2.0>
     ] ) ;
     fhir:tag ( [
       fhir:display [ fhir:v "Task in DRAFT state just created by Fachdienst via $create operation" ]
     ] )
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_EX_PrescriptionType"^^xsd:anyURI ;
       fhir:l <https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_EX_PrescriptionType>
     ] ;
     fhir:value [
       a fhir:Coding ;
       fhir:system [
         fhir:v "https://gematik.de/fhir/erp/CodeSystem/GEM_ERP_CS_FlowType"^^xsd:anyURI ;
         fhir:l <https://gematik.de/fhir/erp/CodeSystem/GEM_ERP_CS_FlowType>
       ] ;
       fhir:code [ fhir:v "160" ] ;
       fhir:display [ fhir:v "Flowtype für Apothekenpflichtige Arzneimittel" ]
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_PrescriptionId"^^xsd:anyURI ;
       fhir:l <https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_PrescriptionId>
     ] ;
     fhir:value [ fhir:v "160.000.033.491.280.78" ]
  ] ) ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:authoredOn [ fhir:v "2028-10-01T15:29:00+00:00"^^xsd:dateTime] . # 

# -------------------------------------------------------------------------------------

