1{ 2 "resourceType": "MedicationStatement", 3 "id": "medicationstatement-3", 4 "status": "active", 5 "category": { 6 "coding": [ 7 { 8 "system": "http://terminology.hl7.org/CodeSystem/medication-statement-category", 9 "code": "community", 10 "display": "Community" 11 } 12 ] 13 }, 14 "medicationReference": { 15 "reference": "Patient/medication-unk", 16 "display": "Paracetamol 500mg tab" 17 }, 18 "subject": { 19 "reference": "Patient/patient-1", 20 "display": "Example, Anne" 21 }, 22 "context": { 23 "reference": "Encounter/encounter-1", 24 "type": "Encounter" 25 }, 26 "effectivePeriod": { 27 "start": "2023-06-14" 28 }, 29 "dateAsserted": "2023-11-04", 30 "informationSource": { 31 "reference": "Patient/patient-1", 32 "display": "Example, Anne" 33 }, 34 "reasonReference": [ 35 { 36 "reference": "Condition/condition-1", 37 "type": "Condition" 38 } 39 ], 40 "dosage": [ 41 { 42 "sequence": 1, 43 "text": "1 tablet once daily with evening meal", 44 "asNeededBoolean": true, 45 "timing": { 46 "repeat": { 47 "frequency": 4, 48 "period": 1, 49 "periodUnit": "d" 50 } 51 }, 52 "route": { 53 "coding": [ 54 { 55 "system": "http://snomed.info/sct", 56 "code": "26643006", 57 "display": "Oral Route" 58 } 59 ] 60 }, 61 "doseAndRate": [ 62 { 63 "type": { 64 "coding": [ 65 { 66 "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type", 67 "code": "ordered", 68 "display": "Ordered" 69 } 70 ] 71 }, 72 "doseQuantity": { 73 "value": 2, 74 "unit": "TAB", 75 "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm", 76 "code": "TAB" 77 } 78 } 79 ], 80 "maxDosePerAdministration": { 81 "value": 1, 82 "unit": "g", 83 "system": "http://unitsofmeasure.org", 84 "code": "g" 85 } 86 } 87 ] 88}