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: mustSupport: 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: null 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'} type: Identifier index: 3 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: false pattern: type: Identifier value: {system: 'urn:oid:2.16.840.1.113883.4.7'} type: Identifier index: 4 max: 1 active: {mustSupport: true, index: 5} name: {mustSupport: true, index: 6} telecom: mustSupport: true index: 7 elements: system: {mustSupport: true, index: 8} value: {mustSupport: true, index: 9} address: mustSupport: true index: 10 elements: line: {type: string, mustSupport: true, array: true, max: 4, index: 11} city: {type: string, mustSupport: true, index: 12} state: type: string binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state'} mustSupport: true index: 13 postalCode: {type: string, short: US Zip Codes, mustSupport: true, index: 14} country: {type: string, mustSupport: true, index: 15} package_version: 4.1.0 class: profile kind: resource url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization base: http://hl7.org/fhir/StructureDefinition/Organization version: 4.1.0 required: [active, name]