臺灣核心實作指引(TW Core IG)
0.2.2 - Trial Use

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

: 腹部超音波 - XML Representation

Raw xml | Download



<ImagingStudy xmlns="http://hl7.org/fhir">
  <id value="img-example"/>
  <meta>
    <profile
             value="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/ImagingStudy-twcore"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>腹部超音波</b></h3><p><b>狀態</b>:Available <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://hl7.org/fhir/imagingstudy-status">ImagingStudyStatus</a>#available)</span></p><p><b>識別碼(official)</b>:2ffe0c20-50d8-49df-85f6-6452d1d201b9</p><p><b>檢查開始日期與時間</b>:2022-08-01T19:00:14</p><p><b>病人</b>:<a href="Patient-pat-example.html">Patient/pat-example</a> "陳加玲"</p><p><b>就醫事件</b>:<a href="Encounter-enc-example.html">Encounter/enc-example</a> "就醫資料"</p><p><b>檢查相關Series的數量</b>:1</p><p><b>檢查相關Instances的數量</b>:1</p><p><b>處置或手術</b>:<a href="Procedure-pro-example.html">Procedure/pro-example</a> "處置或手術基本資料"<br/><b>執行的處置或手術代碼</b>:腹部超音波<span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ( <a href="CodeSystem-icd-10-pcs-2021-tw.html">TW2021ICD10PCS</a>#BW40ZZZ)</span></p><blockquote><p><b>系列(series)實例</b>:</p><p><b>DICOM系列實例UID</b>:2.25.88017001449189502323411118737039844242<br/><b>所使用的成像儀器</b>: Ultrasound <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://dicom.nema.org/resources/ontology/DCM">CID 29 Acquisition Modality</a>#US)</span><br/><b>身體部位</b>:Pectoral region <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://snomed.info/sct">SNOMED CT</a>#251007)</span><br/><b>檢查執行者</b>:<a href="Practitioner-pra-radio-example.html">Practitioner/pra-radio-example</a> "王曉明"</p><blockquote><p></p><p><b>SOP實例</b>:</p><b>UID</b>:2.25.284548087604447302186649612333159050027<br/><b>DICOM class 類型</b>: urn:oid:1.2.840.10008.5.1.4.1.1.3.1<p></p></blockquote></blockquote></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="ACSN"/>
        <display value="Accession ID"/>
      </coding>
    </type>
    <system value="http://www.moi.gov.tw"/>
    <value value="2ffe0c20-50d8-49df-85f6-6452d1d201b9"/>
  </identifier>
  <status value="available"/>
  <subject>🔗 
    <reference value="Patient/pat-example"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/enc-example"/>
  </encounter>
  <started value="2022-08-01T19:00:14+08:00"/>
  <numberOfSeries value="1"/>
  <numberOfInstances value="1"/>
  <procedureReference>🔗 
    <reference value="Procedure/pro-example"/>
  </procedureReference>
  <procedureCode>
    <coding>
      <system
              value="https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-pcs-2021-tw"/>
      <code value="BW40ZZZ"/>
      <display value="腹部超音波"/>
    </coding>
  </procedureCode>
  <series>
    <uid value="2.25.88017001449189502323411118737039844242"/>
    <modality>
      <system value="http://dicom.nema.org/resources/ontology/DCM"/>
      <code value="US"/>
    </modality>
    <bodySite>
      <system value="http://snomed.info/sct"/>
      <code value="251007"/>
      <display value="Pectoral region"/>
    </bodySite>
    <performer>
      <actor>🔗 
        <reference value="Practitioner/pra-radio-example"/>
      </actor>
    </performer>
    <instance>
      <uid value="2.25.284548087604447302186649612333159050027"/>
      <sopClass>
        <system value="urn:ietf:rfc:3986"/>
        <code value="urn:oid:1.2.840.10008.5.1.4.1.1.3.1"/>
      </sopClass>
    </instance>
  </series>
</ImagingStudy>