{
  "resourceType": "StructureDefinition",
  "id": "sdr-deathRecord-DeathRecord",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>SDR DeathRecord Profile</b></p><p>A document that details information about the death of an individual. The contents correspond to items included in the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).</p><p><b>SDR Mapping Summary</b></p><p><pre>sdr.deathRecord.DeathRecord maps to Bundle:\n  fix type to http://hl7.org/fhir/bundle-type#document\n  DeathRecordContents maps to entry.resource (slice at = entry; slice on = resource; slice on type = profile)\n</pre></p></div>"
  },
  "url": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-deathRecord-DeathRecord",
  "identifier": [
    {
      "system": "http://github.com/nightingaleproject/fhirDeathRecord",
      "value": "sdr.deathRecord.DeathRecord"
    }
  ],
  "version": "0.1.0",
  "name": "DeathRecordProfile",
  "title": "SDR DeathRecord 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": "A document that details information about the death of an individual. The contents correspond to items included in the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).",
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/w5",
      "name": "W5 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle:sdr-deathRecord-DeathRecord",
        "path": "Bundle",
        "short": "SDR DeathRecord Profile",
        "definition": "A document that details information about the death of an individual. The contents correspond to items included in the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf)."
      },
      {
        "id": "Bundle:sdr-deathRecord-DeathRecord.type",
        "path": "Bundle.type",
        "fixedCode": "document"
      },
      {
        "id": "Bundle:sdr-deathRecord-DeathRecord.entry",
        "path": "Bundle.entry",
        "slicing": {
          "id": "1",
          "discriminator": [
            {
              "type": "profile",
              "path": "resource"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Bundle:sdr-deathRecord-DeathRecord.entry:sdr-deathRecord-DeathRecordContents",
        "path": "Bundle.entry",
        "sliceName": "sdr-deathRecord-DeathRecordContents",
        "short": "DeathRecordContents",
        "definition": "Defines the contents of a death record document. The content is mapped from the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf)."
      },
      {
        "id": "Bundle:sdr-deathRecord-DeathRecord.entry:sdr-deathRecord-DeathRecordContents.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Resource",
            "profile": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-deathRecord-DeathRecordContents"
          }
        ]
      }
    ]
  }
}