PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.us.core@3.1.1
    http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization
description: Defines basic constraints and extensions on the Organization resource for use with other US Core resources
package_name: rs/hl7.fhir.us.core
derivation: constraint
name: USCoreOrganizationProfile
type: Organization
elements:
  identifier:
    type: Identifier
    mustSupport: true
    array: true
    index: 0
    elements:
      system: {type: uri, mustSupport: true, index: 1}
      value: {type: string, mustSupport: true, index: 2}
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: 0
      slices:
        NPI:
          match: {system: 'http://hl7.org/fhir/sid/us-npi'}
          schema:
            short: National Provider Identifier (NPI)
            type: Identifier
            mustSupport: true
            pattern:
              type: Identifier
              value: {system: 'http://hl7.org/fhir/sid/us-npi'}
            index: 3
          min: 0
          max: 1
        CLIA:
          match: {system: 'urn:oid:2.16.840.1.113883.4.7'}
          schema:
            short: Clinical Laboratory Improvement Amendments (CLIA) Number for laboratories
            type: Identifier
            mustSupport: false
            pattern:
              type: Identifier
              value: {system: 'urn:oid:2.16.840.1.113883.4.7'}
            index: 4
          min: 0
          max: 1
  active: {type: boolean, mustSupport: true, index: 5}
  name: {type: string, mustSupport: true, index: 6}
  telecom: {type: ContactPoint, mustSupport: true, array: true, index: 7}
  address:
    type: Address
    mustSupport: true
    array: true
    index: 8
    elements:
      line: {type: string, mustSupport: true, array: true, max: 4, index: 9}
      city: {type: string, mustSupport: true, index: 10}
      state:
        type: string
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state'}
        mustSupport: true
        index: 11
      postalCode: {type: string, short: US Zip Codes, mustSupport: true, index: 12}
      country: {type: string, mustSupport: true, index: 13}
package_version: 3.1.1
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 3.1.1
required: [active, name]