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="ConditionExample02"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Condition</b><a name="ConditionExample02"> </a><a name="hcConditionExample02"> </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 "ConditionExample02" </p></div><p><b>clinicalStatus</b>: Active <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-condition-clinical.html">Condition Clinical Status Codes</a>#active)</span></p><p><b>category</b>: Problem List Item <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>#problem-list-item)</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>#R34)</span></p><p><b>bodySite</b>: 右侧膝关节外侧半月板 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#10013000 "Lateral meniscus of knee joint")</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><p><b>onset</b>: 2022-02-20 18:45:50+0800 --> (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="R34"/>
<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>