example

MedicationRequest Sample :

{
	"resourceType": "MedicationRequest",
	"id": "13f0823f-d3d8-40c2-9155-10e098a48b0f",
	"meta": {
		"profile": [
			"http://roche.com/fhir/iop/StructureDefinition/MedicationRequest"
		]
	},
	"status": "active",
	"intent": "789480007_recommended_bolu", // bolus activation type 
	"medication": {
		"concept": {
			"coding": [
				{
					"system": "http://snomed.info/sct",
					"code": "67866001_short_acting",
					"display": "67866001_short_acting"
				}
			]
		}
	},
	"subject": {
		"reference": "Patient/34605fdc-74aa-4587-a5f0-92e6c5f64527"
	},
	"authoredOn": "2020-02-27T11:14:00+00:00",
	"performer": [
		{
			"reference": "Device/5f0990b9-1be2-4f69-9621-028b6abdf1b5"
		}
	],
	"dosageInstruction": [
		{
			"method": {
				"coding": [
					{
						"system": "http://roche.com/fhir/iop/cs",
						"code": "789480007_bolus_standard",
						"display": "789480007_bolus_standard"
					}
				]
			},
			"doseAndRate": [
				{
					"type": {
						"coding": [
							{
								"system": "http://roche.com/fhir/iop/cs",
								"code": "789480007_correction_bolus_recommended",
								"display": "789480007_correction_bolus_recommended"
							}
						]
					},
					"doseQuantity": {
						"value": 3,
						"unit": "[iU]",
						"system": "http://unitsofmeasure.org",
						"code": "[iU]"
					}
				},
				{
					"type": {
						"coding": [
							{
								"system": "http://roche.com/fhir/iop/cs",
								"code": "789480007_meal_bolus_recommended",
								"display": "789480007_meal_bolus_recommended"
							}
						]
					},
					"doseQuantity": {
						"value": 2,
						"unit": "[iU]",
						"system": "http://unitsofmeasure.org",
						"code": "[iU]"
					}
				},
				{
					"type": {
						"coding": [
							{
								"system": "http://roche.com/fhir/iop/cs",
								"code": "789480007_total_bolus_recommended",
								"display": "789480007_total_bolus_recommended"
							}
						]
					},
					"doseQuantity": {
						"value": 5,
						"unit": "[iU]",
						"system": "http://unitsofmeasure.org",
						"code": "[iU]"
					}
				},
				{
					"type": {
						"coding": [
							{
								"system": "http://roche.com/fhir/iop/cs",
								"code": "789480007_correction_bolus_selected",
								"display": "789480007_correction_bolus_selected"
							}
						]
					},
					"doseQuantity": {
						"value": 3,
						"unit": "[iU]",
						"system": "http://unitsofmeasure.org",
						"code": "[iU]"
					}
				},
				{
					"type": {
						"coding": [
							{
								"system": "http://roche.com/fhir/iop/cs",
								"code": "789480007_meal_bolus_selected",
								"display": "789480007_meal_bolus_selected"
							}
						]
					},
					"doseQuantity": {
						"value": 2,
						"unit": "[iU]",
						"system": "http://unitsofmeasure.org",
						"code": "[iU]"
					}
				},
				{
					"type": {
						"coding": [
							{
								"system": "http://roche.com/fhir/iop/cs",
								"code": "789480007_total_bolus_selected",
								"display": "789480007_total_bolus_selected"
							}
						]
					},
					"doseQuantity": {
						"value": 5,
						"unit": "[iU]",
						"system": "http://unitsofmeasure.org",
						"code": "[iU]"
					}
				},
				{
					"type": {
						"coding": [
							{
								"system": "http://roche.com/fhir/iop/cs",
								"code": "789480007_correction_bolus_confirmed",
								"display": "789480007_correction_bolus_confirmed"
							}
						]
					},
					"doseQuantity": {
						"value": 3,
						"unit": "[iU]",
						"system": "http://unitsofmeasure.org",
						"code": "[iU]"
					}
				},
				{
					"type": {
						"coding": [
							{
								"system": "http://roche.com/fhir/iop/cs",
								"code": "789480007_meal_bolus_confirmed",
								"display": "789480007_meal_bolus_confirmed"
							}
						]
					},
					"doseQuantity": {
						"value": 2,
						"unit": "[iU]",
						"system": "http://unitsofmeasure.org",
						"code": "[iU]"
					}
				},
				{
					"type": {
						"coding": [
							{
								"system": "http://roche.com/fhir/iop/cs",
								"code": "789480007_total_bolus_confirmed",
								"display": "789480007_total_bolus_confirmed"
							}
						]
					},
					"doseQuantity": {
						"value": 5,
						"unit": "[iU]",
						"system": "http://unitsofmeasure.org",
						"code": "[iU]"
					}
				}
				}
			]
		}
	]
}