臺灣長期照顧實作指引(TW LTC IG)
1.0.0 - STU 1.0.0
臺灣長期照顧實作指引(TW LTC IG), published by 經濟部產業發展署. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Lorex/TWLongTermCare_IG_Build/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Task",
"id" : "ltc-task-cancel-example",
"meta" : {
"profile" : [
🔗 "http://ltc-ig.fhir.tw/StructureDefinition/LTCTaskFeeAudit"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task ltc-task-cancel-example</b></p><a name=\"ltc-task-cancel-example\"> </a><a name=\"hcltc-task-cancel-example\"> </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-LTCTaskFeeAudit.html\">長照支付審查-申報交易任務</a></p></div><p><b>identifier</b>: <code>http://ltc-ig.fhir.tw/identifier/feeaudit/yyyymm</code>/201901</p><p><b>groupIdentifier</b>: <code>http://ltc-ig.fhir.tw/identifier/feeaudit/trans-no</code>/C0001</p><p><b>status</b>: Completed</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-feeaudit-api-function appCancel}\">服務單位撤回</span></p><p><b>authoredOn</b>: 2019-02-12 16:45:00+0800</p><p><b>requester</b>: <a href=\"Organization-ltc-organization-example.html\">Organization 新北市私立安康老人長期照顧中心(養護型)</a></p><p><b>note</b>: </p><blockquote><div><p>來源系統別(source_system):TranCareCenter</p>\n</div></blockquote><blockquote><p><b>input</b></p><p><b>type</b>: <span title=\"Codes:\">縣市代碼</span></p><p><b>value</b>: 65000</p></blockquote><blockquote><p><b>input</b></p><p><b>type</b>: <span title=\"Codes:\">核銷案號</span></p><p><b>value</b>: C01001</p></blockquote><h3>Outputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">批次處理結果</span></td><td>服務紀錄撤回完成!</td></tr></table></div>"
},
"identifier" : [
{
"system" : "http://ltc-ig.fhir.tw/identifier/feeaudit/yyyymm",
"value" : "201901"
}
],
"groupIdentifier" : {
"system" : "http://ltc-ig.fhir.tw/identifier/feeaudit/trans-no",
"value" : "C0001"
},
"status" : "completed",
"intent" : "order",
"code" : {
"coding" : [
{
"system" : "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-feeaudit-api-function",
"code" : "appCancel",
"display" : "服務單位撤回"
}
]
},
"authoredOn" : "2019-02-12T16:45:00+08:00",
"requester" : {
🔗 "reference" : "Organization/ltc-organization-example"
},
"note" : [
{
"text" : "來源系統別(source_system):TranCareCenter"
}
],
"input" : [
{
"type" : {
"text" : "縣市代碼"
},
"valueString" : "65000"
},
{
"type" : {
"text" : "核銷案號"
},
"valueString" : "C01001"
}
],
"output" : [
{
"type" : {
"text" : "批次處理結果"
},
"valueString" : "服務紀錄撤回完成!"
}
]
}