{
  "resourceType" : "MedicationAdministration",
  "id" : "cas1-medadm-02",
  "meta" : {
    "profile" : ["https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/StructureDefinition/edsh-medication-administration"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : AdministrationMédicaments cas1-medadm-02</b></p><a name=\"cas1-medadm-02\"> </a><a name=\"hccas1-medadm-02\"> </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\">Profil: <a href=\"StructureDefinition-edsh-medication-administration.html\">Prise de médicaments</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes :\">Ticagrelor 180mg</span></p><p><b>subject</b>: <a href=\"Patient-cas1-pat-01.html\">Marie Dupont  Female, Date de Naissance :1965-09-21 ( NIR)</a></p><p><b>effective</b>: 2024-01-10 12:06:00+0000 --&gt; 2024-01-10 12:10:00+0000</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes :\">20053000</span></td><td>180 mg<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMmg = 'mg')</span></td></tr></table></div>"
  },
  "status" : "completed",
  "medicationCodeableConcept" : {
    "coding" : [{
      "code" : "B01AC24",
      "display" : "Ticagrelor 180mg"
    }]
  },
  "subject" : {
    "reference" : "Patient/cas1-pat-01"
  },
  "effectivePeriod" : {
    "start" : "2024-01-10T12:06:00.000Z",
    "end" : "2024-01-10T12:10:00.000Z"
  },
  "dosage" : {
    "route" : {
      "coding" : [{
        "code" : "20053000"
      }]
    },
    "dose" : {
      "value" : 180,
      "unit" : "mg",
      "system" : "http://unitsofmeasure.org",
      "code" : "mg"
    }
  }
}