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

臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 0.3.0 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

: 訊息表頭-request (傳送) - JSON Representation

Raw json | Download


{
  "resourceType" : "MessageHeader",
  "id" : "mes-request-example",
  "meta" : {
    "profile" : [
      🔗 "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MessageHeader-twcore"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>訊息表頭-request</b></h3><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://tpech.gov.taipei/</p><p><b>訊息內容</b>:</p><blockquote><p><b>檢驗報告</b>:<a href=\"DiagnosticReport-dia-example.html\">DiagnosticReport/dia-example</a></p><p><b>病人</b>:<a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>檢驗檢查資料</b>:<a href=\"Observation-obs-lab-example.html\">Observation/obs-lab-example</a></p></blockquote></div>"
  },
  "eventCoding" : {
    "system" : "http://loinc.org",
    "code" : "11502-2",
    "display" : "Laboratory report"
  },
  "source" : {
    "endpoint" : "https://tpech.gov.taipei/"
  },
  "focus" : [
    {
      🔗 "reference" : "DiagnosticReport/dia-example"
    },
    {
      🔗 "reference" : "Patient/pat-example"
    },
    {
      🔗 "reference" : "Observation/obs-lab-example"
    }
  ]
}