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

: 訊息表頭-response (回應) - XML Representation

Raw xml | Download



<MessageHeader xmlns="http://hl7.org/fhir">
  <id value="mes-response-example"/>
  <meta>
    <profile
             value="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MessageHeader-twcore"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>訊息表頭-response</b></h3><p><b>訊息回應識別碼</b>: efdd266b-0e09-4164-883e-35cf3871715f</p><p><b>訊息回應的事件代碼</b>: Laboratory report <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://loinc.org">LOINC</a>#11502-2)</span></p><p><b>訊息回應來源</b>: https://www.cdc.gov.tw/</p><p><b>訊息回應類型</b>: OK <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://hl7.org/fhir/response-code">ResponseType</a>#ok)</span></p></div>
  </text>
  <eventCoding>
    <system value="http://loinc.org"/>
    <code value="11502-2"/>
    <display value="Laboratory report"/>
  </eventCoding>
  <source>
    <endpoint value="https://www.cdc.gov.tw/"/>
  </source>
  <response>
    <identifier value="efdd266b-0e09-4164-883e-35cf3871715f"/>
    <code value="ok"/>
  </response>
</MessageHeader>