Vital Records Death Reporting FHIR Implementation Guide
1.1.0 - STU 2 US

Vital Records Death Reporting FHIR Implementation Guide - Local Development build (v1.1.0). See the Directory of published versions

: Bypass Edit Flag Code System - JSON Representation

Draft as of 2022-04-04

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "bypassEditFlagCodeSystem",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2021-11-04T06:58:06.023+00:00",
    "source" : "#QfDX17EkCDulCjfZ"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/vrdr/CodeSystem/bypassEditFlagCodeSystem defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"bypassEditFlagCodeSystem-0\"> </a></td><td>Edit Passed</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"bypassEditFlagCodeSystem-1\"> </a></td><td>Edit Failed, Data Queried, and Verified</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"bypassEditFlagCodeSystem-2\"> </a></td><td>Edit Failed, Data Queried, but not Verified</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"bypassEditFlagCodeSystem-3\"> </a></td><td>Edit Failed, Review Needed</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"bypassEditFlagCodeSystem-4\"> </a></td><td>Edit Failed, Query Needed</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/vrdr/CodeSystem/bypassEditFlagCodeSystem",
  "version" : "1.1.0",
  "name" : "BypassEditFlagCodeSystem",
  "title" : "Bypass Edit Flag Code System",
  "status" : "draft",
  "experimental" : false,
  "date" : "2022-04-04T23:44:44+00:00",
  "publisher" : "Health Level Seven International",
  "contact" : [
    {
      "name" : "HL7 International - Public Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        }
      ]
    },
    {
      "name" : "Cynthia Bush, Health Scientist (Informatics), CDC/National Center for Health Statistics",
      "telecom" : [
        {
          "system" : "email",
          "value" : "pdz1@cdc.gov"
        }
      ]
    },
    {
      "name" : "AbdulMalik Shakir, FHL7, President and Chief Informatics Scientist Hi3 Solutions",
      "telecom" : [
        {
          "system" : "email",
          "value" : "abdulmalik.shakir@hi3solutions.com"
        }
      ]
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "US Realm"
    }
  ],
  "caseSensitive" : false,
  "compositional" : true,
  "versionNeeded" : false,
  "content" : "complete",
  "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"
    },
    {
      "code" : "3",
      "display" : "Edit Failed, Review Needed"
    },
    {
      "code" : "4",
      "display" : "Edit Failed, Query Needed"
    }
  ]
}