FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.gematik.epa.medication
Resource TypeCodeSystem
IdCodeSystem-context-code.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.epa.medication@1.3.0&canonical=https://gematik.de/fhir/epa-medication/CodeSystem/context-code
URLhttps://gematik.de/fhir/epa-medication/CodeSystem/context-code
Version1.3.0
Statusactive
Date2025-12-15
NameContextCodeCS
TitleContext Codes
Realmde
DescriptionCodes that define the context of a resource instance in the ePA context
Copyrightgematik GmbH / Dieses Artefakt ist lizenziert unter [Apache License](./license.html), Version 2.0.
Contentcomplete

Resources that use this resource

ValueSet
context-codeContext Codes
epa-medicationstatement-context-codeePA MedicationStatement Context Codes

Resources that this resource uses

No resources found


Narrative

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:

CodeDisplayDefinitionDeutsch (Deutschland) (German (Germany), de)
PRESCRIPTION PrescriptionBelongs to ePrescription processVerschreibung
MANUAL Manual EntryIs a manual entryNachtrag
EMP eMPElectronic medication planeMP

Source1

{
  "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"
        }
      ]
    }
  ]
}