Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Provenance ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "c7b6dcfc-d535-4f8f-9d86-841693f788d1"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2025-06-02T11:15:00+01:00"^^xsd:dateTime ] ; ( fhir:profile [ fhir:v "https://gematik.de/fhir/epa/StructureDefinition/epa-activity-provenance"^^xsd:anyURI ; fhir:link <https://gematik.de/fhir/epa/StructureDefinition/epa-activity-provenance> ] ) ] ; # fhir:target ( [ fhir:reference [ fhir:v "MedicationStatement/29d46448-b585-4501-9660-a1236436560f/_history/1" ] ] ) ; # fhir:occurred [ a fhir:dateTime ; fhir:v "2025-06-02T11:15:00+01:00"^^xsd:dateTime ] ; # fhir:recorded [ fhir:v "2025-06-02T11:15:00+01:00"^^xsd:dateTime] ; # fhir:activity [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-DataOperation"^^xsd:anyURI ] ; fhir:code [ fhir:v "CREATE" ] ; fhir:display [ fhir:v "create" ] ] ) ] ; # fhir:agent ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "author" ] ] ) ] ; fhir:who [ fhir:identifier [ fhir:system [ fhir:v "https://gematik.de/fhir/sid/epa-fhir-data-service"^^xsd:anyURI ] ; fhir:value [ fhir:v "MEDICATIONSVC" ] ] ; fhir:display [ fhir:v "ePA Medication Service" ] ] ] ) . #