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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeBundle
IdBundle-bun-message-response-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "bun-message-response-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Bundle-message-twcore"
    ]
  },
  "identifier": {
    "system": "https://www.tph.mohw.gov.tw",
    "value": "01014857930415100000000"
  },
  "type": "message",
  "timestamp": "2023-12-02T12:34:56.000Z",
  "entry": [
    {
      "fullUrl": "https://twcore.mohw.gov.tw/ig/twcore/MessageHeader/mes-response-example",
      "resource": {
        "resourceType": "MessageHeader",
        "id": "mes-response-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\"><a name=\"MessageHeader_mes-response-example\"> </a><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>"
        },
        "eventCoding": {
          "system": "http://loinc.org",
          "code": "11502-2",
          "display": "Laboratory report"
        },
        "source": {
          "endpoint": "https://www.cdc.gov.tw/"
        },
        "response": {
          "identifier": "efdd266b-0e09-4164-883e-35cf3871715f",
          "code": "ok"
        }
      }
    }
  ]
}