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

FHIR IG analytics

Packagede.gematik.epa.medication
Resource TypeMedicationStatement
IdMedicationStatement-Technical-Exp-NachtragEmpMedicationStatementEml.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MedicationStatement Technical-Exp-NachtragEmpMedicationStatementEml

ContextExtension: MANUAL

basedOn: MedicationRequest: extension = ,1-0-1-0 Stück,,EMP; identifier = https://gematik.de/fhir/sid/emp-identifier#41cdeeaf-60a7-4b7c-bb26-7fb682e8c3ba; status = active; intent = plan; medication[x] = ->Medication 0123456789; authoredOn = 2026-01-01

status: Unknown

medication: Medication 0123456789

subject: Identifier: Krankenversichertennummer/A123456789

effective: 2026-01-01 --> (ongoing)


Source1

{
  "resourceType": "MedicationStatement",
  "id": "Technical-Exp-NachtragEmpMedicationStatementEml",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-statement|1.3.0"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://gematik.de/fhir/epa-medication/StructureDefinition/context-extension",
      "valueCode": "MANUAL"
    }
  ],
  "basedOn": [
    {
      "extension": [
        {
          "url": "https://gematik.de/fhir/epa-medication/StructureDefinition/is-emp-extension",
          "valueBoolean": true
        }
      ],
      "reference": "MedicationRequest/Technical-Exp-NachtragEmpMedicationRequestEmp"
    }
  ],
  "status": "unknown",
  "medicationReference": {
    "reference": "Medication/Technical-Exp-NachtragEmpMedicationEml"
  },
  "subject": {
    "identifier": {
      "type": {
        "coding": [
          {
            "system": "http://fhir.de/CodeSystem/identifier-type-de-basis",
            "code": "KVZ10"
          }
        ]
      },
      "system": "http://fhir.de/sid/gkv/kvid-10",
      "value": "A123456789"
    }
  },
  "effectivePeriod": {
    "start": "2026-01-01"
  }
}