: EPA MedicationStatement Processing Codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "epa-medicationstatement-processing-event-code",
"text" : {
"status" : "generated",
"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>"
},
"url" : "https://gematik.de/fhir/epa-medication/CodeSystem/epa-medicationstatement-processing-event-code",
"version" : "1.2.0-ballot.1",
"name" : "EPAMedicationStatementProcessingEventCodeCS",
"title" : "EPA MedicationStatement Processing Codes",
"status" : "draft",
"experimental" : false,
"date" : "2025-08-01",
"publisher" : "gematik GmbH",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "https://www.gematik.de"
}
]
}
],
"description" : "Codes that define events that occur during processing of an EMPMedicationStatement",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "DE"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "LINKING_NOT_SUCCESSFUL",
"display" : "eMP linking not successful",
"definition" : "MedicationStatement could not be linked to an eMP-Entry successfully",
"designation" : [
{
"language" : "de-DE",
"value" : "Fehlerhafte eMP Zuordnung"
}
]
},
{
"code" : "UNLINKING_NOT_SUCCESSFUL",
"display" : "eMP unlinking not successful",
"definition" : "MedicationStatement could not be unlinked from an eMP-Entry successfully",
"designation" : [
{
"language" : "de-DE",
"value" : "Fehlerhafte Aufhebung der eMP-Verknüpfung"
}
]
}
]
}