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

FHIR IG Statistics: CodeSystem/QualificationStatusCS

Packagehl7.fhir.us.davinci-pdex-plan-net
TypeCodeSystem
IdQualificationStatusCS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/davinci-pdex-plan-net/https://build.fhir.org/ig/HL7/davinci-pdex-plan-net/CodeSystem-QualificationStatusCS.html
URLhttp://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/QualificationStatusCS
Version1.2.0
Statusactive
Date2025-02-25T16:58:03+00:00
NameQualificationStatusCS
TitleQualification Status
Realmus
Authorityhl7
DescriptionThe state indicating if a qualification is currently valid.
Contentcomplete

Resources that use this resource

ValueSet
QualificationStatusVSQualification Status VS

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem QualificationStatusCS

This case-sensitive code system http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/QualificationStatusCS defines the following codes:

CodeDisplayDefinition
active activeThe credential may be considered valid for use.
inactive inactiveThe credential may not be considered valid for use.
issiner issued in errorThe credential was mistakenly assigned and should 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.
unknown unknownThe status of this credential is unknown. It may or may not be considered valid for use.

Source

{
  "resourceType": "CodeSystem",
  "id": "QualificationStatusCS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fm"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/davinci-pdex-plan-net/ImplementationGuide/hl7.fhir.us.davinci-pdex-plan-net"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/QualificationStatusCS",
  "version": "1.2.0",
  "name": "QualificationStatusCS",
  "title": "Qualification Status",
  "status": "active",
  "experimental": false,
  "date": "2025-02-25T16:58:03+00:00",
  "publisher": "HL7 International / Financial Management",
  "contact": [
    {
      "name": "HL7 International / Financial Management",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fm"
        },
        {
          "system": "email",
          "value": "fm@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "The state indicating if a qualification is currently valid.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 6,
  "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": "issiner",
      "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."
    }
  ]
}