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

FHIR IG analytics

Packagetw.gov.mohw.cdc.tb
Resource TypeMessageHeader
IdMessageHeader-message-reporting.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


Source1

{
  "resourceType": "MessageHeader",
  "id": "message-reporting",
  "meta": {
    "profile": [
      "https://tb.cdc.gov.tw/tb/StructureDefinition/MessageHeader-tb-reporting"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "eventCoding": {
    "system": "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-message-event",
    "code": "reporting"
  },
  "sender": {
    "reference": "Organization/hosp"
  },
  "source": {
    "endpoint": "https://www.ntuh.gov.tw"
  },
  "focus": [
    {
      "reference": "DiagnosticReport/report"
    }
  ]
}