@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://hl7.org/fhir/Bundle/example-searchset-task> a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-searchset-task"] ;
fhir:Bundle.type [ fhir:value "searchset"] ;
fhir:Bundle.total [ fhir:value "1"^^xsd:nonNegativeInteger] ;
fhir:Bundle.link [
fhir:index 0 ;
fhir:Bundle.link.relation [ fhir:value "self" ] ;
fhir:Bundle.link.url [ fhir:value "https://erp-ref.zentral.erp.splitdns.ti-dienste.de/Task?status=ready&_count=2" ]
] ;
fhir:Bundle.entry [
fhir:index 0 ;
fhir:Bundle.entry.fullUrl [ fhir:value "https://erp-ref.zentral.erp.splitdns.ti-dienste.de/Task/b12eb5f7-91ce-4887-93c7-800454601377" ] ;
fhir:Bundle.entry.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:Resource.id [ fhir:value "b9f1fbdd-f28b-4ec7-959c-5283d3433b0e"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Task|2.0" ;
fhir:index 0 ;
fhir:link <https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Task|2.0>
] ;
fhir:Meta.tag [
fhir:index 0 ;
fhir:Coding.display [ fhir:value "Task in DRAFT state just created by Fachdienst via $create operation" ]
]
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_EX_PrescriptionType" ] ;
fhir:Extension.valueCoding [
fhir:Coding.system [ fhir:value "https://gematik.de/fhir/erp/CodeSystem/GEM_ERP_CS_FlowType" ] ;
fhir:Coding.code [ fhir:value "160" ] ;
fhir:Coding.display [ fhir:value "Flowtype für Apothekenpflichtige Arzneimittel" ]
]
] ;
fhir:Task.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_PrescriptionId" ] ;
fhir:Identifier.value [ fhir:value "160.000.033.491.280.78" ]
] ;
fhir:Task.status [ fhir:value "draft"] ;
fhir:Task.intent [ fhir:value "order"] ;
fhir:Task.authoredOn [ fhir:value "2028-10-01T15:29:00+00:00"^^xsd:dateTime] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Bundle/example-searchset-task.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Bundle/example-searchset-task.ttl> .
IG © 2026+ gematik GmbH. Paket de.gematik.tiflow.erezept#2.0.0-ballot.2 basierend auf FHIR 4.0.1. Generiert 2026-06-29
Links: Table of Contents |
QA Report