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

: DocumentReferenceExample02 - XML Representation

Raw xml | Download



<DocumentReference xmlns="http://hl7.org/fhir">
  <id value="DocumentReferenceExample02"/>
  <meta>
    <profile
             value="http://hl7.org.cn/fhir/StructureDefinition/profile-documentreference-xds"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: DocumentReference</b><a name="DocumentReferenceExample02"> </a><a name="hcDocumentReferenceExample02"> </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 DocumentReference &quot;DocumentReferenceExample02&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-profile-documentreference-xds.html">文档元数据本地化定义</a></p></div><p><b>identifier</b>: <code>1.2.9.6.58.92.88337653</code>/12345</p><p><b>status</b>: current</p><p><b>type</b>: 个人基本健康信息登记 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-ehr-document-type.html">健康档案共享文档类型代码表</a>#HSDA00.01)</span></p><p><b>category</b>: 电子健康档案 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-document-category.html">共享文档类别代码表</a>#EHR)</span></p><p><b>subject</b>: <a href="Patient-PatientExample01.html">Patient/PatientExample01</a> &quot; 刘&quot;</p><p><b>facilityType</b>: 公立医院 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#79993009)</span></p><p><b>practiceSetting</b>: 肠胃病学 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#394584008)</span></p><p><b>period</b>: 2002-08-17 16:45:50-0500 --&gt; 2002-08-18 16:45:50-0500</p><p><b>date</b>: 2002年8月20日 下午4:45:50</p><p><b>author</b>: <a href="Practitioner-PractitionerExample01.html">Practitioner/PractitionerExample01</a> &quot; 赵&quot;</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class="grid"><tr><td style="display: none">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Size</b></td><td><b>Hash</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style="display: none">*</td><td>text/plain</td><td><a href="http://fhirserver.com/repository/api/Binary/DocumentExample01">http://fhirserver.com/repository/api/Binary/DocumentExample01</a></td><td>123456543</td><td>(base64 data - 20 bytes)</td><td>个人基本健康信息登记</td><td>2002-08-19 16:45:50-0500</td></tr></table><h3>Profiles</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value[x]</b></td></tr><tr><td style="display: none">*</td><td>urn:cn:health:sharedocument (Details: [not stated] code urn:cn:health:sharedocument = 'urn:cn:health:sharedocument', stated as 'null')</td></tr></table></blockquote></div>
  </text>
  <identifier>
    <system value="1.2.9.6.58.92.88337653"/>
    <value value="12345"/>
  </identifier>
  <status value="current"/>
  <type>
    <coding>
      <system value="http://hl7.org.cn/fhir/CodeSystem/ehr-document-type"/>
      <code value="HSDA00.01"/>
      <display value="个人基本健康信息登记"/>
    </coding>
  </type>
  <category>
    <coding>
      <system value="http://hl7.org.cn/fhir/CodeSystem/document-category"/>
      <code value="EHR"/>
      <display value="电子健康档案"/>
    </coding>
  </category>
  <subject>🔗 
    <reference value="Patient/PatientExample01"/>
  </subject>
  <facilityType>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="79993009"/>
      <display value="公立医院"/>
    </coding>
  </facilityType>
  <practiceSetting>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="394584008"/>
      <display value="肠胃病学"/>
    </coding>
  </practiceSetting>
  <period>
    <start value="2002-08-17T16:45:50.597-05:00"/>
    <end value="2002-08-18T16:45:50.597-05:00"/>
  </period>
  <date value="2002-08-20T16:45:50.597+08:00"/>
  <author>🔗 
    <reference value="Practitioner/PractitionerExample01"/>
  </author>
  <content>
    <attachment>
      <contentType value="text/plain"/>
      <url
           value="http://fhirserver.com/repository/api/Binary/DocumentExample01"/>
      <size value="123456543"/>
      <hash value="2jmj7l5rSw0yVb/vlWAYkK/YBwk="/>
      <title value="个人基本健康信息登记"/>
      <creation value="2002-08-19T16:45:50.597-05:00"/>
    </attachment>
    <profile>
      <valueCoding>
        <code value="urn:cn:health:sharedocument"/>
      </valueCoding>
    </profile>
  </content>
</DocumentReference>