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

: ConditionExample01 - XML Representation

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="ConditionExample01"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition ConditionExample01</b></p><a name="ConditionExample01"> </a><a name="hcConditionExample01"> </a><a name="ConditionExample01-en-US"> </a><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}">Active</span></p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}">Problem List Item</span></p><p><b>code</b>: <span title="Codes:{http://hl7.org/fhir/sid/icd-10 R18}">无力</span></p><p><b>bodySite</b>: <span title="Codes:{http://snomed.info/sct 10013000}">右侧膝关节外侧半月板</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><p><b>onset</b>: 2022-02-20 18:45:50+0800 --&gt; (ongoing)</p><p><b>recordedDate</b>: 2022-05-20 18:45:50+0800</p></div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-category"/>
      <code value="problem-list-item"/>
      <display value="Problem List Item"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-10"/>
      <code value="R18"/>
      <display value="无力"/>
    </coding>
  </code>
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="10013000"/>
      <display value="Lateral meniscus of knee joint"/>
    </coding>
    <text value="右侧膝关节外侧半月板"/>
  </bodySite>
  <subject>🔗 
    <reference value="Patient/PatientExample01"/>
    <display value="刘康"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/EncounterExample01"/>
  </encounter>
  <onsetPeriod>
    <start value="2022-02-20T18:45:50+08:00"/>
  </onsetPeriod>
  <recordedDate value="2022-05-20T18:45:50+08:00"/>
</Condition>