{
  "resourceType": "StructureDefinition",
  "id": "ext-Group-Contact",
  "url": "https://bpcs.exchange/fhir/StructureDefinition/ext-Group-Contact",
  "name": "GroupContact",
  "title": "Group Contact",
  "status": "active",
  "experimental": false,
  "description": "Indicates the family member that is the contact person for this family.",
  "fhirVersion": "5.0.0",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Group"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "contact",
        "definition": "Indicates the family member that is the contact person for this family.",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://bpcs.exchange/fhir/StructureDefinition/ext-Group-Contact",
        "mustSupport": true
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "profile": [
              "https://bpcs.exchange/fhir/StructureDefinition/profile-Reference-rest"
            ],
            "targetProfile": [
              "https://bpcs.exchange/fhir/StructureDefinition/profile-Patient-search",
              "https://bpcs.exchange/fhir/StructureDefinition/profile-RelatedPerson-delegate-create"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}