Package | hl7.terminology.r3 |
Type | CodeSystem |
Id | professional-credential-status |
FHIR Version | R3 |
Source | http://terminology.hl7.org/http://terminology.hl7.org/6.5.0/CodeSystem-professional-credential-status.html |
URL | http://terminology.hl7.org/CodeSystem/professional-credential-status |
Version | 1.0.0 |
Status | draft |
Date | 2025-07-07T07:35:25-06:00 |
Name | ProfessionalCredentialStatus |
Title | Professional Credential Status |
Realm | uv |
Authority | hl7 |
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 |
Content | complete |
ValueSet | |
professional-credential-status | rofessional Credential Status |
IdentifierStatusVS | Identifier Status Value Set |
QualificationStatusVS | Qualification Status Value Set |
professional-credential-status | rofessional Credential Status |
No resources found
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:
{ "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." } ] }