Implementation Guide
ePA Medication Service
Version 1.3.5 - release

: ExpEPAOpEmlEntryCancelledOutputParameters - TTL Representation

Raw ttl | Download


@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/Parameters/example-epa-op-eml-entry-cancelled-output-parameters-1> a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-epa-op-eml-entry-cancelled-output-parameters-1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-eml-entry-output-parameters|1.3.0" ;
       fhir:index 0 ;
       fhir:link <https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-eml-entry-output-parameters|1.3.0>
     ]
  ] ;
  fhir:Parameters.parameter [
     fhir:index 0 ;
     fhir:Parameters.parameter.name [ fhir:value "relatedActivity" ] ;
     fhir:Parameters.parameter.resource [
       a fhir:Provenance ;
       fhir:Resource.id [ fhir:value "39475183-3444-4b63-bfed-ae0741f4496b" ] ;
       fhir:Resource.meta [
         fhir:Meta.profile [
           fhir:value "https://gematik.de/fhir/epa/StructureDefinition/epa-activity-provenance|1.3.0" ;
           fhir:index 0 ;
           fhir:link <https://gematik.de/fhir/epa/StructureDefinition/epa-activity-provenance|1.3.0>
         ]
       ] ;
       fhir:Provenance.target [
         fhir:index 0 ;
         fhir:link <http://hl7.org/fhir/MedicationStatement/6e340b90-35cd-4070-bad8-c26704d85d55/_history/1> ;
         fhir:Reference.reference [ fhir:value "MedicationStatement/6e340b90-35cd-4070-bad8-c26704d85d55/_history/1" ]
       ] ;
       fhir:Provenance.recorded [ fhir:value "2026-02-23T15:00:00.550Z"^^xsd:dateTime ] ;
       fhir:Provenance.activity [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-DataOperation" ] ;
           fhir:Coding.code [ fhir:value "DELETE" ]
         ]
       ] ;
       fhir:Provenance.agent [
         fhir:index 0 ;
         fhir:Provenance.agent.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:Provenance.agent.who [
           fhir:link <http://hl7.org/fhir/Organization/8B421590-9F7F-46BE-BD1E-C987063AC4F5> ;
           fhir:Reference.reference [ fhir:value "Organization/8B421590-9F7F-46BE-BD1E-C987063AC4F5" ] ;
           fhir:Reference.identifier [
             fhir:Identifier.type [
               fhir:CodeableConcept.coding [
                 fhir:index 0 ;
                 fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
                 fhir:Coding.code [ fhir:value "PRN" ]
               ]
             ] ;
             fhir:Identifier.system [ fhir:value "https://gematik.de/fhir/sid/telematik-id" ] ;
             fhir:Identifier.value [ fhir:value "9-2.58.00000060" ]
           ] ;
           fhir:Reference.display [ fhir:value "Die Apotheke" ]
         ]
       ]
     ]
  ] .

<http://hl7.org/fhir/MedicationStatement/6e340b90-35cd-4070-bad8-c26704d85d55/_history/1> a fhir:MedicationStatement .

<http://hl7.org/fhir/Organization/8B421590-9F7F-46BE-BD1E-C987063AC4F5> a fhir:Organization .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Parameters/example-epa-op-eml-entry-cancelled-output-parameters-1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Parameters/example-epa-op-eml-entry-cancelled-output-parameters-1.ttl> .