{
  "resourceType": "StructureDefinition",
  "url": "https://example.org/fhir/StructureDefinition/NorthwellPerson",
  "name": "Person",
  "status": "draft",
  "fhirVersion": "4.3.0",
  "kind": "resource",
  "abstract": false,
  "type": "Person",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Person",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Person.extension:EmployeeStatus",
        "path": "Person.extension",
        "sliceName": "EmployeeStatus",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://northwell.edu/extensions/StructureDefinition/employee-status"
            ]
          }
        ]
      },
      {
        "id": "Person.extension:VeteranStatus",
        "path": "Person.extension",
        "sliceName": "VeteranStatus",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://northwell.edu/extensions/StructureDefinition/veteran-status"
            ]
          }
        ]
      },
      {
        "id": "Person.identifier",
        "path": "Person.identifier",
        "min": 1
      },
      {
        "id": "Person.name",
        "path": "Person.name",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Person.gender",
        "path": "Person.gender",
        "min": 1
      }
    ]
  }
}