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-NachtragEmlMedicationStatement.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-NachtragEmlMedicationStatement

ContextExtension: MANUAL

status: Unknown

medication: Medication 0123456789

subject: Identifier: Krankenversichertennummer/A123456789

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


Source1

{
  "resourceType": "MedicationStatement",
  "id": "Technical-Exp-NachtragEmlMedicationStatement",
  "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"
    }
  ],
  "status": "unknown",
  "medicationReference": {
    "reference": "Medication/Technical-Exp-NachtragEmlMedication"
  },
  "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"
  }
}