Implementation Guide
ePA Medication Service
Version 1.3.5 - release

: Venlafaxin_Request - 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/MedicationRequest/7efae80a-a4d9-4e26-a1b9-92c72e79cfaa> a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "7efae80a-a4d9-4e26-a1b9-92c72e79cfaa"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "2" ] ;
     fhir:Meta.lastUpdated [ fhir:value "2025-02-27T14:43:33.244Z"^^xsd:dateTime ] ;
     fhir:Meta.profile [
       fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-request|1.3.0" ;
       fhir:index 0 ;
       fhir:link <https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-request|1.3.0>
     ]
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "indicator" ] ;
       fhir:Extension.valueBoolean [ fhir:value "false"^^xsd:boolean ]
     ] ;
     fhir:Extension.url [ fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/multiple-prescription-extension" ]
  ] ;
  fhir:MedicationRequest.identifier [
     fhir:index 0 ;
     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.001.39_20250227" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.system [ fhir:value "https://gematik.de/fhir/epa-medication/sid/rx-originator-process-identifier" ] ;
     fhir:Identifier.value [ fhir:value "5e36a398-8baa-43a7-8c93-4815b8fc4211_160.100.000.000.001.39" ]
  ] ;
  fhir:MedicationRequest.status [ fhir:value "completed"] ;
  fhir:MedicationRequest.intent [ fhir:value "filler-order"] ;
  fhir:MedicationRequest.medicationReference [
     fhir:link <http://hl7.org/fhir/Medication/56ca34f1-a3f3-42f7-95a2-f5a6423c2031> ;
     fhir:Reference.reference [ fhir:value "Medication/56ca34f1-a3f3-42f7-95a2-f5a6423c2031" ]
  ] ;
  fhir:MedicationRequest.subject [
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "http://fhir.de/sid/gkv/kvid-10" ] ;
       fhir:Identifier.value [ fhir:value "X110411319" ]
     ]
  ] ;
  fhir:MedicationRequest.authoredOn [ fhir:value "2025-02-27"^^xsd:date] ;
  fhir:MedicationRequest.requester [
     fhir:link <http://hl7.org/fhir/PractitionerRole/73a551f8-d8cd-4b44-823d-ab5f8aeab1aa> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/73a551f8-d8cd-4b44-823d-ab5f8aeab1aa" ] ;
     fhir:Reference.display [ fhir:value "Dr. Max Manfred Mustermann / Praxis Dr. med. Max Mustermann" ]
  ] ;
  fhir:MedicationRequest.dispenseRequest [
     fhir:MedicationRequest.dispenseRequest.quantity [
       fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "Packung" ]
     ]
  ] .

<http://hl7.org/fhir/Medication/56ca34f1-a3f3-42f7-95a2-f5a6423c2031> a fhir:Medication .

<http://hl7.org/fhir/PractitionerRole/73a551f8-d8cd-4b44-823d-ab5f8aeab1aa> a fhir:PractitionerRole .

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

<http://hl7.org/fhir/MedicationRequest/7efae80a-a4d9-4e26-a1b9-92c72e79cfaa.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/MedicationRequest/7efae80a-a4d9-4e26-a1b9-92c72e79cfaa.ttl> .