Standard Death Record

CertifierTypeVS

{
  "resourceType" : "ValueSet",
  "id" : "sdr-deathRecord-CertifierTypeVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
<p><b>SDR CertifierTypeVS ValueSet</b></p>
<p>Type of certifier for a death record. Corresponds to the allowed values for item 45 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/deathRecord/vs/CertifierTypeVS",
  "identifier" : [
    {
      "system" : "http://github.com/nightingaleproject/fhirDeathRecord",
      "value" : "sdr.deathRecord.CertifierTypeVS"
    }
  ],
  "version" : "0.1.0",
  "name" : "CertifierTypeVS",
  "title" : "SDR CertifierTypeVS 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" : "Type of certifier for a death record. Corresponds to the allowed values for item 45 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" : "434641000124105",
            "display" : "Physician (Certifier)"
          },
          {
            "code" : "434651000124107",
            "display" : "Physician (Pronouncer and Certifier)"
          },
          {
            "code" : "310193003",
            "display" : "Coroner"
          },
          {
            "code" : "440051000124108",
            "display" : "Medical Examiner"
          }
        ]
      },
      {
        "system" : "http://hl7.org/fhir/v3/NullFlavor",
        "concept" : [
          {
            "code" : "OTH",
            "display" : "Other"
          }
        ]
      }
    ]
  }
}