Implementation Guide
ePA Medication Service
Version 1.3.5 - release

: ExpEPAOpAddEMPEntryInputParameters - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Parameters/example-epa-op-add-emp-entry-input-parameters-1> a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-epa-op-add-emp-entry-input-parameters-1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-add-emp-entry-input-parameters|1.3.0" ;
       fhir:index 0 ;
       fhir:link <https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-add-emp-entry-input-parameters|1.3.0>
     ]
  ] ;
  fhir:Parameters.parameter [
     fhir:index 0 ;
     fhir:Parameters.parameter.name [ fhir:value "acknowledgedChronologyId" ] ;
     fhir:Parameters.parameter.valueId [ fhir:value "0b383501-f078-464b-b984-9fdb6751601b" ]
  ], [
     fhir:index 1 ;
     fhir:Parameters.parameter.name [ fhir:value "medication" ] ;
     fhir:Parameters.parameter.part [
       fhir:index 0 ;
       fhir:Parameters.parameter.name [ fhir:value "resource" ] ;
       fhir:Parameters.parameter.resource [
         a fhir:Medication ;
         fhir:Resource.id [ fhir:value "1193c409-3df4-4b55-b672-811665aaa1b7" ] ;
         fhir:Resource.meta [
           fhir:Meta.profile [
             fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/emp-medication|1.3.0" ;
             fhir:index 0 ;
             fhir:link <https://gematik.de/fhir/epa-medication/StructureDefinition/emp-medication|1.3.0>
           ]
         ] ;
         fhir:DomainResource.extension [
           fhir:index 0 ;
           fhir:Extension.url [ fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/context-extension" ] ;
           fhir:Extension.valueCode [ fhir:value "EMP" ]
         ], [
           fhir:index 1 ;
           fhir:Extension.url [ fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-type-extension" ] ;
           fhir:Extension.valueCoding [
             a sct:763158003 ;
             fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
             fhir:Coding.code [ fhir:value "763158003" ]
           ]
         ], [
           fhir:index 2 ;
           fhir:Extension.url [ fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/drug-category-extension" ] ;
           fhir:Extension.valueCoding [
             fhir:Coding.system [ fhir:value "https://gematik.de/fhir/epa-medication/CodeSystem/epa-drug-category-cs" ] ;
             fhir:Coding.code [ fhir:value "00" ]
           ]
         ], [
           fhir:index 3 ;
           fhir:Extension.url [ fhir:value "http://fhir.de/StructureDefinition/normgroesse" ] ;
           fhir:Extension.valueCode [ fhir:value "N3" ]
         ], [
           fhir:index 4 ;
           fhir:Extension.url [ fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/medication-id-vaccine-extension" ] ;
           fhir:Extension.valueBoolean [ fhir:value "false"^^xsd:boolean ]
         ] ;
         fhir:Medication.code [
           fhir:CodeableConcept.coding [
             fhir:index 0 ;
             fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/ifa/pzn" ] ;
             fhir:Coding.code [ fhir:value "04351736" ] ;
             fhir:Coding.display [ fhir:value "Benazepril AL 20mg 98 Filmtabletten N3" ]
           ] ;
           fhir:CodeableConcept.text [ fhir:value "Benazepril AL 20mg 98 Filmtabletten N3" ]
         ] ;
         fhir:Medication.status [ fhir:value "active" ] ;
         fhir:Medication.form [
           fhir:CodeableConcept.coding [
             fhir:index 0 ;
             fhir:Coding.system [ fhir:value "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM" ] ;
             fhir:Coding.code [ fhir:value "FTA" ]
           ]
         ] ;
         fhir:Medication.amount [
           fhir:Ratio.numerator [
             fhir:Element.extension [
               fhir:index 0 ;
               fhir:Extension.url [ fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/medication-total-quantity-formulation-extension" ] ;
               fhir:Extension.valueString [ fhir:value "98" ]
             ] ;
             fhir:Quantity.unit [ fhir:value "Stück" ]
           ] ;
           fhir:Ratio.denominator [
             fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]
           ]
         ] ;
         fhir:Medication.ingredient [
           fhir:index 0 ;
           fhir:Medication.ingredient.itemCodeableConcept [
             fhir:CodeableConcept.coding [
               fhir:index 0 ;
               fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/ask" ] ;
               fhir:Coding.code [ fhir:value "23413" ]
             ] ;
             fhir:CodeableConcept.text [ fhir:value "Benazepril hydrochlorid" ]
           ] ;
           fhir:Medication.ingredient.strength [
             fhir:Ratio.numerator [
               fhir:Quantity.value [ fhir:value "20"^^xsd:decimal ] ;
               fhir:Quantity.unit [ fhir:value "mg" ]
             ] ;
             fhir:Ratio.denominator [
               fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
               fhir:Quantity.unit [ fhir:value "Filmtbl." ]
             ]
           ]
         ]
       ]
     ]
  ], [
     fhir:index 2 ;
     fhir:Parameters.parameter.name [ fhir:value "empEntry" ] ;
     fhir:Parameters.parameter.resource [
       a fhir:MedicationRequest ;
       fhir:Resource.id [ fhir:value "881f3c6d-20e6-443e-b7dc-580a40fa3d14" ] ;
       fhir:Resource.meta [
         fhir:Meta.profile [
           fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/emp-medication-request|1.3.1" ;
           fhir:index 0 ;
           fhir:link <https://gematik.de/fhir/epa-medication/StructureDefinition/emp-medication-request|1.3.1>
         ]
       ] ;
       fhir:DomainResource.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/context-extension" ] ;
         fhir:Extension.valueCode [ fhir:value "EMP" ]
       ], [
         fhir:index 1 ;
         fhir:Extension.url [ fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/reason-patient-instruction-extension" ] ;
         fhir:Extension.valueString [ fhir:value "Bluthochdruck" ]
       ], [
         fhir:index 2 ;
         fhir:Extension.url [ fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/patient-note-extension" ] ;
         fhir:Extension.valueAnnotation [
           fhir:Annotation.text [ fhir:value "Benazepril kann anfangs Schwindel verursachen - daher zuerst in Ruhe einnehmen und Autofahren vermeiden." ]
         ]
       ], [
         fhir:index 3 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.effectiveDosePeriod" ] ;
         fhir:Extension.valuePeriod [
           fhir:Period.start [ fhir:value "2026-12-01"^^xsd:date ]
         ]
       ], [
         fhir:index 4 ;
         fhir:Extension.url [ fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/emp-origin-medication-extension" ] ;
         fhir:Extension.valueReference [
           fhir:link <http://hl7.org/fhir/Medication/13c66845-d0ce-43e1-9b0b-884cbbe8df7f> ;
           fhir:Reference.reference [ fhir:value "Medication/13c66845-d0ce-43e1-9b0b-884cbbe8df7f" ]
         ]
       ], [
         fhir:index 5 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.renderedDosageInstruction" ] ;
         fhir:Extension.valueMarkdown [ fhir:value "1-0-1-0 Stück" ]
       ], [
         fhir:index 6 ;
         fhir:Element.extension [
           fhir:index 0 ;
           fhir:Extension.url [ fhir:value "algorithmVersion" ] ;
           fhir:Extension.valueString [ fhir:value "1.0.1" ]
         ], [
           fhir:index 1 ;
           fhir:Extension.url [ fhir:value "language" ] ;
           fhir:Extension.valueCode [ fhir:value "de-DE" ]
         ] ;
         fhir:Extension.url [ fhir:value "http://ig.fhir.de/igs/medication/StructureDefinition/GeneratedDosageInstructionsMeta" ]
       ] ;
       fhir:MedicationRequest.status [ fhir:value "active" ] ;
       fhir:MedicationRequest.intent [ fhir:value "plan" ] ;
       fhir:MedicationRequest.medicationReference [
         fhir:link <http://hl7.org/fhir/Medication/1193c409-3df4-4b55-b672-811665aaa1b7> ;
         fhir:Reference.reference [ fhir:value "Medication/1193c409-3df4-4b55-b672-811665aaa1b7" ]
       ] ;
       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 "2026-12-01"^^xsd:date ] ;
       fhir:MedicationRequest.note [
         fhir:index 0 ;
         fhir:Annotation.text [ fhir:value "Hinweis für den LE" ]
       ] ;
       fhir:MedicationRequest.dosageInstruction [
         fhir:index 0 ;
         fhir:Dosage.timing [
           fhir:Timing.repeat [
             fhir:Timing.repeat.frequency [ fhir:value "2"^^xsd:positiveInteger ] ;
             fhir:Timing.repeat.period [ fhir:value "1"^^xsd:decimal ] ;
             fhir:Timing.repeat.periodUnit [ fhir:value "d" ] ;
             fhir:Timing.repeat.when [
               fhir:value "MORN" ;
               fhir:index 0
             ], [
               fhir:value "EVE" ;
               fhir:index 1
             ]
           ]
         ] ;
         fhir:Dosage.doseAndRate [
           fhir:index 0 ;
           fhir:Dosage.doseAndRate.doseQuantity [
             fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
             fhir:Quantity.unit [ fhir:value "Stück" ] ;
             fhir:Quantity.system [ fhir:value "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT" ] ;
             fhir:Quantity.code [ fhir:value "1" ]
           ]
         ]
       ]
     ]
  ] .

<http://hl7.org/fhir/Medication/13c66845-d0ce-43e1-9b0b-884cbbe8df7f> a fhir:Medication .

<http://hl7.org/fhir/Medication/1193c409-3df4-4b55-b672-811665aaa1b7> a fhir:Medication .

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

<http://hl7.org/fhir/Parameters/example-epa-op-add-emp-entry-input-parameters-1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Parameters/example-epa-op-add-emp-entry-input-parameters-1.ttl> .