臺灣電子處方箋與調劑單張實作指引(TW EMPD IG)
0.2.1 - ci-build
臺灣電子處方箋與調劑單張實作指引(TW EMPD IG), published by NHI. This guide is not an authorized publication; it is the continuous build for version 0.2.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TWNHIFHIR/empd/ and changes regularly. See the Directory of published versions
{
"resourceType" : "MedicationRequest",
"id" : "med-req-08-ep",
"meta" : {
"profile" : [
🔗 "https://nhicore.nhi.gov.tw/empd/StructureDefinition/MedicationRequest-EMPD"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest med-req-08-ep</b></p><a name=\"med-req-08-ep\"> </a><a name=\"hcmed-req-08-ep\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicationRequest-EMPD.html\">電子處方箋-處方內容(MedicationRequest)</a></p></div><p><b>Extension-給藥總日份</b>: 1</p><p><b>identifier</b>: <code>https://nhicore.nhi.gov.tw/empd/identifier/prescription</code>/Med000005, 1</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{https://nhicore.nhi.gov.tw/empd/CodeSystem/TypeOfPrescription-cs A}\">一般處方箋:處方用藥,一次給予7日(含)以下之用藥量</span>, <span title=\"Codes:{https://nhicore.nhi.gov.tw/empd/CodeSystem/OrderType-cs 3}\">特殊材料</span>, <span title=\"Codes:{https://nhicore.nhi.gov.tw/empd/CodeSystem/SelfpayStatus-cs 00}\">自費</span></p><p><b>medication</b>: <span title=\"Codes:{https://nhicore.nhi.gov.tw/empd/CodeSystem/NonNHIMaterial-cs CBZ001650001}\">“賽禾醫療”冠狀動脈血管內碎石術導管</span></p><p><b>subject</b>: <a href=\"Patient-pat-ep.html\">甄○康(official) Female, DoB: 1985-01-02 ( Medical record number\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>insurance</b>: <a href=\"Coverage-cov-01-ep.html\">Coverage: extension = 普通疾病; status = active; type = 健保</a></p><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ValidityPeriod</b></td><td><b>NumberOfRepeatsAllowed</b></td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td>2026-08-24 --> 2026-08-26</td><td>0</td><td>1 each</td></tr></table></div>"
},
"extension" : [
{
"url" : "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Extension-TotalDuration",
"valuePositiveInt" : 1
}
],
"identifier" : [
{
"system" : "https://nhicore.nhi.gov.tw/empd/identifier/prescription",
"value" : "Med000005"
},
{
"value" : "1"
}
],
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "https://nhicore.nhi.gov.tw/empd/CodeSystem/TypeOfPrescription-cs",
"code" : "A"
}
]
},
{
"coding" : [
{
"system" : "https://nhicore.nhi.gov.tw/empd/CodeSystem/OrderType-cs",
"code" : "3"
}
]
},
{
"coding" : [
{
"system" : "https://nhicore.nhi.gov.tw/empd/CodeSystem/SelfpayStatus-cs",
"code" : "00",
"display" : "自費"
}
]
}
],
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "https://nhicore.nhi.gov.tw/empd/CodeSystem/NonNHIMaterial-cs",
"code" : "CBZ001650001",
"display" : "“賽禾醫療”冠狀動脈血管內碎石術導管"
}
]
},
"subject" : {
🔗 "reference" : "Patient/pat-ep"
},
"insurance" : [
{
🔗 "reference" : "Coverage/cov-01-ep"
}
],
"dispenseRequest" : {
"validityPeriod" : {
"start" : "2026-08-24",
"end" : "2026-08-26"
},
"numberOfRepeatsAllowed" : 0,
"quantity" : {
"value" : 1,
"unit" : "each"
}
}
}