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

Active as of 2018-02-21

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