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

FHIR IG analytics

Packagede.gematik.erp-t-prescription
Resource TypeMedicationDispense
IdMedicationDispense-ExampleMedicationDispense-T.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: MedicationDispense ExampleMedicationDispense-T

status: Completed

medication: Medication 19201712

Performers

-Actor
*Identifier: https://gematik.de/fhir/sid/telematik-id/3-07.2.1234560000.10.789

quantity: 10 Tablette

whenHandedOver: 2026-04-02

DosageInstructions

-Text
*1-1-1-1 nach Bedarf

Source1

{
  "resourceType": "MedicationDispense",
  "id": "ExampleMedicationDispense-T",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/erp-t-prescription/StructureDefinition/erp-tprescription-medication-dispense"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationReference": {
    "reference": "Medication/ExampleMedication2-Pomalidomid-T"
  },
  "performer": [
    {
      "actor": {
        "identifier": {
          "system": "https://gematik.de/fhir/sid/telematik-id",
          "value": "3-07.2.1234560000.10.789"
        }
      }
    }
  ],
  "quantity": {
    "value": 10,
    "unit": "Tablette"
  },
  "whenHandedOver": "2026-04-02",
  "dosageInstruction": [
    {
      "text": "1-1-1-1 nach Bedarf"
    }
  ]
}