臺灣核心實作指引(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
<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>