example

Insulin Sample bolus - Long-acting insulin : (non - commercial drug - use case)

{
   "resourceType": "MedicationAdministration", // Resource name value in FHIR for this profile
	"id": "b64c021d-cc28-43cc-be20-d26ce983deee",
		  "meta": { // used for validation of the profile
		"profile": [
		"http://roche.com/fhir/iop/StructureDefinition/MedicationAdministration"
		]
	},
	"status": "completed",
	"medication" : {
    "concept" : {
      "coding" : [
			{
			"system": "http://snomed.info/sct",
			"code": "67866001_long_acting",
			"display": "67866001_long_acting"
	  	}
		]
    },
	"subject": {
		"reference": "Patient/34605fdc-74aa-4587-a5f0-92e6c5f64527"
	},
	"occurenceDateTime": "2020-02-27T11:14:00+00:00",
	"performer": [{
		"actor": {
			 "reference" : {
        "reference" : "Device/5f0990b9-1be2-4f69-9621-028b6abdf1b5",
      }
		}
	}],
	  "request": {
		"reference": "MedicationRequest/13f0823f-d3d8-40c2-9155-10e098a48b0f"
	},
	"dosage": {
		"dose": {
			"value": "3.0",
			"unit": "[iU]",
			"system": "http://unitsofmeasure.org",
			"code": "[iU]"
		}
	}
}