FHIR IG analytics| Package | de.gematik.epa.medication |
| Resource Type | CodeSystem |
| Id | CodeSystem-context-code.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=de.gematik.epa.medication@1.3.0&canonical=https://gematik.de/fhir/epa-medication/CodeSystem/context-code |
| URL | https://gematik.de/fhir/epa-medication/CodeSystem/context-code |
| Version | 1.3.0 |
| Status | active |
| Date | 2025-12-15 |
| Name | ContextCodeCS |
| Title | Context Codes |
| Realm | de |
| Description | Codes that define the context of a resource instance in the ePA context |
| Copyright | gematik GmbH / Dieses Artefakt ist lizenziert unter [Apache License](./license.html), Version 2.0. |
| Content | complete |
| ValueSet | |
| context-code | Context Codes |
| epa-medicationstatement-context-code | ePA MedicationStatement Context Codes |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem context-code
This case-sensitive code system https://gematik.de/fhir/epa-medication/CodeSystem/context-code defines the following codes:
{
"resourceType": "CodeSystem",
"id": "context-code",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://gematik.de/fhir/epa-medication/CodeSystem/context-code",
"version": "1.3.0",
"name": "ContextCodeCS",
"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"
}
]
}
],
"copyright": "gematik GmbH / Dieses Artefakt ist lizenziert unter [Apache License](./license.html), Version 2.0.",
"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"
}
]
}
]
}