Standard Death Record

TransportRelationshipsVS

{
  "resourceType" : "ValueSet",
  "id" : "sdr-causeOfDeath-TransportRelationshipsVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
<p><b>SDR TransportRelationshipsVS ValueSet</b></p>
<p>Transportation Relationships (NCHS). Corresponds to the allowed values for item 44 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/TransportRelationshipsVS",
  "identifier" : [
    {
      "system" : "http://github.com/nightingaleproject/fhirDeathRecord",
      "value" : "sdr.causeOfDeath.TransportRelationshipsVS"
    }
  ],
  "version" : "0.1.0",
  "name" : "TransportRelationshipsVS",
  "title" : "SDR TransportRelationshipsVS 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" : "Transportation Relationships (NCHS). Corresponds to the allowed values for item 44 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" : "236320001",
            "display" : "Vehicle driver"
          },
          {
            "code" : "257500003",
            "display" : "Passenger"
          },
          {
            "code" : "257518000",
            "display" : "Pedestrian"
          }
        ]
      },
      {
        "system" : "http://hl7.org/fhir/v3/NullFlavor",
        "concept" : [
          {
            "code" : "OTH",
            "display" : "Other"
          }
        ]
      }
    ]
  }
}