基于FHIR标准的健康档案共享文档实施指南
0.8.0.2022705 - 持续集成版
基于FHIR的健康档案共享文档实施时必须严格遵循本实施指南的规定。
<AllergyIntolerance xmlns="http://hl7.org/fhir">
<id value="MedicationADRExample01"/>
<meta>
<profile
value="http://hl7.org.cn/fhir/sd/ehr/StructureDefinition/profile-medical-adr"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>clinicalStatus</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical resolved}">已解决</span></p><p><b>verificationStatus</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}">已确认</span></p><p><b>type</b>: allergy</p><p><b>category</b>: medication</p><p><b>criticality</b>: high</p><p><b>code</b>: <span title="Codes: ">青霉素</span></p><p><b>patient</b>: <a href="Patient-PatientExample01.html">张三. Generated Summary: active; 张三; Phone: 010-1234567; gender: female; birthDate: 1955-10-25</a></p><p><b>encounter</b>: <a href="Encounter-FollowupEncounterExample01.html">Generated Summary: id: N1233456671; status: finished; <span title="{http://terminology.hl7.org/CodeSystem/v3-ActCode HH}">随访</span>; <span title="Codes: {http://hl7.org.cn/fhir/sd/ehr/CodeSystem/cv06-00-207 2}">家庭</span>; period: 2021-5-7 12:30:02 --> 2002-8-20 16:45:50</a></p><p><b>recordedDate</b>: 2021-08-20</p><p><b>recorder</b>: <a href="Practitioner-PractitionerExample01.html">赵勇. Generated Summary: 赵勇; gender: male</a></p></div>
</text>
<clinicalStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/>
<code value="resolved"/>
<display value="已解决"/>
</coding>
</clinicalStatus>
<verificationStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/>
<code value="confirmed"/>
<display value="已确认"/>
</coding>
</verificationStatus>
<type value="allergy"/>
<category value="medication"/>
<criticality value="high"/>
<code>
<text value="青霉素"/>
</code>
<patient>
<reference value="Patient/PatientExample01"/>
<display value="张三"/>
</patient>
<encounter>
<reference value="Encounter/FollowupEncounterExample01"/>
</encounter>
<recordedDate value="2021-08-20"/>
<recorder>
<reference value="Practitioner/PractitionerExample01"/>
<display value="赵勇"/>
</recorder>
</AllergyIntolerance>