Implementation Guide
E-T-Rezept Datenaustausch
Version 1.1.0-ballot-1 - ballot

: Beispiel BfArM MedicationRequest - 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 "ExampleMedicationRequest-T"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://gematik.de/fhir/erp-t-prescription/StructureDefinition/erp-tprescription-medication-request"^^xsd:anyURI ;
fhir:link <https://gematik.de/fhir/erp-t-prescription/StructureDefinition/erp-tprescription-medication-request>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest ExampleMedicationRequest-T</b></p><a name=\"ExampleMedicationRequest-T\"> </a><a name=\"hcExampleMedicationRequest-T\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-erp-tprescription-medication-request.html\">E-T-Rezept Medication Request</a></p></div><blockquote><p><b>KBV_EX_ERP_Teratogenic</b></p><ul><li>EinhaltungSicherheitsmassnahmen: true</li><li>AushaendigungInformationsmaterialien: true</li><li>Off-Label: false</li><li>GebaerfaehigeFrau: false</li><li>ErklaerungSachkenntnis: true</li></ul></blockquote><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"Medication-ExampleMedication1-Pomalidomid-T.html\">Medication Pomalidomid</a></p><p><b>subject</b>: ?rref?</p><p><b>authoredOn</b>: 2026-04-01</p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1-1-1-1</td></tr></table><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td>10 Tablette</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "EinhaltungSicherheitsmassnahmen"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v true       ]     ] [
fhir:url [ fhir:v "AushaendigungInformationsmaterialien"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v true       ]     ] [
fhir:url [ fhir:v "Off-Label"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v false       ]     ] [
fhir:url [ fhir:v "GebaerfaehigeFrau"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v false       ]     ] [
fhir:url [ fhir:v "ErklaerungSachkenntnis"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v true       ]     ] ) ;
fhir:url [ fhir:v "https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Teratogenic"^^xsd:anyURI ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/ExampleMedication1-Pomalidomid-T" ]
  ] ; # 
  fhir:subject [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "not-permitted"       ]     ] )
  ] ; # 
  fhir:authoredOn [ fhir:v "2026-04-01"^^xsd:date] ; # 
  fhir:dosageInstruction ( [
fhir:text [ fhir:v "1-1-1-1" ]
  ] ) ; # 
  fhir:dispenseRequest [
fhir:quantity [
fhir:value [ fhir:v "10"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Tablette" ]     ]
  ] . #