醫查實作指引
0.1.0 - CI Build

醫查實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 病人主訴範例 - XML Representation

Raw xml | Download



<Condition xmlns="http://hl7.org/fhir">
  <id value="ConditionChiefComplaint-min"/>
  <meta>
    <profile
             value="https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/conditionchiefcomplaint-imri"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>病人主訴</b></h3><p><b>臨床狀態</b>:Active <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://terminology.hl7.org/CodeSystem/condition-clinical">ConditionClinicalStatusCodes</a>#active)</span></p><p><b>病情、問題或診斷分類</b>:Chief complaint Narrative - Reported <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://loinc.org">Condition Category Codes</a>#10154-3)</span></p><p><b>病人</b>:<a href="Patient-Patient-min.html">Patient/Patient-min</a> "安格斯"</p><p><b>就醫事件</b>:<a href="Encounter-Encounter-min.html">Encounter/Encounter-min</a></p><p><b>病人主訴之病情識別</b>:肛門及直腸出血 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-cm-2021-tw">臺灣2021年中文版ICD-10-CM</a>#K62.5)</span></p><p><b>病人主訴</b>:Anal pain with anal bleeding for few days</p></div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
      <display value="Active"/>
    </coding>
  </clinicalStatus>
  <category>
    <coding>
      <system value="http://loinc.org"/>
      <code value="10154-3"/>
      <display value="Chief complaint Narrative - Reported"/>
    </coding>
  </category>
  <code>
    <coding>
      <system
              value="https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-cm-2021-tw"/>
      <code value="K62.5"/>
      <display value="肛門及直腸出血"/>
    </coding>
    <text value="肛門及直腸出血"/>
  </code>
  <subject>🔗 
    <reference value="Patient/Patient-min"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/Encounter-min"/>
  </encounter>
  <note>
    <text value="Anal pain with anal bleeding for few days"/>
  </note>
</Condition>