@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "professional-credential-status"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2020-04-09T21:10:28.568+00:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

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.
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ fhir:v "pa" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ fhir:v "1"^^xsd:integer ] ] ) ; # fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/professional-credential-status"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "ProfessionalCredentialStatus"] ; # fhir:title [ fhir:v "Professional Credential Status"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-11-17T12:23:22-07:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Health Level Seven International"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "hq@HL7.org" ] ] ) ] ) ; # fhir:description [ fhir:v "This code system establishes a series of codes designed to represent the status of professional credentials."] ; # fhir:copyright [ fhir:v "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"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:valueSet [ fhir:v "http://terminology.hl7.org/ValueSet/professional-credential-status"^^xsd:anyURI ; fhir:link ] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "active" ] ; fhir:display [ fhir:v "active" ] ; fhir:definition [ fhir:v "The credential may be considered valid for use." ] ] [ fhir:code [ fhir:v "inactive" ] ; fhir:display [ fhir:v "inactive" ] ; fhir:definition [ fhir:v "The credential may not be considered valid for use." ] ] [ fhir:code [ fhir:v "issued-in-error" ] ; fhir:display [ fhir:v "issued in error" ] ; fhir:definition [ fhir:v "The credential was mistakenly assigned and should not be considered valid for use." ] ] [ fhir:code [ fhir:v "expired" ] ; fhir:display [ fhir:v "expired" ] ; fhir:definition [ fhir:v "The credential may not be considered valid for use." ] ] [ fhir:code [ fhir:v "revoked" ] ; fhir:display [ fhir:v "revoked" ] ; fhir:definition [ fhir:v "The credential was revoked by the issuing organization and should not be considered valid for use." ] ] [ fhir:code [ fhir:v "pending" ] ; fhir:display [ fhir:v "pending" ] ; fhir:definition [ fhir:v "The credential has not been officially assigned. It may or may not be considered valid for use." ] ] [ fhir:code [ fhir:v "provisional" ] ; fhir:display [ fhir:v "provisional" ] ; fhir:definition [ fhir:v "The credential is temporary and granted under specific conditions or limitations. It may or may not be considered valid for use." ] ] [ fhir:code [ fhir:v "unknown" ] ; fhir:display [ fhir:v "unknown" ] ; fhir:definition [ fhir:v "The status of this credential is unknown. It may or may not be considered valid for use." ] ] ) . # # -------------------------------------------------------------------------------------