FHIR IG analytics| Package | tw.cohesion.fhir.clinemr |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-MedicationRequestMCR-min.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-min
就醫事件:Encounter/EncounterMCR-min
藥品調劑方式:磨粉
藥品使用頻率:TIDPC ( HL7 TimingAbbreviation + 臺灣健保署藥品使用頻率值集#TID)
用藥部位:胃部
用藥開始時間:2010-04-01
用藥結束時間:2010-04-03
服藥天數:3d
藥品服用方法:口服 ( 臺灣衛福部統計處給藥途徑#PO)
用量:250
用量單位:mg
藥品總用量:2250mg
{
"resourceType": "MedicationRequest",
"id": "MedicationRequestMCR-min",
"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-min"
},
"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": 3,
"durationUnit": "d"
},
"code": {
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-frequency-nhi-tw",
"code": "TID",
"display": "每日三次"
}
],
"text": "TIDPC"
}
},
"site": {
"text": "胃部"
},
"route": {
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-path-tw",
"code": "PO",
"display": "口眼"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 250,
"unit": "mg"
}
}
]
}
],
"dispenseRequest": {
"quantity": {
"value": 2250,
"unit": "mg"
}
}
}