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:MedicationDispense ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "46865835-8c8f-4139-86ba-271bd3565250"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2025-01-22T14:43:33.244Z"^^xsd:dateTime ] ; ( fhir:profile [ fhir:v "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-dispense"^^xsd:anyURI ; fhir:link <https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-dispense> ] ) ] ; # fhir:extension ( [ fhir:url [ fhir:v "https://gematik.de/fhir/epa-medication/StructureDefinition/rx-prescription-process-identifier-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:Identifier ; fhir:system [ fhir:v "https://gematik.de/fhir/epa-medication/sid/rx-prescription-process-identifier"^^xsd:anyURI ] ; fhir:value [ fhir:v "160.153.303.257.459_20250122" ] ] ] ) ; # fhir:identifier ( [ fhir:system [ fhir:v "https://gematik.de/fhir/epa-medication/sid/rx-originator-process-identifier"^^xsd:anyURI ] ; fhir:value [ fhir:v "86d65df3-5ca4-457d-8859-285830fe091b_160.153.303.257.459" ] ] ) ; # fhir:status [ fhir:v "completed"] ; # fhir:medication [ a fhir:Reference ; fhir:reference [ fhir:v "Medication/3b990824-3814-4d75-80b1-e2935827f8f0" ] ] ; # fhir:subject [ fhir:identifier [ fhir:system [ fhir:v "http://fhir.de/sid/gkv/kvid-10"^^xsd:anyURI ] ; fhir:value [ fhir:v "X110411319" ] ] ] ; # fhir:performer ( [ fhir:actor [ fhir:reference [ fhir:v "Organization/151f1697-7512-4e21-9466-1b75207475d8" ] ] ] ) ; # fhir:authorizingPrescription ( [ fhir:reference [ fhir:v "MedicationRequest/bb91cde8-0426-4f4b-a766-5d818d0605bd" ] ] ) ; # fhir:whenHandedOver [ fhir:v "2025-01-22"^^xsd:date] ; # fhir:dosageInstruction ( [ fhir:text [ fhir:v "1-0-0-0" ] ] ) ; # fhir:substitution [ fhir:wasSubstituted [ fhir:v false ] ] . #