Implementation Guide
ePA Medication Service
Version 1.3.5 - release

: JanuviaFilmtabletten_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/4e6e1623-778e-44a3-b208-8479f5339e43> a fhir:MedicationDispense ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "4e6e1623-778e-44a3-b208-8479f5339e43"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ] ;
     fhir:Meta.lastUpdated [ fhir:value "2025-05-22T14: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.100.000.000.006.24_20250520" ]
     ]
  ] ;
  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 "5d8fbf7c-bdb0-44c2-95fe-423ae0404ccd_160.100.000.000.006.24" ]
  ] ;
  fhir:MedicationDispense.status [ fhir:value "completed"] ;
  fhir:MedicationDispense.medicationReference [
     fhir:link <http://hl7.org/fhir/Medication/bb91cde8-0426-4f4b-a766-5d818d0605bd> ;
     fhir:Reference.reference [ fhir:value "Medication/bb91cde8-0426-4f4b-a766-5d818d0605bd" ]
  ] ;
  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/3191d752-3adf-4c7f-848d-8d43766fed72> ;
     fhir:Reference.reference [ fhir:value "MedicationRequest/3191d752-3adf-4c7f-848d-8d43766fed72" ]
  ] ;
  fhir:MedicationDispense.whenHandedOver [ fhir:value "2025-05-22"^^xsd:date] ;
  fhir:MedicationDispense.substitution [
     fhir:MedicationDispense.substitution.wasSubstituted [ fhir:value "false"^^xsd:boolean ]
  ] .

<http://hl7.org/fhir/Medication/bb91cde8-0426-4f4b-a766-5d818d0605bd> a fhir:Medication .

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

<http://hl7.org/fhir/MedicationRequest/3191d752-3adf-4c7f-848d-8d43766fed72> a fhir:MedicationRequest .

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

<http://hl7.org/fhir/MedicationDispense/4e6e1623-778e-44a3-b208-8479f5339e43.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/MedicationDispense/4e6e1623-778e-44a3-b208-8479f5339e43.ttl> .