FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/qualification-status (JSON)

Patient Administration Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code SystemQualificationStatus

{
  "resourceType" : "CodeSystem",
  "id" : "qualification-status",
  "meta" : {
    "lastUpdated" : "2024-05-14T21:17:27.012+00:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/qualification-status</code> 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=\"qualification-status-active\"> </a></td><td>Active</td><td>The qualification is available to use - The qualification period may be included to indicate a time interval if required.</td></tr><tr><td style=\"white-space:nowrap\">inactive<a name=\"qualification-status-inactive\"> </a></td><td>Inactive</td><td>This qualification is not available to use. This can be used without a period, and the expectation will not resume use.</td></tr><tr><td style=\"white-space:nowrap\">in-progress<a name=\"qualification-status-in-progress\"> </a></td><td>In-progress</td><td>The practitioner is in the process of aquiring for this qualification/certification </td></tr><tr><td style=\"white-space:nowrap\">pending<a name=\"qualification-status-pending\"> </a></td><td>Pending</td><td>The qualification is complete, however final issue/award is pending </td></tr><tr><td style=\"white-space:nowrap\">temporary<a name=\"qualification-status-temporary\"> </a></td><td>Temporary</td><td>This qualification has been allocated to the practitioner on a temporary basis, the period may indicate a time interval. This could cover cases such as the recognition of an external qualificiaiton that is still being verified, but can be used during the process.</td></tr><tr><td style=\"white-space:nowrap\">conditional<a name=\"qualification-status-conditional\"> </a></td><td>Conditional</td><td>This qualification may be used, however there are conditions that may apply</td></tr><tr><td style=\"white-space:nowrap\">suspended<a name=\"qualification-status-suspended\"> </a></td><td>Suspended</td><td>This qualification should not be used, but may resume use in the future - the period, if included, may indicate when this started (via the end date, start date indicates when the qualification was available from).</td></tr><tr><td style=\"white-space:nowrap\">revoked<a name=\"qualification-status-revoked\"> </a></td><td>Revoked</td><td>This qualification should not be used, and is not expected to resume in the future</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "pa"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  }],
  "url" : "http://hl7.org/fhir/qualification-status",
  "version" : "6.0.0-cibuild",
  "name" : "QualificationStatus",
  "title" : "Qualification Status",
  "status" : "active",
  "experimental" : false,
  "publisher" : "HL7 International",
  "description" : "Set of statuses that apply to qualifications of practitioners and organizations",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [{
    "code" : "active",
    "display" : "Active",
    "definition" : "The qualification is available to use - The qualification period may be included to indicate a time interval if required."
  },
  {
    "code" : "inactive",
    "display" : "Inactive",
    "definition" : "This qualification is not available to use. This can be used without a period, and the expectation will not resume use."
  },
  {
    "code" : "in-progress",
    "display" : "In-progress",
    "definition" : "The practitioner is in the process of aquiring for this qualification/certification "
  },
  {
    "code" : "pending",
    "display" : "Pending",
    "definition" : "The qualification is complete, however final issue/award is pending "
  },
  {
    "code" : "temporary",
    "display" : "Temporary",
    "definition" : "This qualification has been allocated to the practitioner on a temporary basis, the period may indicate a time interval. This could cover cases such as the recognition of an external qualificiaiton that is still being verified, but can be used during the process."
  },
  {
    "code" : "conditional",
    "display" : "Conditional",
    "definition" : "This qualification may be used, however there are conditions that may apply"
  },
  {
    "code" : "suspended",
    "display" : "Suspended",
    "definition" : "This qualification should not be used, but may resume use in the future - the period, if included, may indicate when this started (via the end date, start date indicates when the qualification was available from)."
  },
  {
    "code" : "revoked",
    "display" : "Revoked",
    "definition" : "This qualification should not be used, and is not expected to resume in the future"
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.