{
  "resourceType": "StructureDefinition",
  "id": "sdr-decedent-Decedent",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>SDR Decedent Profile</b></p><p>The subject of the death record (the decedent). Extensions are used to capture additional information from the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf) where the Patient resource does not include an equivalent property.</p><p><b>SDR Mapping Summary</b></p><p><pre>sdr.decedent.Decedent maps to Patient:\n  constrain deceased[x] to 1..1\n  fix deceased[x] to true\n  constrain name to 1..1\n  LegalName maps to name.text\n  fix name.use to http://hl7.org/fhir/codesystem-name-use#official\n  Sex maps to http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex\n  DateOfBirth maps to birthDate\n  constrain identifier to 1..*\n  DecedentID maps to identifier (slice on = identifier.type)\n  PostalAddress maps to address (slice on = address.use)\n  constrain address.use to 1..1\n  SurvivingSpouse maps to contact (slice on = contact.relationship)\n  constrain contact.name to 1..1\n  constrain contact.name.text to 1..1\n  SurvivingSpouse.LegalName maps to contact.name.text\n  SurvivingSpouse.RelationshipType maps to contact.relationship\n  SurvivingSpouse.PostalAddress maps to contact.address\n  Father maps to contact\n  Father.LegalName maps to contact.name.text\n  Father.RelationshipType maps to contact.relationship\n  Father.PostalAddress maps to contact.address\n  Mother maps to contact\n  Mother.LegalName maps to contact.name.text\n  Mother.RelationshipType maps to contact.relationship\n  Mother.PostalAddress maps to contact.address\n  Informant maps to contact\n  Informant.LegalName maps to contact.name.text\n  Informant.RelationshipType maps to contact.relationship\n  Informant.PostalAddress maps to contact.address\n  Ethnicity maps to http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity\n  Race maps to http://hl7.org/fhir/us/core/StructureDefinition/us-core-race\n</pre></p></div>"
  },
  "url": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-Decedent",
  "identifier": [
    {
      "system": "http://github.com/nightingaleproject/fhirDeathRecord",
      "value": "sdr.decedent.Decedent"
    }
  ],
  "version": "0.1.0",
  "name": "DecedentProfile",
  "title": "SDR Decedent Profile",
  "status": "draft",
  "date": "2018-06-14T04:00:00+00:00",
  "publisher": "The MITRE Corporation: Nightingale Project",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://github.com/nightingaleproject/fhirDeathRecord"
        }
      ]
    }
  ],
  "description": "The subject of the death record (the decedent). Extensions are used to capture additional information from the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf) where the Patient resource does not include an equivalent property.",
  "purpose": "Tracking patient is the center of the healthcare process.",
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/w5",
      "name": "W5 Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "loinc",
      "uri": "http://loinc.org",
      "name": "LOINC code for the element"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient:sdr-decedent-Decedent",
        "path": "Patient",
        "short": "SDR Decedent Profile",
        "definition": "The subject of the death record (the decedent). Extensions are used to capture additional information from the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf) where the Patient resource does not include an equivalent property."
      },
      {
        "id": "Patient:sdr-decedent-Decedent.extension:sex",
        "path": "Patient.extension",
        "sliceName": "sex",
        "definition": "The birth sex of the decedent. Corresponds to item 2 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex"
          }
        ]
      },
      {
        "id": "Patient:sdr-decedent-Decedent.extension:ethnicity",
        "path": "Patient.extension",
        "sliceName": "ethnicity",
        "definition": "Decedent of hispanic origin? Corresponds to item 52 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
          }
        ]
      },
      {
        "id": "Patient:sdr-decedent-Decedent.extension:race",
        "path": "Patient.extension",
        "sliceName": "race",
        "definition": "Decedent's race. Corresponds to item 53 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
          }
        ]
      },
      {
        "id": "Patient:sdr-decedent-Decedent.extension:age",
        "path": "Patient.extension",
        "sliceName": "age",
        "definition": "The decedent's age in years at last birthday. Corresponds to item 4a of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-Age-extension"
          }
        ]
      },
      {
        "id": "Patient:sdr-decedent-Decedent.extension:birthplace",
        "path": "Patient.extension",
        "sliceName": "birthplace",
        "definition": "Decedents place of birth. Corresponds to item 6 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-Birthplace-extension"
          }
        ]
      },
      {
        "id": "Patient:sdr-decedent-Decedent.extension:servedinarmedforces",
        "path": "Patient.extension",
        "sliceName": "servedinarmedforces",
        "definition": "Whether the decedent ever served in the US armed forces. Corresponds to item 8 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-ServedInArmedForces-extension"
          }
        ]
      },
      {
        "id": "Patient:sdr-decedent-Decedent.extension:maritalstatusatdeath",
        "path": "Patient.extension",
        "sliceName": "maritalstatusatdeath",
        "definition": "The marital status of the decedent at the time of death. Corresponds to item 9 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-MaritalStatusAtDeath-extension"
          }
        ]
      },
      {
        "id": "Patient:sdr-decedent-Decedent.extension:placeofdeath",
        "path": "Patient.extension",
        "sliceName": "placeofdeath",
        "definition": "The location where death occurred. Corresponds to items 14, 15, 16 and 17 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-PlaceOfDeath-extension"
          }
        ]
      },
      {
        "id": "Patient:sdr-decedent-Decedent.extension:disposition",
        "path": "Patient.extension",
        "sliceName": "disposition",
        "definition": "Disposition of the decedent's body. Corresponds to items 18, 19, 20, 21, 22 and 23 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-Disposition-extension"
          }
        ]
      },
      {
        "id": "Patient:sdr-decedent-Decedent.extension:education",
        "path": "Patient.extension",
        "sliceName": "education",
        "definition": "Decedent's level of education. Corresponds to item 51 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-Education-extension"
          }
        ]
      },
      {
        "id": "Patient:sdr-decedent-Decedent.extension:occupation",
        "path": "Patient.extension",
        "sliceName": "occupation",
        "definition": "Decedent's usual occupation. Corresponds to items 54 and 55 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-Occupation-extension"
          }
        ]
      },
      {
        "id": "Patient:sdr-decedent-Decedent.identifier",
        "path": "Patient.identifier",
        "slicing": {
          "id": "7",
          "discriminator": [
            {
              "type": "value",
              "path": "identifier.type"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "min": 1,
        "max": "*"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.identifier:sdr-decedent-DecedentID",
        "path": "Patient.identifier",
        "sliceName": "sdr-decedent-DecedentID",
        "short": "DecedentID",
        "definition": "An identifier for the decedent.",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Identifier",
            "profile": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-DecedentID"
          }
        ]
      },
      {
        "id": "Patient:sdr-decedent-Decedent.name",
        "path": "Patient.name",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.name.use",
        "path": "Patient.name.use",
        "fixedCode": "official"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.name.text",
        "path": "Patient.name.text",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.deceasedBoolean",
        "path": "Patient.deceasedBoolean",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "fixedBoolean": true
      },
      {
        "id": "Patient:sdr-decedent-Decedent.address",
        "path": "Patient.address",
        "slicing": {
          "id": "1",
          "discriminator": [
            {
              "type": "value",
              "path": "address.use"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Patient:sdr-decedent-Decedent.address.use",
        "path": "Patient.address.use",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.address:shr-core-PostalAddress",
        "path": "Patient.address",
        "sliceName": "shr-core-PostalAddress",
        "short": "PostalAddress",
        "definition": "An address expressed using postal conventions (as opposed to GPS or other location definition formats). This data type may be used to convey addresses for use in delivering mail as well as for visiting locations and which might not be valid for mail delivery. There are a variety of postal address formats defined around the world. (Source: HL7 FHIR).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Address",
            "profile": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/shr-core-PostalAddress"
          }
        ]
      },
      {
        "id": "Patient:sdr-decedent-Decedent.address:shr-core-PostalAddress.use",
        "path": "Patient.address.use",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact",
        "path": "Patient.contact",
        "slicing": {
          "id": "2",
          "discriminator": [
            {
              "type": "value",
              "path": "contact.relationship"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-SurvivingSpouse",
        "path": "Patient.contact",
        "sliceName": "sdr-decedent-SurvivingSpouse",
        "short": "SurvivingSpouse",
        "definition": "The surviving spouse of the decedent. Corresponds to item 10 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-SurvivingSpouse.relationship",
        "path": "Patient.contact.relationship",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-SurvivingSpouse.relationship.coding",
        "path": "Patient.contact.relationship.coding",
        "slicing": {
          "id": "3",
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-SurvivingSpouse.relationship.coding:Fixed_N",
        "path": "Patient.contact.relationship.coding",
        "sliceName": "Fixed_N",
        "definition": "A reference to a code defined by a terminology system.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-SurvivingSpouse.relationship.coding:Fixed_N.system",
        "path": "Patient.contact.relationship.coding.system",
        "fixedUri": "http://hl7.org/fhir/v2/0131"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-SurvivingSpouse.relationship.coding:Fixed_N.code",
        "path": "Patient.contact.relationship.coding.code",
        "fixedCode": "N"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-SurvivingSpouse.name",
        "path": "Patient.contact.name",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-SurvivingSpouse.name.text",
        "path": "Patient.contact.name.text",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-SurvivingSpouse.address",
        "path": "Patient.contact.address",
        "type": [
          {
            "code": "Address",
            "profile": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/shr-core-PostalAddress"
          }
        ]
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Father",
        "path": "Patient.contact",
        "sliceName": "sdr-decedent-Father",
        "short": "Father",
        "definition": "The father of the decedent. Corresponds to item 11 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Father.relationship",
        "path": "Patient.contact.relationship",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Father.relationship.coding",
        "path": "Patient.contact.relationship.coding",
        "slicing": {
          "id": "4",
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Father.relationship.coding:Fixed_N",
        "path": "Patient.contact.relationship.coding",
        "sliceName": "Fixed_N",
        "definition": "A reference to a code defined by a terminology system.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Father.relationship.coding:Fixed_N.system",
        "path": "Patient.contact.relationship.coding.system",
        "fixedUri": "http://hl7.org/fhir/v2/0131"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Father.relationship.coding:Fixed_N.code",
        "path": "Patient.contact.relationship.coding.code",
        "fixedCode": "N"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Father.name",
        "path": "Patient.contact.name",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Father.name.text",
        "path": "Patient.contact.name.text",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Father.address",
        "path": "Patient.contact.address",
        "type": [
          {
            "code": "Address",
            "profile": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/shr-core-PostalAddress"
          }
        ]
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Mother",
        "path": "Patient.contact",
        "sliceName": "sdr-decedent-Mother",
        "short": "Mother",
        "definition": "The mother of the decedent. Corresponds to item 12 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Mother.relationship",
        "path": "Patient.contact.relationship",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Mother.relationship.coding",
        "path": "Patient.contact.relationship.coding",
        "slicing": {
          "id": "5",
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Mother.relationship.coding:Fixed_N",
        "path": "Patient.contact.relationship.coding",
        "sliceName": "Fixed_N",
        "definition": "A reference to a code defined by a terminology system.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Mother.relationship.coding:Fixed_N.system",
        "path": "Patient.contact.relationship.coding.system",
        "fixedUri": "http://hl7.org/fhir/v2/0131"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Mother.relationship.coding:Fixed_N.code",
        "path": "Patient.contact.relationship.coding.code",
        "fixedCode": "N"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Mother.name",
        "path": "Patient.contact.name",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Mother.name.text",
        "path": "Patient.contact.name.text",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Mother.address",
        "path": "Patient.contact.address",
        "type": [
          {
            "code": "Address",
            "profile": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/shr-core-PostalAddress"
          }
        ]
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Informant",
        "path": "Patient.contact",
        "sliceName": "sdr-decedent-Informant",
        "short": "Informant",
        "definition": "The decedent's informant. Corresponds to item 13 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Informant.relationship",
        "path": "Patient.contact.relationship",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Informant.relationship.coding",
        "path": "Patient.contact.relationship.coding",
        "slicing": {
          "id": "6",
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Informant.relationship.coding:Fixed_CP",
        "path": "Patient.contact.relationship.coding",
        "sliceName": "Fixed_CP",
        "definition": "A reference to a code defined by a terminology system.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Informant.relationship.coding:Fixed_CP.system",
        "path": "Patient.contact.relationship.coding.system",
        "fixedUri": "http://hl7.org/fhir/v2/0131"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Informant.relationship.coding:Fixed_CP.code",
        "path": "Patient.contact.relationship.coding.code",
        "fixedCode": "CP"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Informant.name",
        "path": "Patient.contact.name",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Informant.name.text",
        "path": "Patient.contact.name.text",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient:sdr-decedent-Decedent.contact:sdr-decedent-Informant.address",
        "path": "Patient.contact.address",
        "type": [
          {
            "code": "Address",
            "profile": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/shr-core-PostalAddress"
          }
        ]
      }
    ]
  }
}