Implementation Guide
ePA Medication Service
Version 1.1.5 - release

: ExampleEpaMedicationRequest1 - 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 "bb91cde8-0426-4f4b-a766-5d818d0605bd"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2025-01-22T14: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.153.303.257.459_20250122" ]
  ] [
fhir:system [ fhir:v "https://gematik.de/fhir/epa-medication/sid/rx-originator-process-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "6ae6a7ca-c9b5-46bf-9411-2ba49d96f988_160.153.303.257.459" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "filler-order"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/2571d29b-e213-40ec-b817-a1490718a490" ]
  ] ; # 
  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-01-22"^^xsd:date] ; # 
  fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/73a551f8-d8cd-4b44-823d-ab5f8aeab1aa" ]
  ] ; # 
  fhir:dosageInstruction ( [
fhir:text [ fhir:v "1-0-0-0" ]
  ] ) ; # 
  fhir:dispenseRequest [
fhir:quantity [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "{Package}" ]     ]
  ] ; # 
  fhir:substitution [
fhir:allowed [
a fhir:boolean ;
fhir:v true     ]
  ] . #