{
  "resourceType" : "MedicationAdministration",
  "id" : "medicationadministration-oseltamivir",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-11-29T02:03:28.045+00:00",
    "profile" : ["http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-medicationadministration"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>MedicationAdministration Narrative</b></p></div>"
  },
  "status" : "completed",
  "medicationCodeableConcept" : {
    "coding" : [{
      "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
      "code" : "312122",
      "display" : "oseltamivir 75 MG Oral Capsule"
    }]
  },
  "subject" : {
    "reference" : "Patient/patient-respnet-eve-everywoman",
    "display" : "Eve Everywoman"
  },
  "effectivePeriod" : {
    "start" : "2023-10-01T04:30:00+01:00",
    "end" : "2023-10-05T14:30:00+01:00"
  },
  "performer" : [{
    "actor" : {
      "reference" : "Practitioner/practitioner-us-core-henry-seven"
    }
  }],
  "dosage" : {
    "text" : "75mg twice a day for 5 days",
    "route" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "26643006",
        "display" : "Oral use"
      }]
    },
    "dose" : {
      "value" : 75,
      "unit" : "mg",
      "system" : "http://unitsofmeasure.org",
      "code" : "mg"
    }
  }
}