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:ValueSet ;
  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: ValueSet 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 value set expansion contains 2 concepts.</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>System</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\"><a name=\"epa-medicationstatement-processing-event-code-https://gematik.de/fhir/epa-medication/CodeSystem/epa-medicationstatement-processing-event-code-LINKING_NOT_SUCCESSFUL\"> </a>  <a href=\"CodeSystem-epa-medicationstatement-processing-event-code.html#epa-medicationstatement-processing-event-code-LINKING_NOT_SUCCESSFUL\">LINKING_NOT_SUCCESSFUL</a></td><td>https://gematik.de/fhir/epa-medication/CodeSystem/epa-medicationstatement-processing-event-code</td><td>eMP linking not successful</td><td>MedicationStatement could not be linked to an eMP-Entry successfully</td></tr><tr><td style=\"white-space:nowrap\"><a name=\"epa-medicationstatement-processing-event-code-https://gematik.de/fhir/epa-medication/CodeSystem/epa-medicationstatement-processing-event-code-UNLINKING_NOT_SUCCESSFUL\"> </a>  <a href=\"CodeSystem-epa-medicationstatement-processing-event-code.html#epa-medicationstatement-processing-event-code-UNLINKING_NOT_SUCCESSFUL\">UNLINKING_NOT_SUCCESSFUL</a></td><td>https://gematik.de/fhir/epa-medication/CodeSystem/epa-medicationstatement-processing-event-code</td><td>eMP unlinking not successful</td><td>MedicationStatement could not be unlinked from an eMP-Entry successfully</td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Deutsch (Deutschland) (German (Germany), de)</b></td></tr><tr><td>LINKING_NOT_SUCCESSFUL</td><td>Fehlerhafte eMP Zuordnung</td></tr><tr><td>UNLINKING_NOT_SUCCESSFUL</td><td>Fehlerhafte Aufhebung der eMP-Verknüpfung</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://gematik.de/fhir/epa-medication/ValueSet/epa-medicationstatement-processing-event-code"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.2.0-ballot.1"] ; # 
  fhir:name [ fhir:v "EPAMedicationStatementProcessingEventCodeVS"] ; # 
  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:immutable [ fhir:v false] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://gematik.de/fhir/epa-medication/CodeSystem/epa-medicationstatement-processing-event-code"^^xsd:anyURI ]     ] )
  ] ; # 
  fhir:expansion [
fhir:timestamp [ fhir:v "2025-07-24"^^xsd:date ] ;
    ( fhir:contains [
fhir:system [ fhir:v "https://gematik.de/fhir/epa-medication/CodeSystem/epa-medicationstatement-processing-event-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LINKING_NOT_SUCCESSFUL" ] ;
fhir:display [ fhir:v "eMP linking not successful" ] ;
      ( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Fehlerhafte eMP Zuordnung" ]       ] )     ] [
fhir:system [ fhir:v "https://gematik.de/fhir/epa-medication/CodeSystem/epa-medicationstatement-processing-event-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "UNLINKING_NOT_SUCCESSFUL" ] ;
fhir:display [ fhir:v "eMP unlinking not successful" ] ;
      ( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Fehlerhafte Aufhebung der eMP-Verknüpfung" ]       ] )     ] )
  ] . #