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

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

: OrganizationExample01 - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="OrganizationExample01"/>
  <meta>
    <profile
             value="http://hl7.org.cn/fhir/sd/ehr/StructureDefinition/core-organization"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>Period</b>: 2002-08-20 --&gt; (ongoing)</p><p><b>identifier</b>: id: 123321 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes: {http://hl7.org.cn/fhir/sd/ehr/CodeSystem/ws218-2002 A100}">综合医院</span>, <span title="Codes: {http://hl7.org.cn/fhir/sd/ehr/CodeSystem/gb12402-2000 11}">国有全资</span>, <span title="Codes: {http://hl7.org.cn/fhir/sd/ehr/CodeSystem/hospital-administration-level 2}">市级</span></p><p><b>name</b>: 北大国际医院</p><p><b>telecom</b>: ph: 13111222121</p><p><b>address</b>: 北京市北京市海淀区东升镇北清路1号(WORK)</p><p><b>partOf</b>: <a href="Organization-OrganizationExample03.html">第一人民医院. Generated Summary: active; name: 第一人民医院</a></p><h3>Contacts</h3><table class="grid"><tr><td>-</td><td><b>Purpose</b></td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td>*</td><td><span title="Codes: ">ADMIN</span></td><td>张三</td><td>ph: 13111222121</td><td>北京市北京市丰台区东升镇北清路1号(HOME)</td></tr></table></div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/organization-period">
    <valuePeriod>
      <start value="2002-08-20"/>
    </valuePeriod>
  </extension>
  <identifier>
    <use value="official"/>
    <system value="urn:cn:org:cods"/>
    <value value="123321"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system value="http://hl7.org.cn/fhir/sd/ehr/CodeSystem/ws218-2002"/>
      <code value="A100"/>
      <display value="综合医院"/>
    </coding>
  </type>
  <type>
    <coding>
      <system value="http://hl7.org.cn/fhir/sd/ehr/CodeSystem/gb12402-2000"/>
      <code value="11"/>
      <display value="国有全资"/>
    </coding>
  </type>
  <type>
    <coding>
      <system
              value="http://hl7.org.cn/fhir/sd/ehr/CodeSystem/hospital-administration-level"/>
      <code value="2"/>
      <display value="市级"/>
    </coding>
  </type>
  <name value="北大国际医院"/>
  <telecom>
    <system value="phone"/>
    <value value="13111222121"/>
  </telecom>
  <address>
    <extension
               url="http://greatsoft.net/fhir/rhip/StructureDefinition/ext-address-administrative-division">
      <valueString value="11010011010"/>
    </extension>
    <use value="work"/>
    <text value="北京市北京市海淀区东升镇北清路1号"/>
    <line value="北清路1号"/>
    <city value="海淀区"/>
    <district value="东升镇"/>
    <state value="北京市"/>
    <postalCode value="100000"/>
  </address>
  <partOf>
    <reference value="Organization/OrganizationExample03"/>
    <display value="第一人民医院"/>
  </partOf>
  <contact>
    <purpose>
      <coding>
        <code value="ADMIN"/>
      </coding>
    </purpose>
    <name>
      <text value="张三"/>
      <family value="张"/>
      <given value="三"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="13111222121"/>
    </telecom>
    <address>
      <use value="home"/>
      <text value="北京市北京市丰台区东升镇北清路1号"/>
      <line value="北清路1号"/>
      <city value="丰台区"/>
      <district value="东升镇"/>
      <state value="北京市"/>
      <postalCode value="100000"/>
    </address>
  </contact>
</Organization>