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/a99c2849-de82-4a43-98f4-8d6a4caa6038> a fhir:Provenance ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "a99c2849-de82-4a43-98f4-8d6a4caa6038"] ; 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/0fc1f006-5793-4501-81b6-fe3918fcfa2d/_history/2> ; fhir:Reference.reference [ fhir:value "MedicationStatement/0fc1f006-5793-4501-81b6-fe3918fcfa2d/_history/2" ] ] ; fhir:Provenance.recorded [ fhir:value "2025-12-03T14:00:00.244Z"^^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:Reference.identifier [ fhir:Identifier.system [ fhir:value "https://gematik.de/fhir/sid/epa-fhir-data-service" ] ; fhir:Identifier.value [ fhir:value "MEDICATIONSVC" ] ] ; fhir:Reference.display [ fhir:value "ePA Medication Service" ] ] ] . <http://hl7.org/fhir/MedicationStatement/0fc1f006-5793-4501-81b6-fe3918fcfa2d/_history/2> a fhir:MedicationStatement . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Provenance/a99c2849-de82-4a43-98f4-8d6a4caa6038.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/Provenance/a99c2849-de82-4a43-98f4-8d6a4caa6038.ttl> .