{
  "resourceType": "StructureDefinition",
  "id": "individual",
  "url": "https://treestudio.healthincode.com/fhir/StructureDefinition/Individual",
  "name": "Individual",
  "title": "individual",
  "status": "active",
  "description": "Profile to represent an individual, can be a patient or not",
  "fhirVersion": "4.0.0",
  "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": "open"
        }
      },
      {
        "id": "Person.extension:code",
        "path": "Person.extension",
        "sliceName": "code",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://treestudio.healthincode.com/fhir/StructureDefinition/individual-code"
            ]
          }
        ]
      },
      {
        "id": "Person.extension:highlight",
        "path": "Person.extension",
        "sliceName": "highlight",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://treestudio.healthincode.com/fhir/StructureDefinition/individual-highlight"
            ]
          }
        ]
      },
      {
        "id": "Person.extension:pedigreeNumber",
        "path": "Person.extension",
        "sliceName": "pedigreeNumber",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://treestudio.healthincode.com/fhir/StructureDefinition/individual-pedigree-number"
            ]
          }
        ]
      },
      {
        "id": "Person.extension:unborn",
        "path": "Person.extension",
        "sliceName": "unborn",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://treestudio.healthincode.com/fhir/StructureDefinition/individual-unborn"
            ]
          }
        ]
      },
      {
        "id": "Person.extension:count",
        "path": "Person.extension",
        "sliceName": "count",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://treestudio.healthincode.com/fhir/StructureDefinition/individual-count"
            ]
          }
        ]
      },
      {
        "id": "Person.extension:gestation",
        "path": "Person.extension",
        "sliceName": "gestation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://treestudio.healthincode.com/fhir/StructureDefinition/individual-accumulated-time-gestation"
            ]
          }
        ]
      },
      {
        "id": "Person.extension:age",
        "path": "Person.extension",
        "sliceName": "age",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://treestudio.healthincode.com/fhir/StructureDefinition/individual-accumulated-time-age"
            ]
          }
        ]
      },
      {
        "id": "Person.extension:death",
        "path": "Person.extension",
        "sliceName": "death",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://treestudio.healthincode.com/fhir/StructureDefinition/individual-accumulated-time-death"
            ]
          }
        ]
      },
      {
        "id": "Person.extension:docEval",
        "path": "Person.extension",
        "sliceName": "docEval",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://treestudio.healthincode.com/fhir/StructureDefinition/individual-doc-eval"
            ]
          }
        ]
      },
      {
        "id": "Person.extension:biofam",
        "path": "Person.extension",
        "sliceName": "biofam",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://treestudio.healthincode.com/fhir/StructureDefinition/individual-biofam"
            ]
          }
        ]
      },
      {
        "id": "Person.extension:adofam",
        "path": "Person.extension",
        "sliceName": "adofam",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://treestudio.healthincode.com/fhir/StructureDefinition/individual-adofam"
            ]
          }
        ]
      },
      {
        "id": "Person.extension:twin",
        "path": "Person.extension",
        "sliceName": "twin",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://treestudio.healthincode.com/fhir/StructureDefinition/individual-twin"
            ]
          }
        ]
      },
      {
        "id": "Person.extension:comment",
        "path": "Person.extension",
        "sliceName": "comment",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://treestudio.healthincode.com/fhir/StructureDefinition/individual-comment"
            ]
          }
        ]
      }
    ]
  }
}