{
  "resourceType": "StructureDefinition",
  "id": "Person",
  "meta": {
    "lastUpdated": "2020-12-07T01:50:39.551+00:00"
  },
  "url": "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Person",
  "name": "Person",
  "title": "居民",
  "status": "draft",
  "date": "2019-10-16",
  "description": "居民，用于建档注册。可用作EMPI主索引。，可关联其他自然人、患者、医生等。扩展了籍贯、学历、国籍等。",
  "fhirVersion": "4.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Person",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Person",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Person",
        "path": "Person",
        "short": "居民档案",
        "definition": "和医疗记录无关的人口学个人档案。可用作EMPI主索引。",
        "comment": "居民资源是与人相关的人口(学)信息和管理信息，它与特定健康相关场景无关，主要用于人口档案的建档与注册。 此资源是作为EMPI主索引的重要资源，它可链接到此人的一个特定角色，如患者，从业者和照护人员。 它保持着简练的与人相关的属性。与角色有关的属性，不与此资源直接联系在一起，而是包含在那此具有角色特性的资源里。 例如监护人、联系人、从业者等。"
      },
      {
        "id": "Person.extension",
        "path": "Person.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Person.extension:DegreeOfEducation",
        "path": "Person.extension",
        "sliceName": "DegreeOfEducation",
        "definition": "教育背景，非学位",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/degree-of-education"
            ]
          }
        ]
      },
      {
        "id": "Person.extension:nationality",
        "path": "Person.extension",
        "sliceName": "nationality",
        "definition": "是哪（几）国的居民",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Nationality"
            ]
          }
        ]
      },
      {
        "id": "Person.extension:ethnicity",
        "path": "Person.extension",
        "sliceName": "ethnicity",
        "definition": "中华56个民族中的哪个。仅供华人填写",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/ChineseEthnicity"
            ]
          }
        ]
      },
      {
        "id": "Person.extension:birthPlace",
        "path": "Person.extension",
        "sliceName": "birthPlace",
        "short": "籍贯",
        "definition": "籍贯，即出生地的行政区",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/administrative-division"
            ]
          }
        ]
      },
      {
        "id": "Person.name",
        "path": "Person.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "HumanName",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/ChineseName"
            ]
          }
        ]
      },
      {
        "id": "Person.telecom",
        "path": "Person.telecom",
        "type": [
          {
            "code": "ContactPoint",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/ContactPoint"
            ]
          }
        ]
      },
      {
        "id": "Person.birthDate",
        "path": "Person.birthDate",
        "short": "出生日期",
        "definition": "描述这个人的出生日期。"
      },
      {
        "id": "Person.address",
        "path": "Person.address",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Address"
            ]
          }
        ]
      },
      {
        "id": "Person.photo",
        "path": "Person.photo",
        "short": "照片",
        "definition": "一种图像，可以显示为一个人的缩略图，以增强个人的识别。",
        "type": [
          {
            "code": "Attachment",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Attachment"
            ]
          }
        ]
      },
      {
        "id": "Person.managingOrganization",
        "path": "Person.managingOrganization",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Reference"
            ],
            "targetProfile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Organization"
            ]
          }
        ]
      },
      {
        "id": "Person.active",
        "path": "Person.active",
        "short": "状态",
        "definition": "此人的记录是否被有效使用。"
      },
      {
        "id": "Person.link.target",
        "path": "Person.link.target",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Reference"
            ],
            "targetProfile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Person",
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Patient",
              "http://StructureDefinition/hl7fhir.cn/Practitioner",
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/RelatedPerson"
            ]
          }
        ]
      }
    ]
  }
}