基于FHIR标准的健康档案共享文档实施指南
0.8.0.2022705 - 持续集成版

基于FHIR的健康档案共享文档实施时必须严格遵循本实施指南的规定。

: ReferralRequestExample02 - XML Representation

Raw xml | Download



<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="ReferralRequestExample02"/>
  <meta>
    <profile
             value="http://hl7.org.cn/fhir/sd/ehr/StructureDefinition/profile-referral-request"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>status</b>: active</p><p><b>intent</b>: proposal</p><p><b>code</b>: <span title="Codes: {http://snomed.info/sct 3457005}">转诊</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><p><b>encounter</b>: <a href="Encounter-FollowupEncounterExample02.html">Generated Summary: id: N1233456672; 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 --&gt; 2002-8-20 16:45:50</a></p><p><b>authoredOn</b>: 2002-8-24 5:45:50</p><p><b>requester</b>: <a href="Practitioner-PractitionerExample01.html">赵勇. Generated Summary: 赵勇; gender: male</a></p><p><b>performer</b>: </p><ul><li><a href="Organization-DepartmentExample01.html">急诊科. Generated Summary: id: Dep0002; active; <span title="Codes: {http://terminology.hl7.org/CodeSystem/organization-type dept}">Hospital Department</span>; name: 急诊科</a></li><li><a href="Organization-OrganizationExample03.html">北大人民医院. Generated Summary: active; name: 第一人民医院</a></li></ul><p><b>reasonCode</b>: <span title="Codes: ">转诊原因</span></p></div>
  </text>
  <status value="active"/>
  <intent value="proposal"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="3457005"/>
      <display value="转诊"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/PatientExample01"/>
    <display value="张三"/>
  </subject>
  <encounter>
    <reference value="Encounter/FollowupEncounterExample02"/>
  </encounter>
  <authoredOn value="2002-08-23T16:45:50.597-05:00"/>
  <requester>
    <reference value="Practitioner/PractitionerExample01"/>
    <display value="赵勇"/>
  </requester>
  <performer>
    <reference value="Organization/DepartmentExample01"/>
    <display value="急诊科"/>
  </performer>
  <performer>
    <reference value="Organization/OrganizationExample03"/>
    <display value="北大人民医院"/>
  </performer>
  <reasonCode>
    <text value="转诊原因"/>
  </reasonCode>
</ServiceRequest>