Validated Healthcare Directory
0.2.0 - CI Build United States of America flag

Validated Healthcare Directory, published by HL7 International - Patient Administration Work Group. This is not an authorized publication; it is the continuous build for version 0.2.0). This version is based on the current content of https://github.com/HL7/VhDir/ and changes regularly. See the Directory of published versions

: VhDir Validation Type Code System - JSON Representation

Active as of 2018-02-21

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "validation",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "http://hl7.org/fhir/uv/vhdir/CodeSystem/validation",
  "version" : "0.2.0",
  "name" : "VhDirValidationType",
  "title" : "VhDir Validation Type Code System",
  "status" : "active",
  "date" : "2018-02-21",
  "publisher" : "HL7 International - Patient Administration Work Group",
  "contact" : [
    {
      "name" : "HL7 International - Patient Administration Work Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pafm"
        },
        {
          "system" : "email",
          "value" : "pafm@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "This code system contains codes for documenting the attributes of the FHIR resource Validation to reflect the business process of validating information in a Healthcare Directory.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "copyright" : "Used by permission of HL7 International all rights reserved Creative Commons License",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "noneneeded",
      "display" : "None needed",
      "definition" : "No validation needed/planned for this resource or element."
    },
    {
      "code" : "initial",
      "display" : "Initial",
      "definition" : "Validation is only needed after initial attestation. For elements that typically do not change such as 'medical school attended and graduation date'."
    },
    {
      "code" : "periodic",
      "display" : "Periodic",
      "definition" : "Validation is needed after initial attestation and on a periodic basis. E.g. elements that expire or may change such as licensure."
    },
    {
      "code" : "attested",
      "display" : "Attested",
      "definition" : "Indicates the element or resource has only been attested."
    },
    {
      "code" : "validated",
      "display" : "Validated",
      "definition" : "Indicates the element or resource has been successfully validated."
    },
    {
      "code" : "inprocess",
      "display" : "Inprocess",
      "definition" : "Indicates the element or resource is currently being validated."
    },
    {
      "code" : "reqreval",
      "display" : "Required revalidation",
      "definition" : "Indicates the element or resource has passed an expiration date and requires revalidation."
    },
    {
      "code" : "valfailed",
      "display" : "Valiation failed",
      "definition" : "Indicates validation was attepted on an element or resource and that validation failed."
    },
    {
      "code" : "nothing",
      "display" : "Nothing",
      "definition" : "No external validation is required."
    },
    {
      "code" : "single",
      "display" : "Single",
      "definition" : "Indicates the element or resource is validated against a single source."
    },
    {
      "code" : "multiple",
      "display" : "Multiple",
      "definition" : "Indicates the element or resource may require validation against multiple sources, e.g. a practitioner participating in an insurance network."
    },
    {
      "code" : "editcheck",
      "display" : "Edit check",
      "definition" : "Indicates the element or resource is validated for format, range, presence, or other similar properties."
    },
    {
      "code" : "valueset",
      "display" : "Valueset",
      "definition" : "Indicates the element or resource is validated against a value set."
    },
    {
      "code" : "extsource",
      "display" : "External source",
      "definition" : "Indicates the element or resource is validated against an external source."
    },
    {
      "code" : "standalone",
      "display" : "Stand alone",
      "definition" : "Indicates the element or resource is validated by itself and is unrelated to other elements or resources."
    },
    {
      "code" : "incontext",
      "display" : "In context",
      "definition" : "Indicates the element or resource is validated by the existence or value of another related element or resource."
    },
    {
      "code" : "fatal",
      "display" : "Fatal",
      "definition" : "A failure that is likely relevant to local workflow environments, considered sufficient to suspend the resource/element and one or more action has been taken."
    },
    {
      "code" : "warning",
      "display" : "Warning",
      "definition" : "A failure that  may be relevant to some local workflow environments, but in and of itself is not consider sufficient to suspend the resource/element. E.g. validating membership in an organization."
    },
    {
      "code" : "recordonly",
      "display" : "Record only",
      "definition" : "A failure that may be relevant to some local workflow environments and will be documented but not result in notification or publication of the error."
    },
    {
      "code" : "noaction",
      "display" : "No action",
      "definition" : "A failure that is unlikely to be relevant to any local workflow environment."
    },
    {
      "code" : "manual",
      "display" : "Manual",
      "definition" : "The resource or element is validated manually."
    },
    {
      "code" : "portal",
      "display" : "Portal",
      "definition" : "The resource or element is validated via a portal into a source of valid data."
    },
    {
      "code" : "push",
      "display" : "Push",
      "definition" : "Data is sent (i.e. pushed) from a source of valid data to the Healthcare Directory"
    },
    {
      "code" : "pull",
      "display" : "Pull",
      "definition" : "Data is retrieved (i.e. pulled) from a source of valid data into the Healthcare Directory"
    },
    {
      "code" : "successful",
      "display" : "Successful",
      "definition" : "The validation process is complete and a determination made that the the attested data is true and accurate."
    },
    {
      "code" : "failed",
      "display" : "Failed",
      "definition" : "The validation process is complete and a determination made that the the attested data is not true or accurate."
    },
    {
      "code" : "undetermined",
      "display" : "Undetermined",
      "definition" : "The validation process is complete and a determination could not be made that the the attested data is, or is not, true and accurate."
    },
    {
      "code" : "pushyes",
      "display" : "Yes",
      "definition" : "The primary source validation can be achieved via a push of data from the source of that information."
    },
    {
      "code" : "pushno",
      "display" : "No",
      "definition" : "The primary source validation cannot be achieved via a push of data from the source of that information."
    },
    {
      "code" : "pushundetermined",
      "display" : "Undetermined",
      "definition" : "It is if undetermined if primary source validation can be achieved via a push of data from the source of that information."
    },
    {
      "code" : "specific",
      "display" : "Specific requested changes",
      "definition" : "The sender will send specific changes to the healthcare directory as determined by agreement."
    },
    {
      "code" : "any",
      "display" : "Any changes",
      "definition" : "The sender will send all changes to the healthcare directory."
    },
    {
      "code" : "sourcedef",
      "display" : "As defined by the source/sender",
      "definition" : "The sender will only send changes they have determined to be significant."
    },
    {
      "code" : "owner",
      "display" : "Owner",
      "definition" : "Indicates the element or resource was attested to by the individual who owned the data."
    },
    {
      "code" : "authrep",
      "display" : "Authorized representative",
      "definition" : "Indicates the element or resource was attested to by an individual who was designated to attest by the owner of the data."
    },
    {
      "code" : "authint",
      "display" : "Authorized intermediary",
      "definition" : "Indicates the element or resource was attested to by a system (intermediary) that was designated to attest by the owner of the data."
    },
    {
      "code" : "non-auth-src",
      "display" : "Non-authorized source",
      "definition" : "Indicates the element or resource was attested to by an individual or system that was not designated to attest by the owner of the data."
    },
    {
      "code" : "licenseboard",
      "display" : "License Board",
      "definition" : "License Board"
    },
    {
      "code" : "primaryed",
      "display" : "Primary Education",
      "definition" : "Primary Education"
    },
    {
      "code" : "continuinged",
      "display" : "Continuing Education",
      "definition" : "Continuing Education"
    },
    {
      "code" : "postalservice",
      "display" : "Postal Service",
      "definition" : "Postal Service"
    },
    {
      "code" : "relowner",
      "display" : "Relationship owner",
      "definition" : "Relationship owner"
    },
    {
      "code" : "regauth",
      "display" : "Registration Authority",
      "definition" : "Registration Authority"
    },
    {
      "code" : "legalsource",
      "display" : "Legal source",
      "definition" : "Legal source"
    },
    {
      "code" : "issuingsource",
      "display" : "Issuing source",
      "definition" : "Issuing source"
    },
    {
      "code" : "attester",
      "display" : "Attester",
      "definition" : "Attester"
    }
  ]
}