FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeMessageHeader
IdMessageHeader-mes-request-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

訊息表頭-request

訊息事件代碼: Laboratory report ( LOINC#11502-2)

訊息發送來源: https://tpech.gov.taipei/

訊息內容

檢驗報告DiagnosticReport/dia-example

病人Patient/pat-example "陳加玲"

檢驗檢查資料Observation/obs-lab-example


Source1

{
  "resourceType": "MessageHeader",
  "id": "mes-request-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MessageHeader-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}