Implementation Guide
ePA Basisfunktionalitäten
Version 1.3.2 - release

: fdfc2842-bfff-436f-ab13-74785d0188c0 - 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/fdfc2842-bfff-436f-ab13-74785d0188c0> a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "fdfc2842-bfff-436f-ab13-74785d0188c0"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ] ;
     fhir:Meta.lastUpdated [ fhir:value "2025-06-02T11:15:00+01:00"^^xsd:dateTime ] ;
     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/29d46448-b585-4501-9660-a1236436560f/_history/2> ;
     fhir:Reference.reference [ fhir:value "MedicationStatement/29d46448-b585-4501-9660-a1236436560f/_history/2" ]
  ] ;
  fhir:Provenance.occurredDateTime [ fhir:value "2025-06-02T11:15:00+01:00"^^xsd:dateTime] ;
  fhir:Provenance.recorded [ fhir:value "2025-06-02T11:15:00+01:00"^^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:Coding.display [ fhir:value "revise" ]
     ]
  ] ;
  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/e66d6c66-96e0-4725-b48c-73702ee63cdf> ;
       fhir:Reference.reference [ fhir:value "Organization/e66d6c66-96e0-4725-b48c-73702ee63cdf" ] ;
       fhir:Reference.identifier [
         fhir:Identifier.system [ fhir:value "https://gematik.de/fhir/sid/telematik-id" ] ;
         fhir:Identifier.value [ fhir:value "9-2.58.00000040" ]
       ] ;
       fhir:Reference.display [ fhir:value "gematik Praxis" ]
     ]
  ] .

<http://hl7.org/fhir/MedicationStatement/29d46448-b585-4501-9660-a1236436560f/_history/2> a fhir:MedicationStatement .

<http://hl7.org/fhir/Organization/e66d6c66-96e0-4725-b48c-73702ee63cdf> a fhir:Organization .

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

<http://hl7.org/fhir/Provenance/fdfc2842-bfff-436f-ab13-74785d0188c0.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Provenance/fdfc2842-bfff-436f-ab13-74785d0188c0.ttl> .