: Context Codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "context-code",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem context-code</b></p><a name=\"context-code\"> </a><a name=\"hccontext-code\"> </a><p>This case-sensitive code system <code>https://gematik.de/fhir/epa-medication/CodeSystem/context-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\">PRESCRIPTION<a name=\"context-code-PRESCRIPTION\"> </a></td><td>Prescription</td><td>Belongs to ePrescription process</td><td>Verschreibung</td></tr><tr><td style=\"white-space:nowrap\">MANUAL<a name=\"context-code-MANUAL\"> </a></td><td>Manual Entry</td><td>Is a manual entry</td><td>Nachtrag</td></tr><tr><td style=\"white-space:nowrap\">EMP<a name=\"context-code-EMP\"> </a></td><td>eMP</td><td>Electronic medication plan</td><td>eMP</td></tr></table></div>"
},
"url" : "https://gematik.de/fhir/epa-medication/CodeSystem/context-code",
"version" : "1.2.0-ballot.1",
"name" : "ContextCodeCS",
"title" : "Context 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 the context of a resource instance in the ePA context",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "DE"
}
]
}
],
"caseSensitive" : true,
"valueSet" : "https://gematik.de/fhir/epa-medication/ValueSet/context-code",
"content" : "complete",
"count" : 3,
"concept" : [
{
"code" : "PRESCRIPTION",
"display" : "Prescription",
"definition" : "Belongs to ePrescription process",
"designation" : [
{
"language" : "de-DE",
"value" : "Verschreibung"
}
]
},
{
"code" : "MANUAL",
"display" : "Manual Entry",
"definition" : "Is a manual entry",
"designation" : [
{
"language" : "de-DE",
"value" : "Nachtrag"
}
]
},
{
"code" : "EMP",
"display" : "eMP",
"definition" : "Electronic medication plan",
"designation" : [
{
"language" : "de-DE",
"value" : "eMP"
}
]
}
]
}