FHIR IG analytics| Package | tw.cohesion.fhir.clinemr |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-MedicationRequestTCMCR-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/PatientTCMCR-min "陳美真"
藥品:Medication/MedicationTCMCR-pro
就醫事件:Encounter/EncounterTCMCR-min
藥品調劑方式:先煎
藥品使用頻率:每日三次且睡前一次 ( HL7 TimingAbbreviation #QID)
用藥開始時間:2010-04-01
用藥結束時間:2010-04-03
服藥天數:3d
藥品服用方法:口服 ( 臺灣衛福部統計處給藥途徑#PO)
用量:1
用量單位:g
藥品總用量:12g
包數:12
{
"resourceType": "MedicationRequest",
"id": "MedicationRequestTCMCR-pro",
"meta": {
"profile": [
"https://fhir.cohesiondata.com/clinemr/StructureDefinition/medicationrequest-tcmcr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://fhir.cohesiondata.com/clinemr/StructureDefinition/cohesion-packageNumber",
"valueInteger": 12
}
],
"status": "completed",
"intent": "order",
"medicationReference": {
"reference": "Medication/MedicationTCMCR-min"
},
"subject": {
"reference": "Patient/PatientTCMCR-min"
},
"encounter": {
"reference": "Encounter/EncounterTCMCR-min"
},
"note": [
{
"text": "先煎"
}
],
"dosageInstruction": [
{
"timing": {
"repeat": {
"boundsPeriod": {
"start": "2010-04-01",
"end": "2010-04-03"
},
"duration": 3,
"durationUnit": "d"
},
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation",
"code": "QID",
"display": "QID"
}
],
"text": "一天四次,三餐飯後與睡前"
}
},
"route": {
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-path-tw",
"code": "PO",
"display": "口眼"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "g"
}
}
]
}
],
"dispenseRequest": {
"quantity": {
"value": 12,
"unit": "g"
}
}
}