fhir-react
Version:
React component library for displaying FHIR Resources
91 lines • 3.36 kB
JSON
{
"resourceType": "MedicationDispense",
"id": "meddisp001",
"text": {
"status": "generated",
"div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: meddisp001</p><p><b>status</b>: completed</p><p><b>patient</b>: <a>Patient/example</a></p><p><b>dispenser</b>: <a>Practitioner/example</a></p><p><b>authorizingPrescription</b>: <a>MedicationOrder/medrx001</a></p><p><b>type</b>: First Fill - Part Fill <span>(Details : {http:hl7.org/fhir code 'FFP' = '??', given as 'First Fill - Part Fill'})</span></p><p><b>quantity</b>: 90 Tablet<span> (Details: http://unitsofmeasure.org code tbl = '??')</span></p><p><b>daysSupply</b>: 90 Day<span> (Details: http://unitsofmeasure.org code D = '??')</span></p><p><b>medication</b>: <a>prescribed medication</a></p><p><b>whenPrepared</b>: 02/03/2015 3:20:00 AM</p><p><b>whenHandedOver</b>: 02/03/2015 4:15:00 AM</p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>AdditionalInstructions</b></td><td><b>Timing</b></td><td><b>Site[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>With or after food <span>(Details : {SNOMED CT code '311504000' = '311504000', given as 'With or after food'})</span></td><td>Do Once per 1 days</td><td>Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></td><td>Oral Route <span>(Details : {SNOMED CT code '26643006' = '26643006', given as 'Oral Route'})</span></td><td>1 tbl<span> (Details: http://unitsofmeasure.org code tbl = '??')</span></td></tr></table></div>"
},
"status": "completed",
"patient": {
"reference": "Patient/example"
},
"dispenser": {
"reference": "Practitioner/example"
},
"authorizingPrescription": [
{
"reference": "MedicationOrder/medrx001"
}
],
"type": {
"coding": [
{
"system": "http:hl7.org/fhir",
"code": "FFP",
"display": "First Fill - Part Fill"
}
]
},
"quantity": {
"value": 90,
"unit": "Tablet",
"system": "http://unitsofmeasure.org",
"code": "tbl"
},
"daysSupply": {
"value": 90,
"unit": "Day",
"system": "http://unitsofmeasure.org",
"code": "D"
},
"medicationReference": {
"reference": "Medication/medexample005",
"display": "prescribed medication"
},
"whenPrepared": "2015-03-01T16:20:00Z",
"whenHandedOver": "2015-03-01T17:15:00Z",
"dosageInstruction": [
{
"additionalInstructions": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "311504000",
"display": "With or after food"
}
]
},
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnits": "d"
}
},
"siteCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "181220002",
"display": "Entire oral cavity"
}
]
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral Route"
}
]
},
"doseQuantity": {
"value": 1,
"unit": "tbl",
"system": "http://unitsofmeasure.org",
"code": "tbl"
}
}
]
}