PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.central-cancer-registry-reporting@2.0.0-ballot
    http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/central-cancer-registry-reporting-organization
description: This profile represents the organization related to the cancer event. It is based on the US Core Organization.
package_name: hl7.fhir.us.central-cancer-registry-reporting
derivation: constraint
name: CentralCancerRegistryReportingOrganization
type: Organization
elements:
  identifier:
    mustSupport: true
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      slices:
        NPI:
          match: {system: 'http://hl7.org/fhir/sid/us-npi'}
          schema:
            short: National Provider Identifier (NPI)
            mustSupport: true
            pattern:
              type: Identifier
              value: {system: 'http://hl7.org/fhir/sid/us-npi'}
            _required: true
            index: 1
          min: 1
          max: 1
        CLIA:
          match: {system: 'urn:oid:2.16.840.1.113883.4.7'}
          schema:
            short: Clinical Laboratory Improvement Amendments (CLIA) Number for laboratories
            mustSupport: true
            pattern:
              type: Identifier
              value: {system: 'urn:oid:2.16.840.1.113883.4.7'}
            index: 2
        NAIC:
          match: {system: 'urn:oid:2.16.840.1.113883.6.300'}
          schema:
            short: NAIC Code
            mustSupport: true
            pattern:
              type: Identifier
              value: {system: 'urn:oid:2.16.840.1.113883.6.300'}
            index: 3
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/central-cancer-registry-reporting-organization
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|6.1.0
version: 2.0.0-ballot
required: [identifier]