FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.vr-common-library.r4
Resource TypeValueSet
IdValueSet-valueset-edit-bypass-01234-vr.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet valueset-edit-bypass-01234-vr

  • Include these codes as defined in http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-vr-edit-flags
    CodeDisplayDefinition
    0Edit PassedEdit Passed
    1Edit Failed, Data Queried, and VerifiedEdit Failed, Data Queried, and Verified
    2Edit Failed, Data Queried, but not VerifiedEdit Failed, Data Queried, but not Verified
    3Edit Failed, Review NeededEdit Failed, Review Needed
    4Edit Failed, Query NeededEdit Failed, Query Needed

Source1

{
  "resourceType": "ValueSet",
  "id": "valueset-edit-bypass-01234-vr",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pher"
    }
  ],
  "url": "http://hl7.org/fhir/us/vr-common-library/ValueSet/valueset-edit-bypass-01234-vr",
  "version": "2.0.0",
  "name": "ValueSetEditBypass01234VitalRecords",
  "title": "Value Set - Edit Bypass 01234 Vital Records",
  "status": "active",
  "experimental": false,
  "date": "2024-10-11T18:34:20+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": "A subset of code values (0, 1, 2, 3, and 4) use to indicate the outcome of data validation assessment for unusual data values.\n\nMapping to IJE codes [here](ConceptMap-ConceptMapEditBypass01234VitalRecords.html).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-vr-edit-flags",
        "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"
          }
        ]
      }
    ]
  }
}