醫查實作指引
0.1.0 - CI Build

醫查實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 醫療影像檢查範例 - XML Representation

Raw xml | Download



<ImagingStudy xmlns="http://hl7.org/fhir">
  <id value="ImagingStudy-min"/>
  <meta>
    <profile
             value="https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/imagingstudy-imri"/>
  </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>病人</b>:<a href="Patient-Patient-min.html">Patient/Patient-min</a> "安格斯"</p><p><b>就醫事件</b>:<a href="Encounter-Encounter-min.html">Encounter/Encounter-min</a></p><p><b>醫療影像檢查開始時間</b>:2023-09-07 11:01:20-0300</p><p><b>醫療影像檢查解讀者</b>:<a href="Practitioner-Practitioner-min.html">Practitioner/Practitioner-min</a> "劉伊詩"</p><p><b>醫療影像檢查敘述</b>:No significant ro entgenological abnormality is observed.</p></div>
  </text>
  <status value="available"/>
  <subject>🔗 
    <reference value="Patient/Patient-min"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/Encounter-min"/>
  </encounter>
  <started value="2023-09-07T11:01:20+03:00"/>
  <interpreter>🔗 
    <reference value="Practitioner/Practitioner-min"/>
  </interpreter>
  <description
               value="No significant ro entgenological abnormality is observed."/>
</ImagingStudy>