{
  "resourceType": "StructureDefinition",
  "id": "Person",
  "url": "https://fhir.centraxx.de/StructureDefinition/Person",
  "version": "2025.4.0",
  "name": "Person",
  "status": "active",
  "publisher": "Kairos an IQVIA business",
  "description": "Represents a CentraXX participant. This resource is read-only.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Person",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Person",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Person.extension",
        "path": "Person.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "closed"
        },
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Person.extension:updateWithOverwrite",
        "path": "Person.extension",
        "sliceName": "updateWithOverwrite",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.centraxx.de/extension/updateWithOverwrite"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Person.identifier",
        "path": "Person.identifier",
        "mustSupport": true
      },
      {
        "id": "Person.identifier.value",
        "path": "Person.identifier.value",
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Person.name",
        "path": "Person.name",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Person.name.text",
        "path": "Person.name.text",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Person.name.family",
        "path": "Person.name.family",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Person.name.given",
        "path": "Person.name.given",
        "min": 0,
        "max": "*",
        "mustSupport": true
      },
      {
        "id": "Person.name.prefix",
        "path": "Person.name.prefix",
        "min": 0,
        "max": "*",
        "mustSupport": true
      },
      {
        "id": "Person.telecom",
        "path": "Person.telecom",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "rank"
            }
          ],
          "rules": "closed"
        },
        "min": 0,
        "max": "5",
        "mustSupport": true
      },
      {
        "id": "Person.telecom:phone1",
        "path": "Person.telecom",
        "sliceName": "phone1",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Person.telecom:phone1.system",
        "path": "Person.telecom.system",
        "min": 0,
        "max": "1",
        "fixedString": "phone",
        "mustSupport": true
      },
      {
        "id": "Person.telecom:phone1.value",
        "path": "Person.telecom.value",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Person.telecom:phone1.use",
        "path": "Person.telecom.use",
        "min": 0,
        "max": "1",
        "fixedString": "home",
        "mustSupport": true
      },
      {
        "id": "Person.telecom:phone1.rank",
        "path": "Person.telecom.rank",
        "min": 1,
        "max": "1",
        "fixedInteger": 1,
        "mustSupport": true
      },
      {
        "id": "Person.telecom:phone2",
        "path": "Person.telecom",
        "sliceName": "phone2",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Person.telecom:phone2.system",
        "path": "Person.telecom.system",
        "min": 0,
        "max": "1",
        "fixedString": "phone",
        "mustSupport": true
      },
      {
        "id": "Person.telecom:phone2.value",
        "path": "Person.telecom.value",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Person.telecom:phone2.use",
        "path": "Person.telecom.use",
        "min": 0,
        "max": "1",
        "fixedString": "home",
        "mustSupport": true
      },
      {
        "id": "Person.telecom:phone2.rank",
        "path": "Person.telecom.rank",
        "min": 1,
        "max": "1",
        "fixedInteger": 2,
        "mustSupport": true
      },
      {
        "id": "Person.telecom:email",
        "path": "Person.telecom",
        "sliceName": "email",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Person.telecom:email.system",
        "path": "Person.telecom.system",
        "min": 0,
        "max": "1",
        "fixedString": "email",
        "mustSupport": true
      },
      {
        "id": "Person.telecom:email.value",
        "path": "Person.telecom.value",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Person.telecom:email.use",
        "path": "Person.telecom.use",
        "min": 0,
        "max": "1",
        "fixedString": "home",
        "mustSupport": true
      },
      {
        "id": "Person.telecom:email.rank",
        "path": "Person.telecom.rank",
        "min": 1,
        "max": "1",
        "fixedInteger": 3,
        "mustSupport": true
      },
      {
        "id": "Person.telecom:cellPhone",
        "path": "Person.telecom",
        "sliceName": "cellPhone",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Person.telecom:cellPhone.system",
        "path": "Person.telecom.system",
        "min": 0,
        "max": "1",
        "fixedString": "phone",
        "mustSupport": true
      },
      {
        "id": "Person.telecom:cellPhone.value",
        "path": "Person.telecom.value",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Person.telecom:cellPhone.use",
        "path": "Person.telecom.use",
        "min": 0,
        "max": "1",
        "fixedString": "mobile",
        "mustSupport": true
      },
      {
        "id": "Person.telecom:cellPhone.rank",
        "path": "Person.telecom.rank",
        "min": 1,
        "max": "1",
        "fixedInteger": 4,
        "mustSupport": true
      },
      {
        "id": "Person.telecom:fax",
        "path": "Person.telecom",
        "sliceName": "fax",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Person.telecom:fax.system",
        "path": "Person.telecom.system",
        "min": 0,
        "max": "1",
        "fixedString": "fax",
        "mustSupport": true
      },
      {
        "id": "Person.telecom:fax.value",
        "path": "Person.telecom.value",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Person.telecom:fax.use",
        "path": "Person.telecom.use",
        "min": 0,
        "max": "1",
        "fixedString": "home",
        "mustSupport": true
      },
      {
        "id": "Person.telecom:fax.rank",
        "path": "Person.telecom.rank",
        "min": 1,
        "max": "1",
        "fixedInteger": 5,
        "mustSupport": true
      },
      {
        "id": "Person.gender",
        "path": "Person.gender",
        "short": "MALE | FEMALE | HERMAPHRODIT | UNKNOWN | UNDEFINED | OTHER | X",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Person.birthDate",
        "path": "Person.birthDate",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Person.address",
        "path": "Person.address",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Person.address.type",
        "path": "Person.address.type",
        "min": 1,
        "max": "1",
        "fixedString": "postal",
        "mustSupport": true
      },
      {
        "id": "Person.address.line",
        "path": "Person.address.line",
        "min": 0,
        "max": "2",
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Person.address.city",
        "path": "Person.address.city",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Person.address.postalCode",
        "path": "Person.address.postalCode",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Person.active",
        "path": "Person.active",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}