Standard Death Record

DispositionTypeVS

{
  "resourceType" : "ValueSet",
  "id" : "sdr-decedent-DispositionTypeVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
<p><b>SDR DispositionTypeVS ValueSet</b></p>
<p>Method of disposition of decedent's remains. Corresponds to the allowed values for item 18 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/decedent/vs/DispositionTypeVS",
  "identifier" : [
    {
      "system" : "http://github.com/nightingaleproject/fhirDeathRecord",
      "value" : "sdr.decedent.DispositionTypeVS"
    }
  ],
  "version" : "0.1.0",
  "name" : "DispositionTypeVS",
  "title" : "SDR DispositionTypeVS ValueSet",
  "status" : "draft",
  "date" : "2018-06-14T00:00:00-04:00",
  "publisher" : "The MITRE Corporation: Nightingale Project",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://github.com/nightingaleproject/fhirDeathRecord"
        }
      ]
    }
  ],
  "description" : "Method of disposition of decedent's remains. Corresponds to the allowed values for item 18 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" : "449951000124101",
            "display" : "Donation"
          },
          {
            "code" : "449971000124106",
            "display" : "Burial"
          },
          {
            "code" : "449961000124104",
            "display" : "Cremation"
          },
          {
            "code" : "449931000124108",
            "display" : "Entombment"
          },
          {
            "code" : "449941000124103",
            "display" : "Removal from state"
          },
          {
            "code" : "455401000124109",
            "display" : "Hospital Disposition"
          }
        ]
      },
      {
        "system" : "http://hl7.org/fhir/v3/NullFlavor",
        "concept" : [
          {
            "code" : "UNK",
            "display" : "Unknown"
          },
          {
            "code" : "OTH",
            "display" : "Other"
          }
        ]
      }
    ]
  }
}