{
  "resourceType": "StructureDefinition",
  "id": "sdr-causeOfDeath-ContributedToDeathCondition",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>SDR ContributedToDeathCondition Profile</b></p><p>A significant condition that contributed to death but did not result in the underlying cause captured by a `CauseOfDeathCondition`. Corresponds to part 2 of item 32 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.ContributedToDeathCondition maps to Condition:\n  CodeableConcept maps to code\n  Onset maps to onset[x]\n  Subject maps to subject\n  constrain text to 1..1\n  fix clinicalStatus to http://hl7.org/fhir/ValueSet/condition-clinical#active\n</pre></p></div>"
  },
  "url": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-causeOfDeath-ContributedToDeathCondition",
  "identifier": [
    {
      "system": "http://github.com/nightingaleproject/fhirDeathRecord",
      "value": "sdr.causeOfDeath.ContributedToDeathCondition"
    }
  ],
  "version": "0.1.0",
  "name": "ContributedToDeathConditionProfile",
  "title": "SDR ContributedToDeathCondition 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 significant condition that contributed to death but did not result in the underlying cause captured by a `CauseOfDeathCondition`. Corresponds to part 2 of item 32 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).",
  "fhirVersion": "3.0.1",
  "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": "Condition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Condition:sdr-causeOfDeath-ContributedToDeathCondition",
        "path": "Condition",
        "short": "SDR ContributedToDeathCondition Profile",
        "definition": "A significant condition that contributed to death but did not result in the underlying cause captured by a `CauseOfDeathCondition`. Corresponds to part 2 of item 32 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf)."
      },
      {
        "id": "Condition:sdr-causeOfDeath-ContributedToDeathCondition.text",
        "path": "Condition.text",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Condition:sdr-causeOfDeath-ContributedToDeathCondition.clinicalStatus",
        "path": "Condition.clinicalStatus",
        "fixedCode": "active"
      },
      {
        "id": "Condition:sdr-causeOfDeath-ContributedToDeathCondition.code",
        "path": "Condition.code",
        "definition": "Code representing a significant condition that contributed to death but did not result in the underlying cause captured by a `CauseOfDeathCondition`. Corresponds to part 2 of item 32 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf)."
      },
      {
        "id": "Condition:sdr-causeOfDeath-ContributedToDeathCondition.subject",
        "path": "Condition.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
          }
        ]
      },
      {
        "id": "Condition:sdr-causeOfDeath-ContributedToDeathCondition.onset[x]",
        "path": "Condition.onset[x]",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          },
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}