Birth And Fetal Death (BFDR) - STU2-ballot
2.0.0-Preview1 - trial-use United States of America flag

Birth And Fetal Death (BFDR) - STU2-ballot, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0-Preview1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-bfdr/ and changes regularly. See the Directory of published versions

: Birth Edit Flags - JSON Representation

Active as of 2024-05-01

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "CodeSystem-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/bfdr/CodeSystem/CodeSystem-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><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">1correctOutOfRange<a name=\"CodeSystem-edit-flags-1correctOutOfRange\"> </a></td><td>Queried data correct, out of range</td><td>Queried data correct, out of range</td></tr><tr><td style=\"white-space:nowrap\">1failedVerified<a name=\"CodeSystem-edit-flags-1failedVerified\"> </a></td><td>Edit Failed, Verified</td><td>Edit Failed, Verified</td></tr><tr><td style=\"white-space:nowrap\">2failedBirthWeightGestationEdit<a name=\"CodeSystem-edit-flags-2failedBirthWeightGestationEdit\"> </a></td><td>Queried, failed birthweight/gestation edit</td><td>Queried, failed birthweight/gestation edit</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pher"
    }
  ],
  "url" : "http://hl7.org/fhir/us/bfdr/CodeSystem/CodeSystem-edit-flags",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.13.16.1"
    }
  ],
  "version" : "2.0.0-Preview1",
  "name" : "EditFlagsCS",
  "title" : "Birth Edit Flags",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-05-01T15:45:00+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 edit flags specific to BFDR. Additional edit flag codes are located in [CodeSystemEditFlagsVitalRecords](https://hl7.org/fhir/us/vr-common-library/2024Jan/CodeSystem-CodeSystem-vr-edit-flags.html)",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "1correctOutOfRange",
      "display" : "Queried data correct, out of range",
      "definition" : "Queried data correct, out of range"
    },
    {
      "code" : "1failedVerified",
      "display" : "Edit Failed, Verified",
      "definition" : "Edit Failed, Verified"
    },
    {
      "code" : "2failedBirthWeightGestationEdit",
      "display" : "Queried, failed birthweight/gestation edit",
      "definition" : "Queried, failed birthweight/gestation edit"
    }
  ]
}