Birth And Fetal Death (BFDR) FHIR Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0 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
Active as of 2024-10-15 |
{
"resourceType" : "CodeSystem",
"id" : "CodeSystem-edit-flags",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem CodeSystem-edit-flags</b></p><a name=\"CodeSystem-edit-flags\"> </a><a name=\"hcCodeSystem-edit-flags\"> </a><a name=\"CodeSystem-edit-flags-en-US\"> </a><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",
"name" : "EditFlagsCS",
"title" : "Birth Edit Flags",
"status" : "active",
"experimental" : false,
"date" : "2024-10-15T13:57:58+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"
}
]
}