Vital Records Death Reporting (VRDR) FHIR Implementation Guide
0.0.0-current - ci-build International flag

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

: Edit Bypass 012 - JSON Representation

Active as of 2024-03-11

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "vrdr-edit-bypass-012-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-vrdr-bypass-edit-flag-cs.html\"><code>http://profiles.ihe.net/QRPH/VRDR/CodeSystem/vrdr-bypass-edit-flag-cs</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-vrdr-bypass-edit-flag-cs.html#vrdr-bypass-edit-flag-cs-0\">0</a></td><td>Edit Passed</td></tr><tr><td><a href=\"CodeSystem-vrdr-bypass-edit-flag-cs.html#vrdr-bypass-edit-flag-cs-1\">1</a></td><td>Edit Failed, Data Queried, and Verified</td></tr><tr><td><a href=\"CodeSystem-vrdr-bypass-edit-flag-cs.html#vrdr-bypass-edit-flag-cs-2\">2</a></td><td>Edit Failed, Data Queried, but not Verified</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pher"
    }
  ],
  "url" : "http://profiles.ihe.net/QRPH/VRDR/ValueSet/vrdr-edit-bypass-012-vs",
  "version" : "0.0.0-current",
  "name" : "EditBypass012VS",
  "title" : "Edit Bypass 012",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-03-11T15:51:19+00:00",
  "publisher" : "IHE Quality, Research and Public Health Technical Committee",
  "contact" : [
    {
      "name" : "IHE Quality, Research and Public Health Technical Committee",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ihe.net/ihe_domains/quality_research_and_public_health/"
        },
        {
          "system" : "email",
          "value" : "iheqrphtech@ihe.net"
        }
      ]
    },
    {
      "name" : "IHE Quality, Research and Public Health Technical Committee",
      "telecom" : [
        {
          "system" : "email",
          "value" : "iheqrphtech@ihe.net"
        }
      ]
    }
  ],
  "description" : "A subset of code values (0, 1, and 2) use to indicate the outcome of data validation assessment for unusual data values.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://profiles.ihe.net/QRPH/VRDR/CodeSystem/vrdr-bypass-edit-flag-cs",
        "concept" : [
          {
            "code" : "0",
            "display" : "Edit Passed"
          },
          {
            "code" : "1",
            "display" : "Edit Failed, Data Queried, and Verified"
          },
          {
            "code" : "2",
            "display" : "Edit Failed, Data Queried, but not Verified"
          }
        ]
      }
    ]
  }
}