{
  "resourceType": "StructureDefinition",
  "id": "sdr-causeOfDeath-DatePronouncedDead",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>SDR DatePronouncedDead Profile</b></p><p>Date pronounced dead. Corresponds to items 24 and 25 of 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.causeOfDeath.DatePronouncedDead maps to Observation:\n  dateTime maps to value[x]\n  ObservationCode maps to code\n  constrain code.coding to 1..*\n  Subject maps to subject\n</pre></p></div>"
  },
  "url": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-causeOfDeath-DatePronouncedDead",
  "identifier": [
    {
      "system": "http://github.com/nightingaleproject/fhirDeathRecord",
      "value": "sdr.causeOfDeath.DatePronouncedDead"
    }
  ],
  "version": "0.1.0",
  "name": "DatePronouncedDeadProfile",
  "title": "SDR DatePronouncedDead 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": "Date pronounced dead. Corresponds to items 24 and 25 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).",
  "purpose": "Observations are a key aspect of healthcare.  This resource is used to capture those that do not require more sophisticated mechanisms.",
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Mapping"
    },
    {
      "identity": "sct-concept",
      "uri": "http://snomed.info/conceptdomain",
      "name": "SNOMED CT Concept Domain Binding"
    },
    {
      "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"
    },
    {
      "identity": "sct-attr",
      "uri": "http://snomed.info/sct",
      "name": "SNOMED CT Attribute Binding"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation:sdr-causeOfDeath-DatePronouncedDead",
        "path": "Observation",
        "short": "SDR DatePronouncedDead Profile",
        "definition": "Date pronounced dead. Corresponds to items 24 and 25 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf)."
      },
      {
        "id": "Observation:sdr-causeOfDeath-DatePronouncedDead.code",
        "path": "Observation.code"
      },
      {
        "id": "Observation:sdr-causeOfDeath-DatePronouncedDead.code.coding",
        "path": "Observation.code.coding",
        "slicing": {
          "id": "1",
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "min": 1,
        "max": "*"
      },
      {
        "id": "Observation:sdr-causeOfDeath-DatePronouncedDead.code.coding:Fixed_80616-6",
        "path": "Observation.code.coding",
        "sliceName": "Fixed_80616-6",
        "short": "Date pronounced dead",
        "definition": "Date pronounced dead",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true
      },
      {
        "id": "Observation:sdr-causeOfDeath-DatePronouncedDead.code.coding:Fixed_80616-6.system",
        "path": "Observation.code.coding.system",
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation:sdr-causeOfDeath-DatePronouncedDead.code.coding:Fixed_80616-6.code",
        "path": "Observation.code.coding.code",
        "fixedCode": "80616-6"
      },
      {
        "id": "Observation:sdr-causeOfDeath-DatePronouncedDead.subject",
        "path": "Observation.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
          }
        ]
      },
      {
        "id": "Observation:sdr-causeOfDeath-DatePronouncedDead.valueDateTime",
        "path": "Observation.valueDateTime",
        "definition": "DateTime representing date pronounced dead. Corresponds to items 24 and 25 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      }
    ]
  }
}