ELGA e-Medikation (R4) ENTWURF
0.1.1 - ci-build

ELGA e-Medikation (R4) ENTWURF - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AtEmedMedicationDispense-Beispiel - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationDispense",
  "id" : "AtEmedExampleMedicationDispense01",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-medicationdispense"🔗 ,
      "http://hl7.eu/fhir/mpd/StructureDefinition/MedicationDispense-eu-mpd"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense AtEmedExampleMedicationDispense01</b></p><a name=\"AtEmedExampleMedicationDispense01\"> </a><a name=\"hcAtEmedExampleMedicationDispense01\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-at-emed-medicationdispense.html\">ELGA e-Medikation Abgabe</a>, <a href=\"http://hl7.eu/fhir/mpd/0.1.0-ballot/StructureDefinition-MedicationDispense-eu-mpd.html\">MedicationDispense: MPD</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"http://hl7.eu/fhir/mpd/0.1.0-ballot/Medication-01C-Cefuroxime1500Branded.html\">Cefuroxime MIP 1500 mg, powder for solution for injection/infusion. N10.</a></p><p><b>subject</b>: <a href=\"Patient-AtEmedExamplePatient01.html\">Max Mustermann  Male, DoB: 1900-01-01 ( Social Security number: 1234010100)</a></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://hl7.eu/fhir/mpd/0.1.0-ballot/PractitionerRole-pharmacist1.html\">PractitionerRole Pharmacist</a></td></tr></table><p><b>authorizingPrescription</b>: <a href=\"http://hl7.eu/fhir/mpd/0.1.0-ballot/MedicationRequest-400C-prescription-cefuroxime-singleline.html\">MedicationRequest: identifier = 10-123EP; status = active; intent = order; authoredOn = 2024-12-06</a></p><p><b>quantity</b>: 1 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code1 = '1')</span></p><p><b>daysSupply</b>: 3 day(s)<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  coded = 'd')</span></p><p><b>whenHandedOver</b>: 2024-12-06 19:54:00+0000</p></div>"
  },
  "status" : "completed",
  "medicationReference" : {
    "reference" : "Medication/01C-Cefuroxime1500Branded",
    "display" : "Cefuroxime MIP 1500 mg, powder for solution for injection/infusion. N10."
  },
  "subject" : {
    🔗 "reference" : "Patient/AtEmedExamplePatient01"
  },
  "performer" : [
    {
      "actor" : {
        "reference" : "PractitionerRole/pharmacist1"
      }
    }
  ],
  "authorizingPrescription" : [
    {
      "reference" : "MedicationRequest/400C-prescription-cefuroxime-singleline"
    }
  ],
  "quantity" : {
    "value" : 1,
    "system" : "http://unitsofmeasure.org",
    "code" : "1"
  },
  "daysSupply" : {
    "value" : 3,
    "unit" : "day(s)",
    "system" : "http://unitsofmeasure.org",
    "code" : "d"
  },
  "whenHandedOver" : "2024-12-06T19:54:00Z"
}