Implementation Guide
ePA Medication Service
Version 1.2.0 - release

: COTRIM_Request - TTL Representation

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:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "f14498f0-4932-490a-91a2-9de8616e133b"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "2" ] ;
fhir:lastUpdated [ fhir:v "2025-10-19T14:43:33.244Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-request"^^xsd:anyURI ;
fhir:link <https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-request>     ] )
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "indicator"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v false       ]     ] ) ;
fhir:url [ fhir:v "https://gematik.de/fhir/epa-medication/StructureDefinition/multiple-prescription-extension"^^xsd:anyURI ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://gematik.de/fhir/epa-medication/sid/rx-prescription-process-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "160.112.925.848.156.74_20251019" ]
  ] [
fhir:system [ fhir:v "https://gematik.de/fhir/epa-medication/sid/rx-originator-process-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0313be88-4c73-40e6-aa44-a7ed3de1a77a_160.112.925.848.156.74" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:intent [ fhir:v "filler-order"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/1254591a-dd2d-4d17-b8f8-ee3155da0699" ]
  ] ; # 
  fhir:subject [
fhir:identifier [
fhir:system [ fhir:v "http://fhir.de/sid/gkv/kvid-10"^^xsd:anyURI ] ;
fhir:value [ fhir:v "X110411319" ]     ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2025-10-19"^^xsd:date] ; # 
  fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/73a551f8-d8cd-4b44-823d-ab5f8aeab1aa" ]
  ] ; # 
  fhir:basedOn ( [
fhir:identifier [
fhir:system [ fhir:v "https://gematik.de/fhir/sid/emp-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "00000000-0000-0000-0000-000000000000" ]     ]
  ] ) ; # 
  fhir:dosageInstruction ( [
fhir:text [ fhir:v "morgens und abends 1 Messlöffel" ]
  ] ) ; # 
  fhir:dispenseRequest [
fhir:quantity [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Packung" ]     ]
  ] ; # 
  fhir:substitution [
fhir:allowed [
a fhir:boolean ;
fhir:v true     ]
  ] . #