Implementation Guide
ePA Medication Service
Version 1.3.5 - release

: Technical-Exp-NachtragEmpMedicationStatementEml - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/MedicationStatement/Technical-Exp-NachtragEmpMedicationStatementEml> a fhir:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Technical-Exp-NachtragEmpMedicationStatementEml"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-statement|1.3.0" ;
       fhir:index 0 ;
       fhir:link <https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-statement|1.3.0>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement Technical-Exp-NachtragEmpMedicationStatementEml</b></p><a name=\"Technical-Exp-NachtragEmpMedicationStatementEml\"> </a><a name=\"hcTechnical-Exp-NachtragEmpMedicationStatementEml\"> </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-epa-medication-statement.html\">EPA MedicationStatement</a> version: 1.3.2</p></div><p><b>ContextExtension</b>: MANUAL</p><p><b>basedOn</b>: <a href=\"MedicationRequest-Technical-Exp-NachtragEmpMedicationRequestEmp.html\">MedicationRequest: extension = ,1-0-1-0 Stück,,EMP; identifier = https://gematik.de/fhir/sid/emp-identifier#41cdeeaf-60a7-4b7c-bb26-7fb682e8c3ba; status = active; intent = plan; medication[x] = -&gt;Medication 0123456789; authoredOn = 2026-01-01</a></p><p><b>status</b>: Unknown</p><p><b>medication</b>: <a href=\"Medication-Technical-Exp-NachtragEmpMedicationEml.html\">Medication 0123456789</a></p><p><b>subject</b>: Identifier: Krankenversichertennummer/A123456789</p><p><b>effective</b>: 2026-01-01 --&gt; (ongoing)</p></div>"
  ] ;
  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 "MANUAL" ]
  ] ;
  fhir:MedicationStatement.basedOn [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/MedicationRequest/Technical-Exp-NachtragEmpMedicationRequestEmp> ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/is-emp-extension" ] ;
       fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ]
     ] ;
     fhir:Reference.reference [ fhir:value "MedicationRequest/Technical-Exp-NachtragEmpMedicationRequestEmp" ]
  ] ;
  fhir:MedicationStatement.status [ fhir:value "unknown"] ;
  fhir:MedicationStatement.medicationReference [
     fhir:link <http://hl7.org/fhir/Medication/Technical-Exp-NachtragEmpMedicationEml> ;
     fhir:Reference.reference [ fhir:value "Medication/Technical-Exp-NachtragEmpMedicationEml" ]
  ] ;
  fhir:MedicationStatement.subject [
     fhir:Reference.identifier [
       fhir:Identifier.type [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/identifier-type-de-basis" ] ;
           fhir:Coding.code [ fhir:value "KVZ10" ]
         ]
       ] ;
       fhir:Identifier.system [ fhir:value "http://fhir.de/sid/gkv/kvid-10" ] ;
       fhir:Identifier.value [ fhir:value "A123456789" ]
     ]
  ] ;
  fhir:MedicationStatement.effectivePeriod [
     fhir:Period.start [ fhir:value "2026-01-01"^^xsd:date ]
  ] .

<http://hl7.org/fhir/MedicationRequest/Technical-Exp-NachtragEmpMedicationRequestEmp> a fhir:MedicationRequest .

<http://hl7.org/fhir/Medication/Technical-Exp-NachtragEmpMedicationEml> a fhir:Medication .

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

<http://hl7.org/fhir/MedicationStatement/Technical-Exp-NachtragEmpMedicationStatementEml.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/MedicationStatement/Technical-Exp-NachtragEmpMedicationStatementEml.ttl> .