臺灣中醫實作指引
0.1.0 - ci-build

臺灣中醫實作指引, published by 衛生福利部國家中醫藥研究所. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nricmig/Nricm_TWCMIG/ and changes regularly. See the Directory of published versions

: 就醫事件 - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="EncounterTWCM-min"/>
  <meta>
    <profile
             value="https://www.nricm.edu.tw/twcm/StructureDefinition/encounter-twcm"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>就醫相關內容</b></h3><p><b>識別碼型別</b>:Serial Number <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://terminology.hl7.org/CodeSystem/v2-0203">Identifier Type Codes</a>#SNO</span><br/><b>掛號序號</b>:0035</p><p><b>就醫分類</b>:ambulatory <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>#AMB)</span></p><p><b>就醫現況</b>:Finished <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://hl7.org/fhir/encounter-status">EncounterStatus</a>#finished)</span></p><p><b>看診科別</b>:中醫科 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-consultation-department-nhi-tw">臺灣健保署就醫科別</a>#60)</span></p><p><b>掛號(報到)時間</b>:2010-10-10 17:30:00-0500</p><p><b>就醫身份[extension: <a href="StructureDefinition-medicalidentity-twcm.html">medicalidentity</a>]</b>:健保</p><p><b>病人</b>:<a href="Patient-PatientTWCM-min.html">Patient/PatientTWCM-min</a> &quot;陳美真&quot;</p><p><b>看診醫師身分證字號</b>: <a href="Practitioner-PractitionerTWCM-pro.html">Practitioner/PractitionerTWCM-pro</a> &quot;A135792648&quot;<br/><b>看診醫師姓名</b>: <a href="Practitioner-PractitionerTWCM-pro.html">Practitioner/PractitionerTWCM-pro</a> &quot;張正原&quot;</p></div>
  </text>
  <extension
             url="https://www.nricm.edu.tw/twcm/StructureDefinition/medicalidentity-twcm">
    <valueCodeableConcept>
      <text value="健保"/>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="SNO"/>
      </coding>
    </type>
    <system value="https://www.nricm.edu.tw/twcm/identifiers/encounter"/>
    <value value="0035"/>
  </identifier>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
    <display value="ambulatory"/>
  </class>
  <serviceType>
    <coding>
      <system
              value="https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-treatment-department-nhi-tw"/>
      <code value="60"/>
      <display value="中醫一般科"/>
    </coding>
  </serviceType>
  <subject>🔗 
    <reference value="Patient/PatientTWCM-min"/>
  </subject>
  <participant>
    <individual>🔗 
      <reference value="Practitioner/PractitionerTWCM-pro"/>
    </individual>
  </participant>
  <period>
    <start value="2010-10-10T17:30:00-05:00"/>
  </period>
</Encounter>