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

FHIR IG analytics

Packagehl7.at.fhir.elga.aps.r4
Resource TypeMedicationDispense
IdMedicationDispense-AtApsExampleMedicationDispense01.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 AtApsExampleMedicationDispense01

status: Completed

medication: Ramipril 5mg Kapseln

subject: Maria Musterfrau

Performers

-Actor
*Amadeus Spital

authorizingPrescription: Verordnung Ramipril

quantity: 30 Kapseln

daysSupply: 30 Tage (Details: UCUM coded = 'd')

whenHandedOver: 2024-10-15 09:30:00+0100

DosageInstructions

-TextTimingRoute
*1 Kapsel täglich morgensOnce per 1 dayOral use

Source1

{
  "resourceType": "MedicationDispense",
  "id": "AtApsExampleMedicationDispense01",
  "meta": {
    "profile": [
      "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-medicationdispense"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationReference": {
    "reference": "Medication/AtApsExampleMedication01",
    "display": "Ramipril 5mg Kapseln"
  },
  "subject": {
    "reference": "Patient/at-aps-example-patient-01",
    "display": "Maria Musterfrau"
  },
  "performer": [
    {
      "actor": {
        "reference": "Organization/AtApsExampleOrganization01",
        "display": "Amadeus Spital"
      }
    }
  ],
  "authorizingPrescription": [
    {
      "reference": "MedicationRequest/AtApsExampleMedicationRequest01",
      "display": "Verordnung Ramipril"
    }
  ],
  "quantity": {
    "value": 30,
    "unit": "Kapseln"
  },
  "daysSupply": {
    "value": 30,
    "unit": "Tage",
    "system": "http://unitsofmeasure.org",
    "code": "d"
  },
  "whenHandedOver": "2024-10-15T09:30:00+01:00",
  "dosageInstruction": [
    {
      "text": "1 Kapsel täglich morgens",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral use"
          }
        ]
      }
    }
  ]
}