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

: EPA MedicationStatement Processing Codes - TTL Representation

Draft as of 2025-08-01

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "epa-medicationstatement-processing-event-code"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem epa-medicationstatement-processing-event-code</b></p><a name=\"epa-medicationstatement-processing-event-code\"> </a><a name=\"hcepa-medicationstatement-processing-event-code\"> </a><p>This case-sensitive code system <code>https://gematik.de/fhir/epa-medication/CodeSystem/epa-medicationstatement-processing-event-code</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Deutsch (Deutschland) (German (Germany), de)</b></td></tr><tr><td style=\"white-space:nowrap\">LINKING_NOT_SUCCESSFUL<a name=\"epa-medicationstatement-processing-event-code-LINKING_NOT_SUCCESSFUL\"> </a></td><td>eMP linking not successful</td><td>MedicationStatement could not be linked to an eMP-Entry successfully</td><td>Fehlerhafte eMP Zuordnung</td></tr><tr><td style=\"white-space:nowrap\">UNLINKING_NOT_SUCCESSFUL<a name=\"epa-medicationstatement-processing-event-code-UNLINKING_NOT_SUCCESSFUL\"> </a></td><td>eMP unlinking not successful</td><td>MedicationStatement could not be unlinked from an eMP-Entry successfully</td><td>Fehlerhafte Aufhebung der eMP-Verknüpfung</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://gematik.de/fhir/epa-medication/CodeSystem/epa-medicationstatement-processing-event-code"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.2.0-ballot.1"] ; # 
  fhir:name [ fhir:v "EPAMedicationStatementProcessingEventCodeCS"] ; # 
  fhir:title [ fhir:v "EPA MedicationStatement Processing Codes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-08-01"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "gematik GmbH"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.gematik.de" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes that define events that occur during processing of an EMPMedicationStatement"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DE" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "LINKING_NOT_SUCCESSFUL" ] ;
fhir:display [ fhir:v "eMP linking not successful" ] ;
fhir:definition [ fhir:v "MedicationStatement could not be linked to an eMP-Entry successfully" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Fehlerhafte eMP Zuordnung" ]     ] )
  ] [
fhir:code [ fhir:v "UNLINKING_NOT_SUCCESSFUL" ] ;
fhir:display [ fhir:v "eMP unlinking not successful" ] ;
fhir:definition [ fhir:v "MedicationStatement could not be unlinked from an eMP-Entry successfully" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Fehlerhafte Aufhebung der eMP-Verknüpfung" ]     ] )
  ] ) . #