{
  "resourceType": "StructureDefinition",
  "id": "outpatient-consultation-room",
  "meta": {
    "lastUpdated": "2020-12-07T02:41:58.398+00:00"
  },
  "url": "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/outpatient-consultation-room",
  "name": "OutpatientConsultationRoom",
  "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",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "type"
            }
          ],
          "rules": "open"
        },
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Identifier"
            ]
          }
        ]
      },
      {
        "id": "Location.identifier:consulting-room-identifier",
        "path": "Location.identifier",
        "sliceName": "consulting-room-identifier",
        "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.status",
        "path": "Location.status",
        "short": "状态",
        "definition": "可描述该位置的状态，在位置状态发生变化的时候，作为标识符使用。\r\n正常使用 | 暂停使用 | 作废的"
      },
      {
        "id": "Location.status.extension",
        "path": "Location.status.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Location.status.extension:status",
        "path": "Location.status.extension",
        "sliceName": "status",
        "short": "状态",
        "definition": "可描述该位置的状态，在位置状态发生变化的时候，作为标识符使用。\r\n正常使用 | 暂停使用 | 作废的",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/resource-status"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.scwjxx.cn/Sichuan/ValueSet/location-status-vs"
        }
      },
      {
        "id": "Location.status.extension:status.value[x]",
        "path": "Location.status.extension.value[x]",
        "binding": {
          "strength": "example",
          "description": "诊室状态",
          "valueSet": "http://fhir.scwjxx.cn/Sichuan/ValueSet/location-status-vs"
        }
      },
      {
        "id": "Location.operationalStatus",
        "path": "Location.operationalStatus",
        "short": "操作状态",
        "definition": "业务状况包括与床(但也可以适用于房间/单位/椅子/等)最相关的业务价值。例如隔离装置/透析椅)。这通常包括诸如污染、清洁和其他活动(如维护)等概念。",
        "binding": {
          "strength": "preferred",
          "valueSet": "http://fhir.scwjxx.cn/Sichuan/ValueSet/operation-status-vs"
        }
      },
      {
        "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.mode",
        "path": "Location.mode",
        "max": "0"
      },
      {
        "id": "Location.type",
        "path": "Location.type",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "coding.system"
            }
          ],
          "rules": "open"
        },
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/CodeableConcept"
            ]
          }
        ]
      },
      {
        "id": "Location.type:LocationRoleType",
        "path": "Location.type",
        "sliceName": "LocationRoleType",
        "definition": "指示在该位置类型。 此处固定为 门诊诊室",
        "max": "1",
        "binding": {
          "strength": "extensible",
          "description": "位置功能类型",
          "valueSet": "http://fhir.scwjxx.cn/Sichuan/ValueSet/location-role-type-vs"
        }
      },
      {
        "id": "Location.type:otherType",
        "path": "Location.type",
        "sliceName": "otherType",
        "short": "其他分类",
        "definition": "按其它分类维度对位置的分类"
      },
      {
        "id": "Location.telecom",
        "path": "Location.telecom",
        "short": "联系方式",
        "max": "0"
      },
      {
        "id": "Location.address",
        "path": "Location.address",
        "short": "门诊诊室地址",
        "definition": "门诊诊室的详细地址"
      },
      {
        "id": "Location.physicalType",
        "path": "Location.physicalType",
        "short": "物理类型",
        "definition": "位置的物理形式，例如建筑物、房间、车辆、道路。该处固定为  房间\r\n该处描述门诊诊室，固定为  房间",
        "binding": {
          "strength": "example",
          "description": "位置物理形式",
          "valueSet": "http://fhir.scwjxx.cn/Sichuan/ValueSet/location-physical-type-vs"
        }
      },
      {
        "id": "Location.position",
        "path": "Location.position",
        "max": "0"
      },
      {
        "id": "Location.managingOrganization",
        "path": "Location.managingOrganization",
        "short": "管理该诊室的科室/部门",
        "definition": "管理该诊室的科室/部门",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Department"
            ]
          }
        ]
      },
      {
        "id": "Location.partOf",
        "path": "Location.partOf",
        "short": "父位置",
        "definition": "在物理上包含本位置的位置",
        "max": "0"
      },
      {
        "id": "Location.hoursOfOperation",
        "path": "Location.hoursOfOperation",
        "short": "这个地方一周中通常开几天几次",
        "definition": "该诊室的营业时间"
      },
      {
        "id": "Location.hoursOfOperation.daysOfWeek",
        "path": "Location.hoursOfOperation.daysOfWeek",
        "definition": "描述一周之内的哪些天可使用该门诊诊室\r\nmon | tue | wed | thu | fri | sat | sun"
      },
      {
        "id": "Location.hoursOfOperation.openingTime",
        "path": "Location.hoursOfOperation.openingTime",
        "definition": "不是全天开放的情况下，门诊诊室的开业时间"
      },
      {
        "id": "Location.hoursOfOperation.closingTime",
        "path": "Location.hoursOfOperation.closingTime",
        "definition": "不是全天开放的情况下，门诊诊室的关闭时间"
      },
      {
        "id": "Location.availabilityExceptions",
        "path": "Location.availabilityExceptions",
        "short": "可用性异常描述",
        "definition": "我们的营业地点与正常营业地点的不同之处的描述，例如公众假期的供应情况。按照开放时间时间的详细说明，简洁地描述所有可能的正常网站可用性例外情况。"
      },
      {
        "id": "Location.endpoint",
        "path": "Location.endpoint",
        "short": "提供对为该位置操作的服务的访问的技术端点",
        "definition": "提供对为该位置操作的服务的访问的技术端点",
        "requirements": "组织可能在不同的位置拥有不同的系统，这些系统提供各种服务，并且需要能够定义技术连接细节，以便如何连接到它们，以及用于什么目的。",
        "max": "0"
      }
    ]
  }
}