This page is part of the 臺灣核心實作指引(TW Core IG) (v0.2.2: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
<Procedure xmlns="http://hl7.org/fhir">
<id value="pro-appendectomy-example"/>
<meta>
<profile
value="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Procedure-twcore"/>
</meta>
<text>
<status value="generated"/>
<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>
</text>
<status value="completed"/>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="80146002"/>
<display value="Appendectomy"/>
</coding>
<text value="闌尾切除術"/>
</code>
<subject>🔗
<reference value="Patient/pat-example"/>
</subject>
<performedDateTime value="2023-11-10T14:00:00Z"/>
<outcome>
<coding>
<system value="http://snomed.info/sct"/>
<code value="300309008"/>
<display value="Appendix absent"/>
</coding>
<text value="闌尾成功切除"/>
</outcome>
<followUp>
<coding>
<system value="http://snomed.info/sct"/>
<code value="274474001"/>
<display value="Bone immobilization"/>
</coding>
</followUp>
</Procedure>