FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.ndh
Resource TypeCodeSystem
IdCodeSystem-FaCeT-credentialPropertiesCS.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/fhir-us-ndh/CodeSystem-FaCeT-credentialPropertiesCS.html
URLhttp://hl7.org/fhir/us/ndh/CodeSystem/FaCeT-credentialPropertiesCS
Version2.0.0-current
Statusactive
Date2026-07-15T19:38:47+00:00
NameFaCeTCredentialPropertiesCS
TitleCodeSystem properties for FaCeT Practitioner Credentials
Realmus
Authorityhl7
DescriptionThis code system defines metadata property codes for FaCeT practitioner credentials, including credentialing organization, source URL, descriptive text, and boolean indicators for multisource, clinical, and board-certification status.
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem FaCeT-credentialPropertiesCS

This case-sensitive code system http://hl7.org/fhir/us/ndh/CodeSystem/FaCeT-credentialPropertiesCS defines the following codes:

CodeDisplayDefinition
cred_org Credentialing OrganizationOrganization responsible for credentialing the practitioner
cred_url URL for Credential OrganizationURL for the organization responsible for credentialing the practitioner
description Description of the credentialDescription of the credential
is_multisource Indicates whether the credential is offered by multiple organizationsIndicates whether the credential is offered by multiple organizations
is_clinical Indicates whether the credential is clinical in natureIndicates whether the credential is clinical in nature
is_board_certification Indicates whether the credential is a board certificationIndicates whether the credential is a board certification

Source1

{
  "resourceType": "CodeSystem",
  "id": "FaCeT-credentialPropertiesCS",
  "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": 4,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/ndh/ImplementationGuide/hl7.fhir.us.ndh"
          }
        ]
      }
    },
    {
      "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/ndh/ImplementationGuide/hl7.fhir.us.ndh"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/ndh/CodeSystem/FaCeT-credentialPropertiesCS",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.43.16.2"
    }
  ],
  "version": "2.0.0-current",
  "name": "FaCeTCredentialPropertiesCS",
  "title": "CodeSystem properties for FaCeT Practitioner Credentials",
  "status": "active",
  "experimental": false,
  "date": "2026-07-15T19:38:47+00:00",
  "publisher": "HL7 International / Patient Administration",
  "contact": [
    {
      "name": "HL7 International / Patient Administration",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pafm"
        },
        {
          "system": "email",
          "value": "pafm@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "This code system defines metadata property codes for FaCeT practitioner credentials, including credentialing organization, source URL, descriptive text, and boolean indicators for multisource, clinical, and board-certification status.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "cred_org",
      "display": "Credentialing Organization",
      "definition": "Organization responsible for credentialing the practitioner"
    },
    {
      "code": "cred_url",
      "display": "URL for Credential Organization",
      "definition": "URL for the organization responsible for credentialing the practitioner"
    },
    {
      "code": "description",
      "display": "Description of the credential",
      "definition": "Description of the credential"
    },
    {
      "code": "is_multisource",
      "display": "Indicates whether the credential is offered by multiple organizations",
      "definition": "Indicates whether the credential is offered by multiple organizations"
    },
    {
      "code": "is_clinical",
      "display": "Indicates whether the credential is clinical in nature",
      "definition": "Indicates whether the credential is clinical in nature"
    },
    {
      "code": "is_board_certification",
      "display": "Indicates whether the credential is a board certification",
      "definition": "Indicates whether the credential is a board certification"
    }
  ]
}