基于FHIR标准的健康档案共享文档实施指南
0.8.0.2022705 - 持续集成版
基于FHIR的健康档案共享文档实施时必须严格遵循本实施指南的规定。
<Encounter xmlns="http://hl7.org/fhir">
<id value="FollowupEncounterExample02"/>
<meta>
<profile
value="http://hl7.org.cn/fhir/sd/ehr/StructureDefinition/profile-followup-encounter"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: N1233456672</p><p><b>status</b>: finished</p><p><b>class</b>: <span title="{http://terminology.hl7.org/CodeSystem/v3-ActCode HH}">随访</span></p><p><b>serviceType</b>: <span title="Codes: {http://hl7.org.cn/fhir/sd/ehr/CodeSystem/cv06-00-207 2}">家庭</span></p><p><b>subject</b>: <a href="Patient-PatientExample01.html">张三. Generated Summary: active; 张三; Phone: 010-1234567; gender: female; birthDate: 1955-10-25</a></p><h3>Participants</h3><table class="grid"><tr><td>-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td>*</td><td><span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-ParticipationType AUT}">author (originator)</span></td><td><a href="Practitioner-PractitionerExample01.html">赵勇. Generated Summary: 赵勇; gender: male</a></td></tr></table><p><b>period</b>: 2021-5-7 12:30:02 --> 2002-8-20 16:45:50</p><h3>Locations</h3><table class="grid"><tr><td>-</td><td><b>Location</b></td></tr><tr><td>*</td><td><a href="Location-LocationExample01.html">Generated Summary: </a></td></tr></table><p><b>serviceProvider</b>: <a href="Organization-OrganizationExample02.html">爱民路社区服务中心. Generated Summary: active; name: 爱民路社区服务中心</a></p></div>
</text>
<identifier>
<system value="http://example.com/bid/encounter"/>
<value value="N1233456672"/>
</identifier>
<status value="finished"/>
<class>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="HH"/>
<display value="随访"/>
</class>
<serviceType>
<coding>
<system value="http://hl7.org.cn/fhir/sd/ehr/CodeSystem/cv06-00-207"/>
<code value="2"/>
<display value="家庭"/>
</coding>
</serviceType>
<subject>
<reference value="Patient/PatientExample01"/>
<display value="张三"/>
</subject>
<participant>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
<code value="AUT"/>
</coding>
</type>
<individual>
<reference value="Practitioner/PractitionerExample01"/>
<display value="赵勇"/>
</individual>
</participant>
<period>
<start value="2021-05-07T12:30:02+08:00"/>
<end value="2002-08-20T16:45:50+08:00"/>
</period>
<location>
<location>
<reference value="Location/LocationExample01"/>
</location>
</location>
<serviceProvider>
<reference value="Organization/OrganizationExample02"/>
<display value="爱民路社区服务中心"/>
</serviceProvider>
</Encounter>