description: ' Organization is a resource intended for documenting information related to an entity that has been formed for the purpose of achieving some form of collective action. ''Organization'' as such has a narrower definition in context of EEBase - in order to be conformant to EEBaseOrganization profile, an organization MUST be registered as a business. Yet, Organization could be used for documenting contact information and/or providing support for other resources that need to reference organizations.' package_name: ee.fhir.base derivation: constraint name: EEBaseOrganization type: Organization elements: identifier: mustSupport: true index: 0 elements: system: binding: {strength: required, valueSet: 'https://fhir.ee/ValueSet/organization-identifier-domain'} mustSupport: true index: 1 value: {mustSupport: true, index: 2} required: [system, value] active: {short: Whether the organization's record is in active use, mustSupport: true, index: 3} type: binding: {strength: extensible, valueSet: 'https://fhir.ee/ValueSet/organization-type'} index: 4 name: {mustSupport: true, index: 5} contact: elements: address: {type: Address, mustSupport: true, index: 6} partOf: type: Reference refers: ['https://fhir.ee/base/StructureDefinition/ee-organization'] index: 7 package_version: 1.1.2 class: profile kind: resource url: https://fhir.ee/base/StructureDefinition/ee-organization base: http://hl7.org/fhir/StructureDefinition/Organization version: 1.1.2 required: [active, identifier, name]