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 "NachtragEmlProvenance"] ; # fhir:meta [ ( 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/NachtragEmlMedicationStatement" ] ] ) ; # fhir:recorded [ fhir:v "2025-01-01T12:34:56.789Z"^^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: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:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PRN" ] ] ) ] ; fhir:system [ fhir:v "https://gematik.de/fhir/sid/telematik-id"^^xsd:anyURI ] ; fhir:value [ fhir:v "123456789" ] ] ] ] ) . #