Implementation Guide
ePA Medication Service
Version 1.3.5 - release

: COTRIM_Dispense - 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/MedicationDispense/6250569a-3505-4db7-aebc-45dba1f98acc> a fhir:MedicationDispense ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "6250569a-3505-4db7-aebc-45dba1f98acc"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ] ;
     fhir:Meta.lastUpdated [ fhir:value "2025-10-19T14:43:33.244Z"^^xsd:dateTime ] ;
     fhir:Meta.profile [
       fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-dispense|1.3.0" ;
       fhir:index 0 ;
       fhir:link <https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-dispense|1.3.0>
     ]
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/rx-prescription-process-identifier-extension" ] ;
     fhir:Extension.valueIdentifier [
       fhir:Identifier.system [ fhir:value "https://gematik.de/fhir/epa-medication/sid/rx-prescription-process-identifier" ] ;
       fhir:Identifier.value [ fhir:value "160.112.925.848.156.74_20251019" ]
     ]
  ] ;
  fhir:MedicationDispense.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://gematik.de/fhir/epa-medication/sid/rx-originator-process-identifier" ] ;
     fhir:Identifier.value [ fhir:value "d6932eb6-5760-4b19-9d89-ee254d273df6_160.112.925.848.156.74" ]
  ] ;
  fhir:MedicationDispense.status [ fhir:value "completed"] ;
  fhir:MedicationDispense.medicationReference [
     fhir:link <http://hl7.org/fhir/Medication/1254591a-dd2d-4d17-b8f8-ee3155da0699> ;
     fhir:Reference.reference [ fhir:value "Medication/1254591a-dd2d-4d17-b8f8-ee3155da0699" ]
  ] ;
  fhir:MedicationDispense.subject [
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "http://fhir.de/sid/gkv/kvid-10" ] ;
       fhir:Identifier.value [ fhir:value "X110411319" ]
     ]
  ] ;
  fhir:MedicationDispense.performer [
     fhir:index 0 ;
     fhir:MedicationDispense.performer.actor [
       fhir:link <http://hl7.org/fhir/Organization/151f1697-7512-4e21-9466-1b75207475d8> ;
       fhir:Reference.reference [ fhir:value "Organization/151f1697-7512-4e21-9466-1b75207475d8" ] ;
       fhir:Reference.identifier [
         fhir:Identifier.type [
           fhir:CodeableConcept.coding [
             fhir:index 0 ;
             fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
             fhir:Coding.code [ fhir:value "PRN" ] ;
             fhir:Coding.display [ fhir:value "Provider number" ]
           ]
         ] ;
         fhir:Identifier.system [ fhir:value "https://gematik.de/fhir/sid/telematik-id" ] ;
         fhir:Identifier.value [ fhir:value "9-2.58.00000023" ]
       ] ;
       fhir:Reference.display [ fhir:value "gematik Apotheke" ]
     ]
  ] ;
  fhir:MedicationDispense.authorizingPrescription [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/MedicationRequest/f14498f0-4932-490a-91a2-9de8616e133b> ;
     fhir:Reference.reference [ fhir:value "MedicationRequest/f14498f0-4932-490a-91a2-9de8616e133b" ]
  ] ;
  fhir:MedicationDispense.whenHandedOver [ fhir:value "2025-10-19"^^xsd:date] ;
  fhir:MedicationDispense.substitution [
     fhir:MedicationDispense.substitution.wasSubstituted [ fhir:value "false"^^xsd:boolean ]
  ] .

<http://hl7.org/fhir/Medication/1254591a-dd2d-4d17-b8f8-ee3155da0699> a fhir:Medication .

<http://hl7.org/fhir/Organization/151f1697-7512-4e21-9466-1b75207475d8> a fhir:Organization .

<http://hl7.org/fhir/MedicationRequest/f14498f0-4932-490a-91a2-9de8616e133b> a fhir:MedicationRequest .

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

<http://hl7.org/fhir/MedicationDispense/6250569a-3505-4db7-aebc-45dba1f98acc.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/MedicationDispense/6250569a-3505-4db7-aebc-45dba1f98acc.ttl> .