Implementation Guide
ePA Medication Service
Version 1.3.5 - release

: eMP_Benazepril_Chronology_Provenance_1 - 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/Provenance/0b383501-f078-464b-b984-9fdb6751601b> a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "0b383501-f078-464b-b984-9fdb6751601b"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/emp-chronology-provenance|1.3.0" ;
       fhir:index 0 ;
       fhir:link <https://gematik.de/fhir/epa-medication/StructureDefinition/emp-chronology-provenance|1.3.0>
     ]
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/is-emp-chronology-extension" ] ;
     fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ]
  ] ;
  fhir:Provenance.target [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/MedicationRequest/173439a1-40ee-4b61-bb8c-aab3f5a1af10/_history/2> ;
     fhir:Reference.reference [ fhir:value "MedicationRequest/173439a1-40ee-4b61-bb8c-aab3f5a1af10/_history/2" ]
  ], [
     fhir:index 1 ;
     fhir:link <http://hl7.org/fhir/MedicationRequest/e2da4372-accc-4a76-81da-83e43ef9b15a/_history/1> ;
     fhir:Reference.reference [ fhir:value "MedicationRequest/e2da4372-accc-4a76-81da-83e43ef9b15a/_history/1" ]
  ] ;
  fhir:Provenance.occurredDateTime [ fhir:value "2026-11-10T14:00:00.700Z"^^xsd:dateTime] ;
  fhir:Provenance.recorded [ fhir:value "2026-11-10T14:00:00.700Z"^^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 "UPDATE" ]
     ]
  ] ;
  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/450a9511-53e5-4af7-be36-a18444bb8dd2> ;
       fhir:Reference.reference [ fhir:value "Organization/450a9511-53e5-4af7-be36-a18444bb8dd2" ] ;
       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.00000089" ]
       ] ;
       fhir:Reference.display [ fhir:value "Die Hausarztpraxis" ]
     ]
  ] .

<http://hl7.org/fhir/MedicationRequest/173439a1-40ee-4b61-bb8c-aab3f5a1af10/_history/2> a fhir:MedicationRequest .

<http://hl7.org/fhir/MedicationRequest/e2da4372-accc-4a76-81da-83e43ef9b15a/_history/1> a fhir:MedicationRequest .

<http://hl7.org/fhir/Organization/450a9511-53e5-4af7-be36-a18444bb8dd2> a fhir:Organization .

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

<http://hl7.org/fhir/Provenance/0b383501-f078-464b-b984-9fdb6751601b.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Provenance/0b383501-f078-464b-b984-9fdb6751601b.ttl> .