HL7中国FHIR Connectathon测试实施指南
2025.3.12 - release

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2025.3.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: DiagnosisExample01 - XML Representation

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="DiagnosisExample01"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition DiagnosisExample01</b></p><a name="DiagnosisExample01"> </a><a name="hcDiagnosisExample01"> </a><a name="DiagnosisExample01-en-US"> </a><p><b>clinicalStatus</b>: <span title="Codes:">active</span></p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}">诊断</span></p><p><b>code</b>: <span title="Codes:{http://hl7.org/fhir/sid/icd-10 J12.82}">新冠肺炎</span></p><p><b>subject</b>: <a href="Patient-PatientExample01.html">刘康</a></p><p><b>encounter</b>: <a href="Encounter-EncounterExample01.html">Encounter: identifier = urn:uuid:2.16.156.10011.1.10#45678; status = completed; class = 住院诊疗; type = ; actualPeriod = 2021-05-07 12:30:02+0800 --&gt; 2002-08-20 16:45:50+0800</a></p></div>
  </text>
  <clinicalStatus>
    <coding>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-category"/>
      <code value="encounter-diagnosis"/>
      <display value="诊断"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-10"/>
      <code value="J12.82"/>
      <display value="Pneumonia due to COVID-19"/>
    </coding>
    <text value="新冠肺炎"/>
  </code>
  <subject>🔗 
    <reference value="Patient/PatientExample01"/>
    <display value="刘康"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/EncounterExample01"/>
  </encounter>
</Condition>