臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 0.3.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cctwFHIRterm/MOHW_TWCoreIG_Build/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Procedure",
"id" : "pro-appendectomy-example",
"meta" : {
"profile" : [
🔗 "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Procedure-twcore"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>處置或手術基本資料</b></h3><p><b>處置或手術狀態</b>:completed</p><p><b>處置或手術的識別碼</b>:闌尾切除術(Appendectomy) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#80146002)</span></p><p><b>病人</b>:<a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>執行時間</b>:2023-11-10T14:00:00</p><p><b>處置或手術的結果識別碼</b>:闌尾成功切除(Appendix absent) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#300309008)</span></p><p><b>追蹤說明識別碼</b>: Bone immobilization <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#274474001)</span></p></div>"
},
"status" : "completed",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "80146002",
"display" : "Appendectomy"
}
],
"text" : "闌尾切除術"
},
"subject" : {
🔗 "reference" : "Patient/pat-example"
},
"performedDateTime" : "2023-11-10T14:00:00Z",
"outcome" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "300309008",
"display" : "Appendix absent"
}
],
"text" : "闌尾成功切除"
},
"followUp" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "274474001",
"display" : "Bone immobilization"
}
]
}
]
}