Vital Records Common Library (VRCL) STU2-ballot
2.0.0-ballot - ballot United States of America flag

This page is part of the Vital Records Common Profile Library (v2.0.0-ballot: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

: CodeSystem - Birth and Death Edit Flags Vital Records - JSON Representation

Draft as of 2023-12-16

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "CodeSystem-vr-edit-flags",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-vr-edit-flags</code> 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\">off<a name=\"CodeSystem-vr-edit-flags-off\"> </a></td><td>Off</td></tr><tr><td style=\"white-space:nowrap\">correctOutOfRange<a name=\"CodeSystem-vr-edit-flags-correctOutOfRange\"> </a></td><td>Queried data correct, out of range</td></tr><tr><td style=\"white-space:nowrap\">failedBirthWeightGestationEdit<a name=\"CodeSystem-vr-edit-flags-failedBirthWeightGestationEdit\"> </a></td><td>Queried, failed birthweight/gestation edit</td></tr><tr><td style=\"white-space:nowrap\">editBypass0<a name=\"CodeSystem-vr-edit-flags-editBypass0\"> </a></td><td>Edit Passed</td></tr><tr><td style=\"white-space:nowrap\">editBypass1<a name=\"CodeSystem-vr-edit-flags-editBypass1\"> </a></td><td>Edit Failed, Data Queried, and Verified</td></tr><tr><td style=\"white-space:nowrap\">editBypass2<a name=\"CodeSystem-vr-edit-flags-editBypass2\"> </a></td><td>Edit Failed, Data Queried, but not Verified</td></tr><tr><td style=\"white-space:nowrap\">editBypass3<a name=\"CodeSystem-vr-edit-flags-editBypass3\"> </a></td><td>Edit Failed, Review Needed</td></tr><tr><td style=\"white-space:nowrap\">editBypass4<a name=\"CodeSystem-vr-edit-flags-editBypass4\"> </a></td><td>Edit Failed, Query Needed</td></tr><tr><td style=\"white-space:nowrap\">dataQueried<a name=\"CodeSystem-vr-edit-flags-dataQueried\"> </a></td><td>Data queried</td></tr><tr><td style=\"white-space:nowrap\">failedVerified<a name=\"CodeSystem-vr-edit-flags-failedVerified\"> </a></td><td>Edit Failed, Verified</td></tr><tr><td style=\"white-space:nowrap\">pluralityQueriedInconsistent<a name=\"CodeSystem-vr-edit-flags-pluralityQueriedInconsistent\"> </a></td><td>Plurality/Set Order Queried, Inconsistent</td></tr><tr><td style=\"white-space:nowrap\">queriedCorrect<a name=\"CodeSystem-vr-edit-flags-queriedCorrect\"> </a></td><td>Queried, and Correct</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pher"
    }
  ],
  "url" : "http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-vr-edit-flags",
  "version" : "2.0.0-ballot",
  "name" : "CodeSystemEditFlagsVitalRecords",
  "title" : "CodeSystem - Birth and Death Edit Flags Vital Records",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-12-16T22:11:04+00:00",
  "publisher" : "HL7 International / Public Health",
  "contact" : [
    {
      "name" : "HL7 International / Public Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description" : "This code system contains codes to represent all edit flags",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 12,
  "concept" : [
    {
      "code" : "off",
      "display" : "Off"
    },
    {
      "code" : "correctOutOfRange",
      "display" : "Queried data correct, out of range"
    },
    {
      "code" : "failedBirthWeightGestationEdit",
      "display" : "Queried, failed birthweight/gestation edit"
    },
    {
      "code" : "editBypass0",
      "display" : "Edit Passed"
    },
    {
      "code" : "editBypass1",
      "display" : "Edit Failed, Data Queried, and Verified"
    },
    {
      "code" : "editBypass2",
      "display" : "Edit Failed, Data Queried, but not Verified"
    },
    {
      "code" : "editBypass3",
      "display" : "Edit Failed, Review Needed"
    },
    {
      "code" : "editBypass4",
      "display" : "Edit Failed, Query Needed"
    },
    {
      "code" : "dataQueried",
      "display" : "Data queried"
    },
    {
      "code" : "failedVerified",
      "display" : "Edit Failed, Verified"
    },
    {
      "code" : "pluralityQueriedInconsistent",
      "display" : "Plurality/Set Order Queried, Inconsistent"
    },
    {
      "code" : "queriedCorrect",
      "display" : "Queried, and Correct"
    }
  ]
}