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: min: 1 isModifier: false index: 0 type: Identifier mustSupport: true array: true elements: system: {type: uri, isModifier: false, mustSupport: true, index: 1} required: [system] active: {type: boolean, isModifier: false, mustSupport: true, index: 2} name: {type: string, isModifier: false, mustSupport: true, index: 3} telecom: {type: ContactPoint, isModifier: false, mustSupport: true, array: true, min: 1, index: 4} address: type: Address isModifier: false mustSupport: true array: true min: 1 index: 5 elements: line: {type: string, isModifier: false, mustSupport: true, array: true, max: 4, index: 6} city: {type: string, isModifier: false, mustSupport: true, index: 7} state: isModifier: false type: string mustSupport: true binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state'} index: 8 postalCode: {type: string, short: US Zip Codes, isModifier: false, mustSupport: true, index: 9} country: {type: string, isModifier: false, mustSupport: true, index: 10} endpoint: type: Reference isModifier: false mustSupport: true refers: ['http://hl7.org/fhir/StructureDefinition/Endpoint'] array: true index: 11 package_version: 3.0.0 class: profile kind: resource url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization base: http://hl7.org/fhir/StructureDefinition/Organization version: 3.0.0 required: [active, address, identifier, name, telecom]