HL7中国FHIR Connectathon测试实施指南
2024.5.5 - release
HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<Condition xmlns="http://hl7.org/fhir">
<id value="DiagnosisExample01"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Condition</b><a name="DiagnosisExample01"> </a><a name="hcDiagnosisExample01"> </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 Condition "DiagnosisExample01" </p></div><p><b>clinicalStatus</b>: active <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ([not stated]#active)</span></p><p><b>category</b>: 诊断 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-condition-category.html">Condition Category Codes</a>#encounter-diagnosis)</span></p><p><b>code</b>: 新冠肺炎 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-icd10.html">ICD-10</a>#J12.82 "Pneumonia due to COVID-19")</span></p><p><b>subject</b>: <a href="Patient-PatientExample01.html">Patient/PatientExample01: 刘康</a> " 刘"</p><p><b>encounter</b>: <a href="Encounter-EncounterExample01.html">Encounter/EncounterExample01</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>