<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="Location" />
  <meta>
    <versionId value="3" />
    <lastUpdated value="2020-06-09T10:01:11.5406118+00:00" />
  </meta>
  <url value="http://StructureDefinition.hl7fhir.cn/Location" />
  <name value="Location" />
  <title value="位置信息" />
  <status value="draft" />
  <description value="位置信息" />
  <fhirVersion value="4.0.0" />
  <mapping>
    <identity value="rim" />
    <uri value="http://hl7.org/v3" />
    <name value="RIM Mapping" />
  </mapping>
  <mapping>
    <identity value="w5" />
    <uri value="http://hl7.org/fhir/fivews" />
    <name value="FiveWs Pattern Mapping" />
  </mapping>
  <kind value="resource" />
  <abstract value="false" />
  <type value="Location" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Location" />
  <derivation value="constraint" />
  <differential>
    <element id="Location">
      <path value="Location" />
      <short value="位置信息" />
      <definition value="提供服务、资源和参与者的物理场所的详细信息" />
    </element>
    <element id="Location.identifier">
      <path value="Location.identifier" />
      <short value="位置的业务编码" />
      <definition value="位置的业务编码，根据管理机构分配给该位置的一个编码，非逻辑ID" />
      <type>
        <code value="Identifier" />
        <profile value="http://StructureDefinition.hl7fhir.cn/Identifier" />
      </type>
    </element>
    <element id="Location.status">
      <path value="Location.status" />
      <short value="状态" />
      <definition value="可描述该位置的状态，在位置状态发生变化的时候，作为标识符使用。&#xD;&#xA;正常使用 | 暂停使用 | 作废的" />
    </element>
    <element id="Location.operationalStatus">
      <path value="Location.operationalStatus" />
      <short value="操作（工作）状态" />
      <definition value="操作状态描述该地点现在的操作的状态，这通常包括的概念，如污染、内务管理和其他活动或者维护。" />
      <type>
        <code value="Coding" />
        <profile value="http://StructureDefinition.hl7fhir.cn/Coding" />
      </type>
    </element>
    <element id="Location.name">
      <path value="Location.name" />
      <short value="位置名称" />
      <definition value="描述该位置的名称。不需要是唯一的。描述当前使用的名称" />
    </element>
    <element id="Location.alias">
      <path value="Location.alias" />
      <short value="位置别名" />
      <definition value="该位置的别名的列表。" />
    </element>
    <element id="Location.description">
      <path value="Location.description" />
      <short value="位置详细信息" />
      <definition value="有关位置的其他详细信息，可以作为进一步的信息显示" />
    </element>
    <element id="Location.mode">
      <path value="Location.mode" />
      <short value="位置模式" />
      <definition value="描述位置的 模式，是 类还是实例，大多数情况下为 实例。&#xD;&#xA;实例：表示位置的特定实例（例如，手术室1A）&#xD;&#xA;类：表示一类位置（例如，任何手术室），尽管此类位置可以被限制在特定的边界内（例如组织，父级位置，地址等）。" />
    </element>
    <element id="Location.type">
      <path value="Location.type" />
      <short value="位置功能类型" />
      <definition value="指示在该位置功能类型。" />
      <type>
        <code value="CodeableConcept" />
        <profile value="http://StructureDefinition.hl7fhir.cn/CodeableConcept" />
      </type>
    </element>
    <element id="Location.telecom">
      <path value="Location.telecom" />
      <type>
        <code value="ContactPoint" />
        <profile value="http://StructureDefinition.hl7fhir.cn/ContactPoint" />
      </type>
    </element>
    <element id="Location.address">
      <path value="Location.address" />
      <definition value="该位置的详细地址" />
      <type>
        <code value="Address" />
        <profile value="http://StructureDefinition.hl7fhir.cn/Address" />
      </type>
    </element>
    <element id="Location.physicalType">
      <path value="Location.physicalType" />
      <short value="位置物理形式" />
      <definition value="位置的物理形式，例如建筑物、房间、车辆、道路。" />
      <type>
        <code value="CodeableConcept" />
        <profile value="http://StructureDefinition.hl7fhir.cn/CodeableConcept" />
      </type>
    </element>
    <element id="Location.position">
      <path value="Location.position" />
      <short value="绝对位置" />
      <definition value="位置的绝对地理位置，使用WGS84基准表示(这与KML中使用的坐标系统相同)。" />
      <max value="0" />
    </element>
    <element id="Location.position.longitude">
      <path value="Location.position.longitude" />
      <short value="经度" />
      <definition value="经度。值域和解释与KML中经度元素的文本相同(参见下面的注释)。" />
      <comment value="Do not use an IEEE type floating point type, instead use something that works like a true decimal, with inbuilt precision (e.g. Java BigInteger)&#xD;&#xA;不要使用IEEE类型的浮点类型，而是使用一些工作方式类似于真正的小数，具有内置的精度(例如Java BigInteger)。" />
    </element>
    <element id="Location.position.latitude">
      <path value="Location.position.latitude" />
      <short value="纬度" />
      <definition value="Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below).&#xD;&#xA;纬度。值域和解释与KML中纬度元素的文本相同(参见下面的注释)。" />
      <comment value="Do not use an IEEE type floating point type, instead use something that works like a true decimal, with inbuilt precision (e.g. Java BigInteger)&#xD;&#xA;不要使用IEEE类型的浮点类型，而是使用一些工作方式类似于真正的小数，具有内置的精度(例如Java BigInteger)。" />
    </element>
    <element id="Location.position.altitude">
      <path value="Location.position.altitude" />
      <short value="高度" />
      <definition value="Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below).&#xD;&#xA;高度。值域和解释与KML中海拔元素的文本相同(参见下面的注释)。" />
    </element>
    <element id="Location.managingOrganization">
      <path value="Location.managingOrganization" />
      <short value="管理组织" />
      <definition value="负责配置和维护位置信息的组织，可以理解为该位置信息的管理部门和所属部门。" />
      <type>
        <code value="Reference" />
        <profile value="http://StructureDefinition.hl7fhir.cn/Reference" />
      </type>
    </element>
    <element id="Location.partOf">
      <path value="Location.partOf" />
      <short value="父位置" />
      <definition value="这个位置在物理上是另一个位置的一部分。" />
      <type>
        <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy">
          <valueBoolean value="true" />
        </extension>
        <code value="Reference" />
        <profile value="http://StructureDefinition.hl7fhir.cn/Reference" />
      </type>
    </element>
    <element id="Location.hoursOfOperation">
      <path value="Location.hoursOfOperation" />
      <short value="营业时间" />
      <definition value="描述该位置 的营业时间，如一周营业几次，每天营业时间。" />
      <comment value="这类信息通常发布在目录和网站上，通知客户该设施何时可用。&#xD;&#xA;地点内的特定服务可能有自己的工作时间，可能比地点工作时间短(或长)。" />
    </element>
    <element id="Location.hoursOfOperation.daysOfWeek">
      <path value="Location.hoursOfOperation.daysOfWeek" />
      <short value="每周营业日" />
      <definition value="描述一周之内的哪些天可使用该位置&#xD;&#xA;mon | tue | wed | thu | fri | sat | sun" />
    </element>
    <element id="Location.hoursOfOperation.allDay">
      <path value="Location.hoursOfOperation.allDay" />
      <short value="是否全天可用" />
      <definition value="描述是否全天可用，如果为true 后面的节点可省略" />
    </element>
    <element id="Location.hoursOfOperation.openingTime">
      <path value="Location.hoursOfOperation.openingTime" />
      <short value="开放时间" />
      <definition value="不是全天开放的情况下，位置的开业时间" />
    </element>
    <element id="Location.hoursOfOperation.closingTime">
      <path value="Location.hoursOfOperation.closingTime" />
      <short value="关闭时间" />
      <definition value="不是全天开放的情况下，位置的关闭时间" />
    </element>
    <element id="Location.availabilityExceptions">
      <path value="Location.availabilityExceptions" />
      <short value="可用性异常的描述" />
      <definition value="营业地点与正常营业地点不同的说明，例如公众假期的供应情况。简明扼要地描述正常站点可用性的所有可能的例外情况，详见开放时间。" />
      <comment value="FHIR字符串的大小不能超过1MB" />
    </element>
    <element id="Location.endpoint">
      <path value="Location.endpoint" />
      <short value="技术端点" />
      <definition value="提供对位置操作的服务的访问的技术端点" />
      <requirements value="Organizations may have different systems at different locations that provide various services and need to be able to define the technical connection details for how to connect to them, and for what purpose.&#xD;&#xA;组织可能在不同的位置拥有不同的系统，这些系统提供各种服务，并且需要能够定义技术连接细节，以便如何连接到它们，以及用于什么目的。" />
      <type>
        <code value="Reference" />
        <profile value="http://StructureDefinition.hl7fhir.cn/Reference" />
      </type>
    </element>
  </differential>
</StructureDefinition>