{
  "resourceType": "ValueSet",
  "id": "sdr-causeOfDeath-MannerOfDeathVS",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>SDR MannerOfDeathVS ValueSet</b></p><p>Manner of death. Corresponds to the allowed values for item 37 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).</p></div>"
  },
  "url": "http://github.com/nightingaleproject/fhirDeathRecord/sdr/causeOfDeath/vs/MannerOfDeathVS",
  "identifier": [
    {
      "system": "http://github.com/nightingaleproject/fhirDeathRecord",
      "value": "sdr.causeOfDeath.MannerOfDeathVS"
    }
  ],
  "version": "0.1.0",
  "name": "MannerOfDeathVS",
  "title": "SDR MannerOfDeathVS ValueSet",
  "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": "Manner of death. Corresponds to the allowed values for item 37 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf).",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "38605008",
            "display": "Natural"
          },
          {
            "code": "7878000",
            "display": "Accident"
          },
          {
            "code": "44301001",
            "display": "Suicide"
          },
          {
            "code": "27935005",
            "display": "Homicide"
          },
          {
            "code": "185973002",
            "display": "Pending Investigation"
          },
          {
            "code": "65037004",
            "display": "Could not be determined"
          }
        ]
      }
    ]
  }
}