1{ 2 "resourceType": "Medication", 3 "id": "medication-1", 4 "identifier": [ 5 { 6 "use": "usual", 7 "system": "urn:oid:1.2.345.6789", 8 "value": "10001" 9 } 10 ], 11 "code": { 12 "coding": [ 13 { 14 "system": "http://snomed.info/sct", 15 "code": "1145423002", 16 "display": "Azithromycin 250 mg oral tablet" 17 }, 18 { 19 "system": "http://www.nlm.nih.gov/research/umls/rxnorm", 20 "code": "308460", 21 "display": "azithromycin 250 MG Oral Tablet" 22 }, 23 { 24 "system": "http://www.nlm.nih.gov/research/umls/rxnorm", 25 "code": "212446", 26 "display": "Zithromax 250 MG Oral Tablet" 27 } 28 ] 29 }, 30 "form": { 31 "coding": [ 32 { 33 "system": "http://snomed.info/sct", 34 "code": "385055001", 35 "display": "Tablet" 36 }, 37 { 38 "system": "urn:oid:1.2.345.6789", 39 "code": "TABS", 40 "display": "tablet" 41 } 42 ], 43 "text": "tablet" 44 }, 45 "ingredient": [ 46 { 47 "itemCodeableConcept": { 48 "coding": [ 49 { 50 "system": "http://www.nlm.nih.gov/research/umls/rxnorm", 51 "code": "18631", 52 "display": "azithromycin" 53 } 54 ] 55 }, 56 "isActive": true, 57 "strength": { 58 "numerator": { 59 "value": 250, 60 "system": "http://unitsofmeasure.org", 61 "code": "mg" 62 }, 63 "denominator": { 64 "value": 1, 65 "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm", 66 "code": "TAB" 67 } 68 } 69 } 70 ], 71 "batch": { 72 "lotNumber": "123456", 73 "expirationDate": "2025-07-31" 74 } 75}