{
  "resourceType": "StructureDefinition",
  "url": "https://simplifier.net/winningtest/people-group-profile",
  "name": "PeopelGroup",
  "title": "人群",
  "status": "draft",
  "date": "2022-06-20T09:49:28.2314608+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Group",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Group",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Group.active",
        "path": "Group.active",
        "fixedBoolean": true
      },
      {
        "id": "Group.type",
        "path": "Group.type",
        "fixedCode": "person"
      },
      {
        "id": "Group.actual",
        "path": "Group.actual",
        "fixedBoolean": false
      },
      {
        "id": "Group.code",
        "path": "Group.code",
        "short": "人群分类",
        "binding": {
          "strength": "required",
          "description": "人群分类代码",
          "valueSet": "urn:oid:1.2.156.112604.1.2.106290"
        }
      },
      {
        "id": "Group.name",
        "path": "Group.name",
        "short": "人群分类名称"
      },
      {
        "id": "Group.quantity",
        "path": "Group.quantity",
        "max": "0"
      },
      {
        "id": "Group.managingEntity",
        "path": "Group.managingEntity",
        "short": "管理实体",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/patient-profile",
              "https://simplifier.net/winningtest/prescription-collector-profile"
            ],
            "aggregation": [
              "referenced",
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Group.characteristic",
        "path": "Group.characteristic",
        "max": "0"
      },
      {
        "id": "Group.member",
        "path": "Group.member",
        "max": "0"
      }
    ]
  }
}