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 (Turtle)

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

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code SystemQualificationStatus

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CodeSystem ;
  fhir:id [ fhir:v "qualification-status"] ;
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2024-05-14T21:17:27.012+00:00" ] ;
     fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] )
  ] ;
  fhir:text [
     fhir:status [ fhir:v "generated" ]
  ] ;
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
     fhir:value [ fhir:v "pa" ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
     fhir:value [ fhir:v "trial-use" ]
  ] ) ;
  fhir:url [ fhir:v "http://hl7.org/fhir/qualification-status"], [ fhir:v "http://hl7.org/fhir/qualification-status"] ;
  fhir:version [ fhir:v "6.0.0-cibuild"], [ fhir:v "6.0.0-cibuild"] ;
  fhir:name [ fhir:v "QualificationStatus"], [ fhir:v "QualificationStatus"] ;
  fhir:title [ fhir:v "Qualification Status"], [ fhir:v "Qualification Status"] ;
  fhir:status [ fhir:v "active"], [ fhir:v "active"] ;
  fhir:experimental [ fhir:v "false"], [ fhir:v "false"] ;
  fhir:publisher [ fhir:v "HL7 International"], [ fhir:v "HL7 International"] ;
  fhir:description [ fhir:v "Set of statuses that apply to qualifications of practitioners and organizations"], [ fhir:v "Set of statuses that apply to qualifications of practitioners and organizations"] ;
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ;
  fhir:caseSensitive [ fhir:v "true"] ;
  fhir:content [ fhir:v "complete"] ;
  fhir:concept ( [
     fhir:code [ fhir:v "active" ] ;
     fhir:display [ fhir:v "Active" ] ;
     fhir:definition [ fhir:v "The qualification is available to use - The qualification period may be included to indicate a time interval if required." ]
  ] [
     fhir:code [ fhir:v "inactive" ] ;
     fhir:display [ fhir:v "Inactive" ] ;
     fhir:definition [ fhir:v "This qualification is not available to use. This can be used without a period, and the expectation will not resume use." ]
  ] [
     fhir:code [ fhir:v "in-progress" ] ;
     fhir:display [ fhir:v "In-progress" ] ;
     fhir:definition [ fhir:v "The practitioner is in the process of aquiring for this qualification/certification " ]
  ] [
     fhir:code [ fhir:v "pending" ] ;
     fhir:display [ fhir:v "Pending" ] ;
     fhir:definition [ fhir:v "The qualification is complete, however final issue/award is pending " ]
  ] [
     fhir:code [ fhir:v "temporary" ] ;
     fhir:display [ fhir:v "Temporary" ] ;
     fhir:definition [ fhir:v "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." ]
  ] [
     fhir:code [ fhir:v "conditional" ] ;
     fhir:display [ fhir:v "Conditional" ] ;
     fhir:definition [ fhir:v "This qualification may be used, however there are conditions that may apply" ]
  ] [
     fhir:code [ fhir:v "suspended" ] ;
     fhir:display [ fhir:v "Suspended" ] ;
     fhir:definition [ fhir:v "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)." ]
  ] [
     fhir:code [ fhir:v "revoked" ] ;
     fhir:display [ fhir:v "Revoked" ] ;
     fhir:definition [ fhir:v "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.