Vital Records Death Reporting (VRDR) FHIR Implementation Guide
3.0.0 - STU3 US

Vital Records Death Reporting (VRDR) FHIR Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 3.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/vrdr/ and changes regularly. See the Directory of published versions

: Transportation Incident Role ValueSet

Page standards status: Draft

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "vrdr-transportation-incident-role-vs",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vrdr-transportation-incident-role-vs</b></p><a name=\"vrdr-transportation-incident-role-vs\"> </a><a name=\"hcvrdr-transportation-incident-role-vs\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/236320001\">236320001</a></td><td>Vehicle driver</td></tr><tr><td><a href=\"http://snomed.info/id/257500003\">257500003</a></td><td>Passenger</td></tr><tr><td><a href=\"http://snomed.info/id/257518000\">257518000</a></td><td>Pedestrian</td></tr></table></li><li>Include these codes as defined in <code>http://terminology.hl7.org/CodeSystem/v3-NullFlavor</code><span title=\"Version is explicitly stated to be 2018-08-12\"> version &#x1F4CD;2018-08-12</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>OTH</td><td>Other</td></tr><tr><td>UNK</td><td>unknown</td></tr><tr><td>NA</td><td>not applicable</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pher"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "draft",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/us/vrdr/ImplementationGuide/hl7.fhir.us.vrdr"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/us/vrdr/ValueSet/vrdr-transportation-incident-role-vs",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.10.48.24"
    }
  ],
  "version" : "3.0.0",
  "name" : "TransportationIncidentRoleVS",
  "title" : "Transportation Incident Role ValueSet",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-05-27T19:40:05+00:00",
  "publisher" : "HL7 International / Public Health",
  "contact" : [
    {
      "name" : "HL7 International / Public Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        },
        {
          "system" : "email",
          "value" : "pher@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "Role of the decedent in a transportation incident resulting in a death-related injury.\n\nMapping to IJE codes [here](ConceptMap-TransportationIncidentRoleCM.html).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "236320001",
            "display" : "Vehicle driver"
          },
          {
            "code" : "257500003",
            "display" : "Passenger"
          },
          {
            "code" : "257518000",
            "display" : "Pedestrian"
          }
        ]
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "version" : "2018-08-12",
        "concept" : [
          {
            "code" : "OTH",
            "display" : "Other"
          },
          {
            "code" : "UNK",
            "display" : "unknown"
          },
          {
            "code" : "NA",
            "display" : "not applicable"
          }
        ]
      }
    ]
  }
}