Standard Death Record

PlaceOfDeathTypeVS

{
  "resourceType" : "ValueSet",
  "id" : "sdr-decedent-PlaceOfDeathTypeVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
<p><b>SDR PlaceOfDeathTypeVS ValueSet</b></p>
<p>Place of decedent's demise. Corresponds to the allowed values for item 14 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/PlaceOfDeathTypeVS",
  "identifier" : [
    {
      "system" : "http://github.com/nightingaleproject/fhirDeathRecord",
      "value" : "sdr.decedent.PlaceOfDeathTypeVS"
    }
  ],
  "version" : "0.1.0",
  "name" : "PlaceOfDeathTypeVS",
  "title" : "SDR PlaceOfDeathTypeVS 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" : "Place of decedent's demise. Corresponds to the allowed values for item 14 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" : "63238001",
            "display" : "Dead on arrival at hospital"
          },
          {
            "code" : "440081000124100",
            "display" : "Death in home"
          },
          {
            "code" : "440071000124103",
            "display" : "Death in hospice"
          },
          {
            "code" : "16983000",
            "display" : "Death in hospital"
          },
          {
            "code" : "450391000124102",
            "display" : "Death in hospital-based emergency department or outpatient department"
          },
          {
            "code" : "450381000124100",
            "display" : "Death in nursing home or long term care facility"
          }
        ]
      },
      {
        "system" : "http://hl7.org/fhir/v3/NullFlavor",
        "concept" : [
          {
            "code" : "UNK",
            "display" : "Unknown"
          },
          {
            "code" : "OTH",
            "display" : "Other"
          }
        ]
      }
    ]
  }
}