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