VhDir Implementation Guide CI Build: STU2 Ballot

This page is part of the Validated Healthcare Directory FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR v3.5.0. . For a full list of available versions, see the Directory of published versions

JSON Format: CodeSystem-codesystem-credentialstatus

Raw json

{
  "resourceType" : "CodeSystem",
  "id" : "codesystem-credentialstatus",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>VhDir Credential Status Code System</h2><div><p>This code system contains codes for indicating the status of a credential, such as an identifier or qualification.</p>
</div><p>This code system http://hl7.org/fhir/uv/vhdir/CodeSystem/codesystem-credentialstatus defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">active<a name="codesystem-credentialstatus-active"> </a></td><td>active</td><td>The credential may be considered valid for use.</td></tr><tr><td style="white-space:nowrap">inctive<a name="codesystem-credentialstatus-inctive"> </a></td><td>inactive</td><td>The credential may not be considered valid for use.</td></tr><tr><td style="white-space:nowrap">issuedinerror<a name="codesystem-credentialstatus-issuedinerror"> </a></td><td>issued in error</td><td>The credential was mistakenly assigned and should not be considered valid for use.</td></tr><tr><td style="white-space:nowrap">revoked<a name="codesystem-credentialstatus-revoked"> </a></td><td>revoked</td><td>The credential was revoked by the issuing organization and should not be considered valid for use.</td></tr><tr><td style="white-space:nowrap">pending<a name="codesystem-credentialstatus-pending"> </a></td><td>pending</td><td>The credential has not been officially assigned. It may or may not be considered valid for use.</td></tr><tr><td style="white-space:nowrap">unknown<a name="codesystem-credentialstatus-unknown"> </a></td><td>unknown</td><td>The status of this credential is unknown. It may or may not be considered valid for use.</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/uv/vhdir/CodeSystem/codesystem-credentialstatus",
  "version" : "0.2.0",
  "name" : "VhDirCredentialStatus",
  "title" : "VhDir Credential Status Code System",
  "status" : "active",
  "date" : "2018-02-21",
  "publisher" : "HL7 International",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description" : "This code system contains codes for indicating the status of a credential, such as an identifier or qualification.",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "active",
      "display" : "active",
      "definition" : "The credential may be considered valid for use."
    },
    {
      "code" : "inctive",
      "display" : "inactive",
      "definition" : "The credential may not be considered valid for use."
    },
    {
      "code" : "issuedinerror",
      "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."
    }
  ]
}