Implementation Guide
ePA Medication Service
Version 1.2.0-ballot.2 - draft

: eMP_Sumatriptan_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 "266620a9-2c26-41c1-b0cb-a10947b867f5"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "2" ] ;
fhir:lastUpdated [ fhir:v "2026-11-01T15:43:33.244Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "https://gematik.de/fhir/epa-medication/StructureDefinition/emp-medication-request"^^xsd:anyURI ;
fhir:link <https://gematik.de/fhir/epa-medication/StructureDefinition/emp-medication-request>     ] )
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://gematik.de/fhir/epa-medication/StructureDefinition/context-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "EMP"     ]
  ] [
fhir:url [ fhir:v "https://gematik.de/fhir/epa-medication/StructureDefinition/reason-patient-instruction-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "akuten Behandlung von Migräneanfällen mit und ohne Aura"     ]
  ] [
fhir:url [ fhir:v "https://gematik.de/fhir/epa-medication/StructureDefinition/patient-note-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:Annotation ;
fhir:text [ fhir:v "Bitte schützen Sie das Arzneimittel vor hohen Temperaturen und direkter Sonneneinstrahlung." ]     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.effectiveDosePeriod"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2027-02-01"^^xsd:date ]     ]
  ] [
fhir:url [ fhir:v "https://gematik.de/fhir/epa-medication/StructureDefinition/emp-medicationrequest-activity-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "MedicationStatement/f29f1d0c-be05-4b0d-a335-3e508da39c0c" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://gematik.de/fhir/sid/emp-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "266620a9-2c26-41c1-b0cb-a10947b867f5" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/87f08ba2-da7e-467e-86aa-404d9035297c" ]
  ] ; # 
  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 "2026-11-01"^^xsd:date] ; # 
  fhir:note ( [
fhir:text [ fhir:v "Hinweis für den LE" ]
  ] ) ; # 
  fhir:dosageInstruction ( [
    ( fhir:extension [
      ( fhir:extension [
fhir:url [ fhir:v "algorithm"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://ig.fhir.de/igs/medication/CodeSystem/DosageTextAlgorithm"^^xsd:anyURI ] ;
fhir:version [ fhir:v "1.0.0" ] ;
fhir:code [ fhir:v "GematikDosageTextGenerator" ]         ]       ] [
fhir:url [ fhir:v "algorithmVersion"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "1.0.0"         ]       ] [
fhir:url [ fhir:v "language"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "de-DE"         ]       ] [
fhir:url [ fhir:v "text"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "täglich: morgens — je 1 Stück"         ]       ] ) ;
fhir:url [ fhir:v "http://ig.fhir.de/igs/medication/StructureDefinition/GeneratedDosageInstructions"^^xsd:anyURI ]     ] ) ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ] ;
        ( fhir:when [ fhir:v "MORN" ] )       ]     ] ;
    ( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Stück" ] ;
fhir:system [ fhir:v "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ]       ]     ] )
  ] ) . #