Implementation Guide
ePA Medication Service
Version 1.1.5 - release

: EPA Medication Service OperationOutcome Code System - TTL Representation

Active as of 2025-05-28

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-ms-operation-outcome-details"] ; # 
  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-ms-operation-outcome-details</b></p><a name=\"epa-ms-operation-outcome-details\"> </a><a name=\"hcepa-ms-operation-outcome-details\"> </a><a name=\"epa-ms-operation-outcome-details-de-DE\"> </a><p>This case-sensitive code system <code>https://gematik.de/fhir/epa-medication/CodeSystem/epa-ms-operation-outcome-details</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">MEDICATIONSVC_NO_VALID_STRUCTURE<a name=\"epa-ms-operation-outcome-details-MEDICATIONSVC_NO_VALID_STRUCTURE\"> </a></td><td>Invalid Data Structure in Medication Service</td></tr><tr><td style=\"white-space:nowrap\">MEDICATIONSVC_PRESCRIPTION_NO_EXIST<a name=\"epa-ms-operation-outcome-details-MEDICATIONSVC_PRESCRIPTION_NO_EXIST\"> </a></td><td>Prescription Not Found in Medication Service</td></tr><tr><td style=\"white-space:nowrap\">MEDICATIONSVC_PRESCRIPTION_DUPLICATE<a name=\"epa-ms-operation-outcome-details-MEDICATIONSVC_PRESCRIPTION_DUPLICATE\"> </a></td><td>Duplicate Prescription Detected in Medication Service</td></tr><tr><td style=\"white-space:nowrap\">MEDICATIONSVC_PRESCRIPTION_STATUS<a name=\"epa-ms-operation-outcome-details-MEDICATIONSVC_PRESCRIPTION_STATUS\"> </a></td><td>Operation Not Permitted on Current Prescription Status</td></tr><tr><td style=\"white-space:nowrap\">MEDICATIONSVC_DISPENSATION_NO_EXIST<a name=\"epa-ms-operation-outcome-details-MEDICATIONSVC_DISPENSATION_NO_EXIST\"> </a></td><td>Dispensation Not Found in Medication Service</td></tr><tr><td style=\"white-space:nowrap\">MEDICATIONSVC_DISPENSATION_STATUS<a name=\"epa-ms-operation-outcome-details-MEDICATIONSVC_DISPENSATION_STATUS\"> </a></td><td>Operation Not Permitted on Current Dispensation Status</td></tr><tr><td style=\"white-space:nowrap\">MEDICATIONSVC_OPERATION_SUCCESS<a name=\"epa-ms-operation-outcome-details-MEDICATIONSVC_OPERATION_SUCCESS\"> </a></td><td>Operation Successfully Completed in Medication Service</td></tr><tr><td style=\"white-space:nowrap\">MEDICATIONSVC_PARAMETERS_REFERENCE_NO_EXIST<a name=\"epa-ms-operation-outcome-details-MEDICATIONSVC_PARAMETERS_REFERENCE_NO_EXIST\"> </a></td><td>Unresolved Reference in Parameters</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://gematik.de/fhir/epa-medication/CodeSystem/epa-ms-operation-outcome-details"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.1.5"] ; # 
  fhir:name [ fhir:v "EPAMSOperationOutcomeDetailsCS"] ; # 
  fhir:title [ fhir:v "EPA Medication Service OperationOutcome Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-05-28"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "gematik GmbH"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "gematik GmbH" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.gematik.de" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "patientteam [ at ] gematik.de" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "EPA Medication Service Operation Outcome Code System"] ; # 
  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 "8"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "MEDICATIONSVC_NO_VALID_STRUCTURE" ] ;
fhir:display [ fhir:v "Invalid Data Structure in Medication Service" ]
  ] [
fhir:code [ fhir:v "MEDICATIONSVC_PRESCRIPTION_NO_EXIST" ] ;
fhir:display [ fhir:v "Prescription Not Found in Medication Service" ]
  ] [
fhir:code [ fhir:v "MEDICATIONSVC_PRESCRIPTION_DUPLICATE" ] ;
fhir:display [ fhir:v "Duplicate Prescription Detected in Medication Service" ]
  ] [
fhir:code [ fhir:v "MEDICATIONSVC_PRESCRIPTION_STATUS" ] ;
fhir:display [ fhir:v "Operation Not Permitted on Current Prescription Status" ]
  ] [
fhir:code [ fhir:v "MEDICATIONSVC_DISPENSATION_NO_EXIST" ] ;
fhir:display [ fhir:v "Dispensation Not Found in Medication Service" ]
  ] [
fhir:code [ fhir:v "MEDICATIONSVC_DISPENSATION_STATUS" ] ;
fhir:display [ fhir:v "Operation Not Permitted on Current Dispensation Status" ]
  ] [
fhir:code [ fhir:v "MEDICATIONSVC_OPERATION_SUCCESS" ] ;
fhir:display [ fhir:v "Operation Successfully Completed in Medication Service" ]
  ] [
fhir:code [ fhir:v "MEDICATIONSVC_PARAMETERS_REFERENCE_NO_EXIST" ] ;
fhir:display [ fhir:v "Unresolved Reference in Parameters" ]
  ] ) . #