{
  "resourceType" : "MedicationAdministration",
  "id" : "ADM-001",
  "meta" : {
    "profile" : ["http://fhir.ehdsi.eu/hdr/StructureDefinition/medicationAdministration-hdr-myhealtheu"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Medication Administration</div>"
  },
  "status" : "completed",
  "medicationCodeableConcept" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "322236009",
      "display" : "Paracetamol 500 mg oral tablet"
    }]
  },
  "subject" : {
    "reference" : "urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
  },
  "effectiveDateTime" : "2025-05-27T08:30:00+02:00",
  "performer" : [{
    "actor" : {
      "reference" : "urn:uuid:b06b2c2c-15dd-4e58-b27e-37326ba51407"
    }
  }],
  "reasonCode" : [{
    "coding" : [{
      "system" : "http://hl7.org/fhir/sid/icd-10",
      "code" : "R50.9",
      "display" : "Fever, unspecified"
    }]
  }],
  "dosage" : {
    "text" : "Take one tablet orally every 6 hours as needed for fever.",
    "route" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "26643006",
        "display" : "Oral route"
      }]
    },
    "dose" : {
      "value" : 500,
      "unit" : "milligram",
      "system" : "http://unitsofmeasure.org",
      "code" : "mg"
    }
  }
}