FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
This value set expansion contains 3 concepts.
| System | Code | Display | Definition |
https://gematik.de/fhir/epa-medication/CodeSystem/context-code | PRESCRIPTION | Prescription | Belongs to ePrescription process |
https://gematik.de/fhir/epa-medication/CodeSystem/context-code | MANUAL | Manual Entry | Is a manual entry |
https://gematik.de/fhir/epa-medication/CodeSystem/context-code | EMP | eMP | Electronic medication plan |
Additional Language Displays
| Code | Deutsch (Deutschland) (German (Germany), de) |
| PRESCRIPTION | Verschreibung |
| MANUAL | Nachtrag |
| EMP | eMP |
Source1
{
"resourceType": "ValueSet",
"id": "context-code",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://gematik.de/fhir/epa-medication/ValueSet/context-code",
"version": "1.3.0",
"name": "ContextCodeVS",
"title": "Context Codes",
"status": "active",
"experimental": false,
"date": "2025-12-15",
"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"
}
]
}
],
"immutable": false,
"copyright": "gematik GmbH / Dieses Artefakt ist lizenziert unter [Apache License](./license.html), Version 2.0.",
"compose": {
"include": [
{
"system": "https://gematik.de/fhir/epa-medication/CodeSystem/context-code"
}
]
},
"expansion": {
"timestamp": "2025-07-24",
"contains": [
{
"system": "https://gematik.de/fhir/epa-medication/CodeSystem/context-code",
"code": "PRESCRIPTION",
"display": "Prescription",
"designation": [
{
"language": "de-DE",
"value": "Verschreibung"
}
]
},
{
"system": "https://gematik.de/fhir/epa-medication/CodeSystem/context-code",
"code": "MANUAL",
"display": "Manual Entry",
"designation": [
{
"language": "de-DE",
"value": "Nachtrag"
}
]
},
{
"system": "https://gematik.de/fhir/epa-medication/CodeSystem/context-code",
"code": "EMP",
"display": "eMP",
"designation": [
{
"language": "de-DE",
"value": "eMP"
}
]
}
]
}
}