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

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

: Bundle-病床個案資料 - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="0622020017-6026-8862168-20220801-20220801"/>
  <meta>
    <profile
             value="https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Bundle-bedCase"/>
  </meta>
  <identifier>
    <system value="https://www.tph.mohw.gov.tw/"/>
    <value value="urn:uuid:6ae26364-6745-45e3-ac31-be5e1a60985f"/>
  </identifier>
  <type value="message"/>
  <timestamp value="2023-04-15T00:00:00+08:00"/>
  <entry>
    <fullUrl
             value="https://fhirisolationroom.azurehealthcareapis.com/MessageHeader/bedCase-example"/>
    <resource>
      <MessageHeader>
        <id value="Inline-MessageHeader-bedCase-example"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: MessageHeader</b><a name="Inline-MessageHeader-bedCase-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;Inline-MessageHeader-bedCase-example&quot; </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_Inline-Organization-example">See above (https://fhirisolationroom.azurehealthcareapis.com/Organization/org-example)</a></p><p><b>author</b>: <a href="#Practitioner_Inline-Practitioner-bedCase-example">See above (https://fhirisolationroom.azurehealthcareapis.com/Practitioner/pra-bedCase-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><p><b>focus</b>: </p><ul><li><a href="#Patient_Inline-Patient-example">See above (https://fhirisolationroom.azurehealthcareapis.com/Patient/pat-example)</a></li><li><a href="#Location_Inline-Location-example">See above (https://fhirisolationroom.azurehealthcareapis.com/Location/loc-example)</a></li><li><a href="#Condition_Inline-Condition-example">See above (https://fhirisolationroom.azurehealthcareapis.com/Condition/con-example)</a></li><li><a href="#Encounter_Inline-Encounter-example">See above (https://fhirisolationroom.azurehealthcareapis.com/Encounter/enc-example)</a></li></ul></div>
        </text>
        <eventCoding>
          <system value="http://loinc.org"/>
          <code value="92842-4"/>
          <display value="Situational report"/>
        </eventCoding>
        <sender>
          <reference
                     value="https://fhirisolationroom.azurehealthcareapis.com/Organization/org-example"/>
        </sender>
        <author>
          <reference
                     value="https://fhirisolationroom.azurehealthcareapis.com/Practitioner/pra-bedCase-example"/>
        </author>
        <source>
          <endpoint value="https://www.cdc.gov.tw/"/>
        </source>
        <focus>
          <reference
                     value="https://fhirisolationroom.azurehealthcareapis.com/Patient/pat-example"/>
        </focus>
        <focus>
          <reference
                     value="https://fhirisolationroom.azurehealthcareapis.com/Location/loc-example"/>
        </focus>
        <focus>
          <reference
                     value="https://fhirisolationroom.azurehealthcareapis.com/Condition/con-example"/>
        </focus>
        <focus>
          <reference
                     value="https://fhirisolationroom.azurehealthcareapis.com/Encounter/enc-example"/>
        </focus>
      </MessageHeader>
    </resource>
  </entry>
  <entry>
    <fullUrl
             value="https://fhirisolationroom.azurehealthcareapis.com/Patient/pat-example"/>
    <resource>
      <Patient>
        <id value="Inline-Patient-example"/>
        <meta>
          <profile
                   value="https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Patient-bedCase"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>病人基本資料</b></h3><blockquote><p><b>識別碼型別</b>:National Person Identifier <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="https://twcore.mohw.gov.tw/tsfhir/CodeSystem/v2-0203">Identifier Type Codes</a>#NNTWN)</span><br/><b>身分證字號(official)</b>:A123456789 (http://www.moi.gov.tw/)</p></blockquote><blockquote><p><b>識別碼型別</b>:Medical record number <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://terminology.hl7.org/CodeSystem/v2-0203">Identifier Type Codes</a>#MR)</span><br/><b>病歷號(official)</b>:8862168 (https://www.tph.mohw.gov.tw/)</p></blockquote><p><b>性別</b>:女性</p><p><b>出生日期</b>:1990-01-01</p></div>
        </text>
        <identifier>
          <use value="official"/>
          <type>
            <coding>
              <system
                      value="https://twcore.mohw.gov.tw/tsfhir/CodeSystem/v2-0203"/>
              <code value="NNTWN"/>
            </coding>
          </type>
          <system value="http://www.moi.gov.tw/"/>
          <value value="A123456789"/>
        </identifier>
        <identifier>
          <use value="official"/>
          <type>
            <coding>
              <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
              <code value="MR"/>
            </coding>
          </type>
          <system value="https://www.tph.mohw.gov.tw/"/>
          <value value="8862168"/>
        </identifier>
        <gender value="female"/>
        <birthDate value="1990-01-01"/>
      </Patient>
    </resource>
  </entry>
  <entry>
    <fullUrl
             value="https://fhirisolationroom.azurehealthcareapis.com/Location/loc-example"/>
    <resource>
      <Location>
        <id value="Inline-Location-example"/>
        <meta>
          <profile
                   value="https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Location-bed"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>病床資訊</b></h3><p><b>病床識別碼</b>:6026(https://www.tph.mohw.gov.tw/)</p><p><b>病床類型</b>:負壓病床 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">(<a href="CodeSystem-bed-type.html">床位類別</a>#NP)</span>、專責病床 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">(<a href="CodeSystem-bed-type.html">床位類別</a>#Spec)</span>、雙人房 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">(<a href="CodeSystem-ward-capacity.html">病房容量</a>#twin)</span></p><p><b>病床樓層</b>[extension: <a href="https://twcore.mohw.gov.tw/ig/StructureDefinition-tw-floor.html">tw-floor</a>]:6樓</p><p><b>physicalType</b>: Bed <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">(<a href="http://terminology.hl7.org/5.0.0/CodeSystem-location-physical-type.html">Location type</a>#bd)</span></p><p><b>管理單位</b>: <a href="Organization-org-hosp-example.html">Organization/org-hosp-example</a> "衛生福利部臺北醫院"</p></div>
        </text>
        <identifier>
          <system value="https://www.tph.mohw.gov.tw/"/>
          <value value="6026"/>
        </identifier>
        <type>
          <coding>
            <system
                    value="https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/bed-type"/>
            <code value="NP"/>
          </coding>
        </type>
        <type>
          <coding>
            <system
                    value="https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/bed-type"/>
            <code value="Spec"/>
          </coding>
        </type>
        <type>
          <coding>
            <system
                    value="https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/ward-capacity"/>
            <code value="twin"/>
          </coding>
        </type>
        <address>
          <extension
                     url="https://twcore.mohw.gov.tw/fhir/StructureDefinition/tw-floor">
            <valueString value="6"/>
          </extension>
        </address>
        <physicalType>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
            <code value="bd"/>
          </coding>
        </physicalType>
        <managingOrganization>
          <reference
                     value="https://fhirisolationroom.azurehealthcareapis.com/Organization/org-example"/>
        </managingOrganization>
      </Location>
    </resource>
  </entry>
  <entry>
    <fullUrl
             value="https://fhirisolationroom.azurehealthcareapis.com/Organization/org-example"/>
    <resource>
      <Organization>
        <id value="Inline-Organization-example"/>
        <meta>
          <profile
                   value="https://twcore.mohw.gov.tw/fhir/StructureDefinition/Organization-hosp-twcore"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>醫事機構基本資料</b></h3><p><b>機構名稱</b>:衛生福利部臺北醫院</p><p><b>識別碼型別</b>:Healthcare Organization Identifier<span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="https://twcore.mohw.gov.tw/ig/CodeSystem-v2-0203.html">臺灣識別碼類型值集</a>#HOI)</span><br/><b>機構代碼(official)</b>:0622020017 (https://twcore.mohw.gov.tw/tsfhir/CodeSystem/organization-identifier-tw)</p><p><b>機構種類</b>:Healthcare Provider <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://hl7.org/fhir/R4/codesystem-organization-type.html">OrganizationType</a>#prov)</span></p><p><b>聯絡方式</b>:Phone<span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ( <a href="https://hl7.org/fhir/R4/valueset-contact-point-system.html">ContactPointSystem</a>#phone)</span><br/><b>聯絡電話</b>:0222765566</p></div>
        </text>
        <identifier>
          <use value="official"/>
          <type>
            <coding>
              <system
                      value="https://twcore.mohw.gov.tw/tsfhir/CodeSystem/v2-0203"/>
              <code value="HOI"/>
            </coding>
          </type>
          <system
                  value="https://twcore.mohw.gov.tw/tsfhir/CodeSystem/organization-identifier-tw"/>
          <value value="0131060029"/>
        </identifier>
        <type>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/organization-type"/>
            <code value="prov"/>
          </coding>
        </type>
        <name value="衛生福利部臺北醫院"/>
        <telecom>
          <system value="phone"/>
          <value value="0222765566"/>
        </telecom>
      </Organization>
    </resource>
  </entry>
  <entry>
    <fullUrl
             value="https://fhirisolationroom.azurehealthcareapis.com/Condition/con-example"/>
    <resource>
      <Condition>
        <id value="Inline-Condition-example"/>
        <meta>
          <profile
                   value="https://twcore.mohw.gov.tw/fhir/StructureDefinition/Condition-twcore"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>病情、問題或診斷資料</b></h3><p><b>臨床狀態</b>:Remission <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://hl7.org/fhir/R4/valueset-condition-clinical.html">ConditionClinicalStatusCodes</a>#remission)</span></p><p><b>驗證狀態</b>:Confirmed <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://hl7.org/fhir/R4/valueset-condition-ver-status.html">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>病情、問題或診斷類別</b>:Encounter Diagnosis <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://hl7.org/fhir/R4/valueset-condition-category.html">Condition Category Codes</a>#encounter-diagnosis)</span></p><p><b>嚴重程度</b>:Mild <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="https://loinc.org/">LOINC</a>#LA6752-5)</span></p><p><b>病情、問題或診斷識別</b>:起因於潛在病的糖尿病,伴有低血糖,未伴有昏迷 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="https://twcore.mohw.gov.tw/ig/CodeSystem-icd-10-cm-2021-tw.html">臺灣2021年中文版ICD-10-CM</a>#E08.649)</span></p><p><b>病人</b>:<a href="Patient-pat-example.html">Patient/pat-example</a> "陳加玲"</p><p><b>就醫日期</b>:2022-08-01 05:00:14-0500</p></div>
        </text>
        <clinicalStatus>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
            <code value="remission"/>
          </coding>
        </clinicalStatus>
        <verificationStatus>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
            <code value="confirmed"/>
          </coding>
        </verificationStatus>
        <category>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/condition-category"/>
            <code value="encounter-diagnosis"/>
          </coding>
        </category>
        <severity>
          <coding>
            <system value="http://loinc.org"/>
            <code value="LA6752-5"/>
          </coding>
        </severity>
        <code>
          <coding>
            <system
                    value="https://twcore.mohw.gov.tw/tsfhir/CodeSystem/icd-10-cm-2021-tw"/>
            <code value="E08.649"/>
          </coding>
          <text value="起因於潛在病的糖尿病,伴有低血糖,未伴有昏迷"/>
        </code>
        <subject>
          <reference
                     value="https://fhirisolationroom.azurehealthcareapis.com/Patient/pat-example"/>
        </subject>
        <recordedDate value="2022-08-01T17:00:14-05:00"/>
      </Condition>
    </resource>
  </entry>
  <entry>
    <fullUrl
             value="https://fhirisolationroom.azurehealthcareapis.com/Encounter/enc-example"/>
    <resource>
      <Encounter>
        <id value="Inline-Encounter-example"/>
        <meta>
          <profile
                   value="https://twcore.mohw.gov.tw/fhir/StructureDefinition/Encounter-twcore"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>就醫資料</b></h3><p><b>識別碼</b>:E22081702</p><p><b>就醫現況</b>:finished</p><p><b>就醫分類</b>:inpatient encounter <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="https://terminology.hl7.org/4.0.0/ValueSet-v3-ActEncounterCode.html">ActEncounterCode</a>#IMP)</span></p><p><b>病人</b>:<a href="Patient-pat-example.html">Patient/pat-example</a> "陳加玲"</p><p><b>就醫的開始和結束時間</b>:2022-08-01 05:00:14-0500 --&gt; 2022-08-01 06:00:14-0500</p></div>
        </text>
        <identifier>
          <system
                  value="http://healthcare.example.org/identifiers/enocunter"/>
          <value value="E22081702"/>
        </identifier>
        <status value="finished"/>
        <class>
          <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
          <code value="IMP"/>
          <display value="inpatient encounter"/>
        </class>
        <subject>
          <reference
                     value="https://fhirisolationroom.azurehealthcareapis.com/Patient/pat-example"/>
        </subject>
        <period>
          <start value="2022-08-01T17:00:14-05:00"/>
          <end value="2022-08-01T18:00:14-05:00"/>
        </period>
      </Encounter>
    </resource>
  </entry>
  <entry>
    <fullUrl
             value="https://fhirisolationroom.azurehealthcareapis.com/Practitioner/pra-bedCase-example"/>
    <resource>
      <Practitioner>
        <id value="Inline-Practitioner-bedCase-example"/>
        <meta>
          <profile
                   value="https://twcore.mohw.gov.tw/fhir/StructureDefinition/Practitioner-twcore"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Practitioner</b><a name="Inline-Practitioner-bedCase-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 Practitioner &quot;Inline-Practitioner-bedCase-example&quot; </p><p style="margin-bottom: 0px">Profile: <a href="https://twcore.mohw.gov.tw/ig/StructureDefinition-Practitioner-twcore.html">TW Core Practitioner</a></p></div><p><b>identifier</b>: Medical License number: KP00017 (use: OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: 王依昇(OFFICIAL)</p></div>
        </text>
        <identifier>
          <use value="official"/>
          <type>
            <coding>
              <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
              <code value="MD"/>
            </coding>
          </type>
          <system value="https://www.tph.mohw.gov.tw"/>
          <value value="KP00017"/>
        </identifier>
        <active value="true"/>
        <name>
          <use value="official"/>
          <text value="王依昇"/>
          <family value="Wang"/>
          <given value="Yi Sheng"/>
        </name>
      </Practitioner>
    </resource>
  </entry>
</Bundle>