FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-med-dis-inflamed-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
配藥的狀態:Completed ( MedicationDispense Status Codes#completed)
配藥的分類: Inpatient ( MedicationDispense Category Codes#inpatient)
配藥的類型:Daily Fill ( V3 Value SetActPharmacySupplyType#DF)
藥品:鹽酸四環素眼藥膏 ( 臺灣藥品許可證#內衛藥製字第006008號)
病人:Patient/pat-example "陳加玲"
配藥者:Practitioner/pra-phc-example "陳耀詩"
配藥資料:
藥品總劑量:1 Topical Cream ( OrderableDrugForm#TOPCRM)
藥品天數:7 days
藥品使用方法:每天早晚擦拭傷口處
藥品包裝和審核時間:2022-08-01T09:30:00
藥品發放的時間:2022-08-01T10:00:00
藥品替代資料:
配藥是否與處方要求不同:none ( SubstanceAdminSubstitution#N)
替代原因:formulary policy ( ActReason#FP)
{
"resourceType": "MedicationDispense",
"id": "med-dis-inflamed-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MedicationDispense-twcore"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category",
"code": "inpatient"
}
]
},
"medicationCodeableConcept": {
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-fda-tw",
"code": "內衛藥製字第006008號",
"display": "鹽酸四環素眼藥膏"
}
],
"text": "鹽酸四環素眼藥膏"
},
"subject": {
"reference": "Patient/pat-example"
},
"context": {
"reference": "Encounter/enc-example"
},
"performer": [
{
"actor": {
"reference": "Practitioner/pra-phc-example"
}
}
],
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "DF",
"display": "Daily Fill"
}
]
},
"quantity": {
"value": 1,
"unit": "Topical Cream",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code": "TOPCRM"
},
"daysSupply": {
"value": 7,
"unit": "days"
},
"whenPrepared": "2022-08-01T09:30:00+08:00",
"whenHandedOver": "2022-08-01T10:00:00+08:00",
"dosageInstruction": [
{
"text": "每天早晚擦拭傷口處",
"timing": {
"repeat": {
"frequency": 2,
"period": 1,
"periodUnit": "d"
}
}
}
],
"substitution": {
"wasSubstituted": false,
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-substanceAdminSubstitution",
"code": "N",
"display": "none"
}
]
},
"reason": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "FP",
"display": "formulary policy"
}
]
}
]
}
}