FHIR IG analytics| Package | tw.gov.mohw.emr |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-med-dis-01-ds.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationDispense med-dis-01-ds
identifier: 3, 7
status: Preparation
medication: Medication YEN KUANG EYE DROPS
subject: 甄○康(official) Female, DoB: 1985-01-02 ( Medical record number: Z199999829 (use: official, ))
quantity: 6 顆
daysSupply: 10 Day (Details: UCUM coded = 'd')
note: A, 否
dosageInstruction
timing: Code , 4
route: 口服
DoseAndRates
Dose[x] 1.0 顆
| WasSubstituted | Reason |
| true | 不可替代時始需註明 |
{
"resourceType": "MedicationDispense",
"id": "med-dis-01-ds",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/MedicationDispense-DS"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "3"
},
{
"value": "7"
}
],
"status": "preparation",
"medicationReference": {
"reference": "Medication/med-01-ds"
},
"subject": {
"reference": "Patient/pat-ds"
},
"quantity": {
"value": 6,
"unit": "顆"
},
"daysSupply": {
"value": 10,
"unit": "Day",
"system": "http://unitsofmeasure.org",
"code": "d"
},
"note": [
{
"text": "A"
},
{
"text": "否"
}
],
"dosageInstruction": [
{
"timing": {
"repeat": {
"frequency": 4
},
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation",
"code": "PM",
"display": "PM"
}
]
}
},
"route": {
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-path-tw",
"code": "PO"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "顆"
}
}
]
}
],
"substitution": {
"wasSubstituted": true,
"reason": [
{
"text": "不可替代時始需註明"
}
]
}
}