電子病歷交換單張實作指引(EMR-IG)
0.1.0 - ci-build

This page is part of the 電子病歷交換單張實作指引(EMR-IG) (v0.1.0: 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 example - XML Representation

Raw xml | Download



<Procedure xmlns="http://hl7.org/fhir">
  <id value="TWCoreProcedure"/>
  <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"><p class="res-header-id"><b>Generated Narrative: Procedure TWCoreProcedure</b></p><a name="TWCoreProcedure"> </a><a name="hcTWCoreProcedure"> </a><a name="TWCoreProcedure-en-US"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title="Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-pcs-2021-tw BW24ZZZ}">胸部腹部CT</span></p><p><b>subject</b>: <a href="Patient-TWCorePatient.html">胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))</a></p><p><b>performed</b>: 2022-08-12</p><p><b>asserter</b>: <a href="Practitioner-TWCorePractitioner.html">Practitioner 大吉 連 (official)</a></p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td><td><b>OnBehalfOf</b></td></tr><tr><td style="display: none">*</td><td><a href="Practitioner-TWCorePractitioner.html">Practitioner 大吉 連 (official)</a></td><td><a href="Organization-TWCoreOrganization.html">Organization 台北榮民總醫院</a></td></tr></table><p><b>bodySite</b>: <span title="Codes:{http://snomed.info/sct 4312008}">Anterior midline of abdomen</span></p></div>
  </text>
  <status value="completed"/>
  <code>
    <coding>
      <system
              value="https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-pcs-2021-tw"/>
      <code value="BW24ZZZ"/>
      <display value="胸部及腹部電腦斷層掃描"/>
    </coding>
    <text value="胸部腹部CT"/>
  </code>
  <subject>🔗 
    <reference value="Patient/TWCorePatient"/>
  </subject>
  <performedDateTime value="2022-08-12"/>
  <asserter>🔗 
    <reference value="Practitioner/TWCorePractitioner"/>
  </asserter>
  <performer>
    <actor>🔗 
      <reference value="Practitioner/TWCorePractitioner"/>
    </actor>
    <onBehalfOf>🔗 
      <reference value="Organization/TWCoreOrganization"/>
    </onBehalfOf>
  </performer>
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="4312008"/>
      <display value="Anterior midline of abdomen"/>
    </coding>
  </bodySite>
</Procedure>