FHIR IG analytics| Package | tw.cohesion.fhir.clinemr |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-MedicationRequestMCR-pro.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
藥品請求的狀態:Completed ( MedicationRequest Status Reason Codes#completed)
藥品請求的意圖:Order ( medicationRequest Intent#order)
病人:Patient/PatientMCR-min "張睿寧"
藥品:Medication/MedicationMCR-pro
就醫事件:Encounter/EncounterMCR-min
藥品調劑方式:磨粉
藥品使用頻率:BID ( HL7 TimingAbbreviation + 臺灣健保署藥品使用頻率值集#BID)
用藥部位:胃部
用藥開始時間:2010-04-01
用藥結束時間:2010-04-03
服藥天數:5d
藥品服用方法:口服 ( 臺灣衛福部統計處給藥途徑#PO)
用量:45
用量單位:mg
藥品總用量:4500mg
{
"resourceType": "MedicationRequest",
"id": "MedicationRequestMCR-pro",
"meta": {
"profile": [
"https://fhir.cohesiondata.com/clinemr/StructureDefinition/medicationrequest-clinemr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"intent": "order",
"medicationReference": {
"reference": "Medication/MedicationMCR-pro"
},
"subject": {
"reference": "Patient/PatientMCR-min"
},
"encounter": {
"reference": "Encounter/EncounterMCR-min"
},
"note": [
{
"text": "磨粉"
}
],
"dosageInstruction": [
{
"timing": {
"repeat": {
"boundsPeriod": {
"start": "2010-04-01",
"end": "2010-04-03"
},
"duration": 5,
"durationUnit": "d"
},
"code": {
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-frequency-nhi-tw",
"code": "BID",
"display": "每日二次"
}
],
"text": "BID"
}
},
"site": {
"text": "胃部"
},
"route": {
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-path-tw",
"code": "PO",
"display": "口眼"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 45,
"unit": "mg"
}
}
]
}
],
"dispenseRequest": {
"quantity": {
"value": 4500,
"unit": "mg"
}
}
}