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 - TTL Representation

Draft as of 2023-12-16

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

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