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 Credential Status Code System - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "credentialstatus",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
},
"url" : "http://hl7.org/fhir/uv/vhdir/CodeSystem/credentialstatus",
"version" : "0.2.0",
"name" : "VhDirCredentialStatus",
"title" : "VhDir Credential Status 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 indicating the status of a credential, such as an identifier or qualification.",
"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" : "active",
"display" : "active",
"definition" : "The credential may be considered valid for use."
},
{
"code" : "inactive",
"display" : "inactive",
"definition" : "The credential may not be considered valid for use."
},
{
"code" : "issued-in-error",
"display" : "issued in error",
"definition" : "The credential was mistakenly assigned and should not be considered valid for use."
},
{
"code" : "revoked",
"display" : "revoked",
"definition" : "The credential was revoked by the issuing organization and should not be considered valid for use."
},
{
"code" : "pending",
"display" : "pending",
"definition" : "The credential has not been officially assigned. It may or may not be considered valid for use."
},
{
"code" : "unknown",
"display" : "unknown",
"definition" : "The status of this credential is unknown. It may or may not be considered valid for use."
}
]
}