Sha256: a0769e3e7c7d08b9eb1943e5dc80e347ed7e2fdc80f10c2b193d550c93ce657c
Contents?: true
Size: 1.99 KB
Versions: 10
Compression:
Stored size: 1.99 KB
Contents
{ "resourceType": "MedicationRequest", "id": "medrx0327", "identifier": [ { "use": "official", "system": "http://www.bmc.nl/portal/prescriptions", "value": "12345689" } ], "status": "active", "intent": "order", "medicationCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "333919005", "display": "Fentanyl 25micrograms/hour patch (product)" } ] }, "subject": { "reference": "Patient/pat1", "display": "Donald Duck" }, "authoredOn": "2015-01-15", "requester": { "reference": "Practitioner/f007", "display": "Patrick Pump" }, "dosageInstruction": [ { "sequence": 1, "text": "apply one patch three times per week", "timing": { "repeat": { "frequency": 3, "period": 1, "periodUnit": "wk" } }, "doseAndRate": [ { "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type", "code": "ordered", "display": "Ordered" } ] }, "doseQuantity": { "value": 1, "unit": "patch", "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm", "code": "patch" } } ] } ], "dispenseRequest": { "validityPeriod": { "start": "2015-01-15", "end": "2016-01-15" }, "quantity": { "value": 6, "unit": "patch", "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm", "code": "patch" }, "expectedSupplyDuration": { "value": 14, "unit": "days", "system": "http://unitsofmeasure.org", "code": "d" } }, "meta": { "tag": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason", "code": "HTEST", "display": "test health data" } ] } }
Version data entries
10 entries across 10 versions & 1 rubygems