Sha256: 72d1f50222c3993a15c52d54206d0ac807a5badbf79eb90d22702e6ae5dad4a7
Contents?: true
Size: 1.73 KB
Versions: 13
Compression:
Stored size: 1.73 KB
Contents
{ "resourceType": "Medication", "id": "medexample004", "text": { "fhir_comments": [ " this example is fully popluated " ], "status": "generated", "div": "<div>Amoxicillin 250mg/5ml Powder for Suspension</div>" }, "code": { "coding": [ { "system": "http://www.fda.gov/Drugs/InformationOnDrugs/ucm142438.htm", "code": "54569-2931", "display": "Amoxicillin Powder, for Suspension 250mg/5ml" } ] }, "isBrand": true, "manufacturer": { "reference": "http://www.a-smeds.com/fhirresource/1" }, "product": { "form": { "coding": [ { "system": "http://snomed.info/sct", "code": "42108003", "display": "Powder for Suspension" } ] }, "ingredient": [ { "item": { "display": "Amoxicillin" }, "amount": { "numerator": { "value": 250, "system": "http://unitsofmeasure.org", "code": "mg" }, "denominator": { "value": 5, "system": "http://unitsofmeasure.org", "code": "mL" } } } ], "batch": [ { "lotNumber": "12345", "expirationDate": "2018-12-22" } ] }, "package": { "container": { "coding": [ { "system": "http://snomed.info/sct", "code": "419672006", "display": "Bottle - unit of product usage" } ] }, "content": [ { "item": { "reference": "MedicationExample14" }, "amount": { "value": 7.5, "unit": "gm", "system": "http://unitsofmeasure.org" } } ] } }
Version data entries
13 entries across 13 versions & 1 rubygems