PackagesCanonicalsLogsProblems
    Packages
    fhir.onc.us-quality-core@0.5.0
    http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-practitioner
description: Profile of Practitioner for decision support/quality metrics. Defines the core set of elements and extensions for quality rule and measure authors.
package_name: fhir.onc.us-quality-core
derivation: constraint
name: USQualityCorePractitioner
type: Practitioner
elements:
  identifier:
    short: (USCDI+ Quality) An identifier for the person as this agent
    index: 0
    elements:
      system: {type: uri, short: (USCDI+ Quality) The namespace for the identifier value, index: 1}
      value: {type: string, short: (USCDI+ Quality) The value that is unique, index: 2}
    required: [value, system]
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      slices:
        NPI:
          match: {system: 'http://hl7.org/fhir/sid/us-npi'}
          schema:
            short: (USCDI+ Quality) An identifier for the person as this agent
            pattern:
              type: Identifier
              value: {system: 'http://hl7.org/fhir/sid/us-npi'}
            index: 3
            elements:
              system: {short: (USCDI+ Quality) The namespace for the identifier value, index: 4}
              value: {short: (USCDI+ Quality) The value that is unique, index: 5}
        ein:
          match: {system: 'urn:oid:2.16.840.1.113883.4.4'}
          schema:
            short: (USCDI+ Quality) There is not a general Tax Identifier Numer (TIN) OID. There is an SSN, a PTIN, and an ITIN, but no TIN generally. So the only slice specified here is EIN, if consumers determine a need for an SSN, submit a comment to that effect.
            type: Identifier
            pattern:
              type: Identifier
              value: {system: 'urn:oid:2.16.840.1.113883.4.4'}
            index: 6
            elements:
              use: {type: code, short: usual | official | temp | secondary | old (If known), index: 7}
              value: {type: string, short: (USCDI+ Quality) The value that is unique, index: 8}
            required: [value, use]
  name:
    short: (USCDI+ Quality) The name(s) associated with the practitioner
    index: 9
    elements:
      family: {short: (USCDI+ Quality) Family name (often called 'Surname'), index: 10}
  telecom:
    short: (USCDI+ Quality) A contact detail for the practitioner (that apply to all roles)
    index: 11
    elements:
      system: {short: (USCDI+ Quality) phone | fax | email | pager | url | sms | other, index: 12}
      value: {short: (USCDI+ Quality) The actual contact point details, index: 13}
  address:
    short: (USCDI+ Quality) Address(es) of the practitioner
    index: 14
    elements:
      line: {short: '(USCDI+ Quality) Street name, number, direction & P.O. Box etc.', index: 15}
      city: {short: '(USCDI+ Quality) Name of city, town etc.', index: 16}
      state: {short: (USCDI+ Quality) Sub-unit of country (abbreviations ok), index: 17}
      postalCode: {short: (USCDI+ Quality) US Zip Codes, index: 18}
      country: {short: (USCDI+ Quality) Country (e.g. can be ISO 3166 2 or 3 letter code), index: 19}
package_version: 0.5.0
class: profile
kind: resource
url: http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-practitioner
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|6.1.0
version: 0.5.0
required: [identifier]