{
  "resourceType": "StructureDefinition",
  "id": "qutpatient-consultation-room",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2020-06-09T10:01:34.7746607+00:00"
  },
  "url": "http://StructureDefinition.hl7fhir.cn/qutpatient-consultation-room",
  "name": "QutpatientConsultationRoom",
  "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://StructureDefinition.hl7fhir.cn/Location",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Location",
        "path": "Location",
        "short": "门诊诊室信息",
        "definition": "描述门诊诊室的基本信息"
      },
      {
        "id": "Location.identifier",
        "path": "Location.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "type"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Location.identifier:consultingRoomCode",
        "path": "Location.identifier",
        "sliceName": "consultingRoomCode",
        "short": "门诊诊室编码",
        "definition": "Unique code or number identifying the location to its users.\r\n门诊诊室编码",
        "max": "1"
      },
      {
        "id": "Location.identifier:otherIdentifier",
        "path": "Location.identifier",
        "sliceName": "otherIdentifier",
        "short": "其他业务编码",
        "definition": "Unique code or number identifying the location to its users.\r\n位置的其他业务编码"
      },
      {
        "id": "Location.identifier:pinYinCode",
        "path": "Location.identifier",
        "sliceName": "pinYinCode",
        "short": "拼音码",
        "definition": "门诊诊室名称的拼音的首字母编码",
        "max": "1"
      },
      {
        "id": "Location.name",
        "path": "Location.name",
        "short": "门诊诊室名称"
      },
      {
        "id": "Location.alias",
        "path": "Location.alias",
        "short": "门诊诊室别名",
        "definition": "门诊诊室的别名列表"
      },
      {
        "id": "Location.description",
        "path": "Location.description",
        "short": "门诊诊室详细信息",
        "definition": "有关门诊诊室的其他详细信息，可以作为进一步的信息显示"
      },
      {
        "id": "Location.type",
        "path": "Location.type",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "coding.system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Location.type:LocationRoleType",
        "path": "Location.type",
        "sliceName": "LocationRoleType",
        "definition": "指示在该位置类型。 此处固定为 门诊诊室",
        "max": "1"
      },
      {
        "id": "Location.type:otherType",
        "path": "Location.type",
        "sliceName": "otherType",
        "short": "其他分类",
        "definition": "按其它分类维度对位置的分类"
      },
      {
        "id": "Location.address",
        "path": "Location.address",
        "short": "门诊诊室地址",
        "definition": "门诊诊室的详细地址"
      },
      {
        "id": "Location.physicalType",
        "path": "Location.physicalType",
        "definition": "位置的物理形式，例如建筑物、房间、车辆、道路。该处固定为  房间\r\n该处描述门诊诊室，固定为  房间"
      },
      {
        "id": "Location.managingOrganization",
        "path": "Location.managingOrganization",
        "short": "管理该诊室的科室/部门",
        "definition": "管理该诊室的科室/部门",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "http://StructureDefinition.hl7fhir.cn/Department"
            ]
          }
        ]
      },
      {
        "id": "Location.hoursOfOperation",
        "path": "Location.hoursOfOperation",
        "definition": "该诊室的营业时间"
      },
      {
        "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.endpoint",
        "path": "Location.endpoint",
        "requirements": "组织可能在不同的位置拥有不同的系统，这些系统提供各种服务，并且需要能够定义技术连接细节，以便如何连接到它们，以及用于什么目的。"
      }
    ]
  }
}