FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/professional-credential-status

Packagehl7.terminology.r3
TypeCodeSystem
Idprofessional-credential-status
FHIR VersionR3
Sourcehttp://terminology.hl7.org/http://terminology.hl7.org/6.5.0/CodeSystem-professional-credential-status.html
URLhttp://terminology.hl7.org/CodeSystem/professional-credential-status
Version1.0.0
Statusdraft
Date2025-07-07T07:35:25-06:00
NameProfessionalCredentialStatus
TitleProfessional Credential Status
Realmuv
Authorityhl7
DescriptionThis code system establishes a series of codes designed to represent the status of professional credentials.
CopyrightThis material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license
Contentcomplete

Resources that use this resource

ValueSet
professional-credential-statusrofessional Credential Status
IdentifierStatusVSIdentifier Status Value Set
QualificationStatusVSQualification Status Value Set
professional-credential-statusrofessional Credential Status

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem professional-credential-status

Last updated: 2020-04-09 21:10:28+0000

Profile: Shareable CodeSystem

This case-sensitive code system http://terminology.hl7.org/CodeSystem/professional-credential-status defines the following codes:

CodeDisplayDefinition
active activeThe credential may be considered valid for use.
inactive inactiveThe credential may not be considered valid for use.
issued-in-error issued in errorThe credential was mistakenly assigned and should not be considered valid for use.
expired expiredThe credential may not be considered valid for use.
revoked revokedThe credential was revoked by the issuing organization and should not be considered valid for use.
pending pendingThe credential has not been officially assigned. It may or may not be considered valid for use.
provisional provisionalThe credential is temporary and granted under specific conditions or limitations. It may or may not be considered valid for use.
unknown unknownThe status of this credential is unknown. It may or may not be considered valid for use.

Source

{
  "resourceType": "CodeSystem",
  "id": "professional-credential-status",
  "meta": {
    "lastUpdated": "2020-04-09T21:10:28.568+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/professional-credential-status",
  "version": "1.0.0",
  "name": "ProfessionalCredentialStatus",
  "title": "Professional Credential Status",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-07T07:35:25-06:00",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "This code system establishes a series of codes designed to represent the status of professional credentials.",
  "copyright": "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license",
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/professional-credential-status",
  "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": "expired",
      "display": "expired",
      "definition": "The credential may 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": "provisional",
      "display": "provisional",
      "definition": "The credential is temporary and granted under specific conditions or limitations. 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."
    }
  ]
}