{
  "resourceType": "StructureDefinition",
  "id": "CareTeam",
  "url": "http://StructureDefinition/hl7fhir.cn/CareTeam",
  "name": "CareTeam",
  "title": "医护团队",
  "status": "draft",
  "description": "为某个或某组患者提供卫生健康服务的医护团队，对团队成员在提供此医疗服务时的职责角色和其在组织中的角色进行了区分",
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "CareTeam",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CareTeam",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "CareTeam",
        "path": "CareTeam",
        "short": "为某个或某组患者提供卫生健康服务的医护团队",
        "definition": "医护团队包括了计划为患者提供卫生健康的所有人员和组织。"
      },
      {
        "id": "CareTeam.status",
        "path": "CareTeam.status",
        "definition": "医护团队的当前状态：已签约|活动|暂停|非活动|输入错误"
      },
      {
        "id": "CareTeam.participant",
        "path": "CareTeam.participant",
        "short": "医疗服务团队成员",
        "definition": "描述所有参与医护团队的人员和组织"
      },
      {
        "id": "CareTeam.participant.role",
        "path": "CareTeam.participant.role",
        "short": "在此团队中的职责角色",
        "definition": "用于说明个人、团队或组织在医护团队中所担任的具体责任，如：“初级护士”、“心理顾问”、“护工”、“应急响应团队”等。",
        "comment": "有时可以根据医疗服务人员的类型来推断其在此团队中的角色关系。这些关系通常作为与服务对象患者直接相关的属性，仅存在于此团队场景中。团队成员在此团队场景外的相关角色应通过成员属性(participant.member)来指定",
        "binding": {
          "strength": "extensible",
          "description": "个人、团队或组织参与某项医疗健康服务时承担的职责角色代码值域集",
          "valueSet": "http://ValueSet.hl7fhir.cn/practitioner-involved-role-vs"
        }
      },
      {
        "id": "CareTeam.participant.member",
        "path": "CareTeam.participant.member",
        "short": "团队成员",
        "definition": "所有参与医护团队的成员，包括的医疗服务人员、相关患者、团队和组织。",
        "comment": "医疗服务人员（Practitioner）, 用于指定具体的医疗服务人员其及相关的执业资格/职称。\r\n\r\n医疗服务人员角色（PractitionerRole）, 用于在指定具体的医疗服务人员的同时，明确此人员在其所属组织中的角色/岗位，而非此团队中扮演的角色(CareTeam.participant.role)\r\n\r\n团队成员中的患者（Patient）不能是此团队的医疗服务对象。\r\n\r\n团队成员可以为空，因为初期可能只知道团队中需要哪些角色，特别是在计划草案中。",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://StructureDefinition/hl7fhir.cn/Practitioner",
              "http://StructureDefinition/hl7fhir.cn/PractitionerRole",
              "http://StructureDefinition/hl7fhir.cn/CareTeam",
              "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://hl7.org/fhir/StructureDefinition/Organization"
            ]
          }
        ]
      }
    ]
  }
}