MyHealth@Eu Hospital Discharge Report
9.1.0 - qa-preview 150

MyHealth@Eu Hospital Discharge Report - Local Development build (v9.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MedicationDispense - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationDispense",
  "id" : "DISP-001",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ehdsi.eu/hdr/StructureDefinition/medicationDispense-hdr-myhealtheu"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Medication Dispense</div>"
  },
  "status" : "completed",
  "statusReasonCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "code" : "UNK",
        "display" : "unknown"
      }
    ]
  },
  "medicationReference" : {
    🔗 "reference" : "Medication/1234567890"
  },
  "subject" : {
    "reference" : "urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
  },
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "Practitioner/b06b2c2c-15dd-4e58-b27e-37326ba51407"
      }
    }
  ],
  "authorizingPrescription" : [
    {
      🔗 "reference" : "MedicationRequest/ExampleMedicationRequestHdr"
    }
  ],
  "quantity" : {
    "value" : 40,
    "unit" : "milligram per 24 hour",
    "system" : "http://unitsofmeasure.org",
    "code" : "mg/(24.h)"
  },
  "daysSupply" : {
    "value" : 5,
    "unit" : "day",
    "system" : "http://unitsofmeasure.org",
    "code" : "d"
  },
  "whenHandedOver" : "2024-04-26T10:00:00+01:00",
  "receiver" : [
    {
      "reference" : "urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
    }
  ],
  "dosageInstruction" : [
    {
      "sequence" : 1,
      "text" : "Take 1 tablet by mouth twice a day for 5 days",
      "timing" : {
        "repeat" : {
          "count" : 10,
          "frequency" : 2,
          "period" : 1,
          "periodUnit" : "d"
        },
        "code" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-TimingEvent",
              "code" : "ACM",
              "display" : "ACM"
            }
          ]
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://standardterms.edqm.eu",
            "code" : "20053000",
            "display" : "Oral use"
          }
        ]
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "unit" : "tablet",
            "system" : "http://unitsofmeasure.org",
            "code" : "{tbl}"
          }
        }
      ]
    }
  ]
}