病床通報實作指引
0.1.0 - CI Build

病床通報實作指引 - Local Development build (v0.1.0). See the Directory of published versions

: MessageHeader-病床通報訊息 - JSON Representation

Raw json | Download


{
  "resourceType" : "MessageHeader",
  "id" : "mes-example",
  "meta" : {
    "profile" : [
      "https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/MessageHeader-hospBed"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b><a name=\"mes-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MessageHeader &quot;mes-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MessageHeader-hospBed.html\">MessageHeader-HospBed</a></p></div><p><b>event</b>: Situational report (Details: LOINC code 92842-4 = 'Situational report', stated as 'Situational report')</p><p><b>sender</b>: <a href=\"Organization-org-hosp-example.html\">Organization/org-hosp-example</a> &quot;衛生福利部臺北醫院&quot;</p><p><b>author</b>: <a href=\"Bundle-0622020017-20230401.html#https-//fhirisolationroom.azurehealthcareapis.com/Practitioner/pra-example\">https://fhirisolationroom.azurehealthcareapis.com/Practitioner/pra-example</a></p><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Endpoint</b></td></tr><tr><td>*</td><td><a href=\"https://www.cdc.gov.tw/\">https://www.cdc.gov.tw/</a></td></tr></table></div>"
  },
  "eventCoding" : {
    "system" : "http://loinc.org",
    "code" : "92842-4",
    "display" : "Situational report"
  },
  "sender" : {
    "reference" : "Organization/org-hosp-example"
  },
  "author" : {
    "reference" : "https://fhirisolationroom.azurehealthcareapis.com/Practitioner/pra-example"
  },
  "source" : {
    "endpoint" : "https://www.cdc.gov.tw/"
  }
}