Estonian Base Implementation Guide
1.0.0 - ballot
Estonian Base Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions
Official URL: https://fhir.ee/StructureDefinition/ee-organization | Version: 1.0.0 | |||
Draft as of 2023-05-29 | Computable Name: EEBaseOrganization |
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.
Usage:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from Organization
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | 0..* | Organization | A grouping of people or organizations with a common purpose without substructure | |
![]() ![]() ![]() | S | 1..* | Identifier | Identifies this organization across multiple systems |
![]() ![]() ![]() ![]() | S | 1..1 | uri | The namespace for the identifier value Binding: Organization Identity System (required) |
![]() ![]() ![]() ![]() | S | 1..1 | string | The value that is unique |
![]() ![]() ![]() | S | 1..1 | boolean | Whether the organization's record is in active use |
![]() ![]() ![]() | 0..* | CodeableConcept | Kind of organization Binding: Organization Types (extensible) | |
![]() ![]() ![]() | S | 1..1 | string | Name used for the organization |
![]() ![]() ![]() | ||||
![]() ![]() ![]() ![]() | S | 0..1 | EEBaseAddress | An address expressed using postal conventions (as opposed to GPS or other location definition formats) |
![]() ![]() ![]() | 0..1 | Reference(EEBase Organization) | The organization of which this organization forms a part | |
![]() |
Path | Conformance | ValueSet |
Organization.identifier.system | required | EEBaseOrganizationIdentity |
Organization.type | extensible | EEBaseOrganizationType |
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | C | 0..* | Organization | A grouping of people or organizations with a common purpose without substructure |
![]() ![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() ![]() | 0..* | Resource | Contained, inline Resources | |
![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() ![]() | SΣC | 1..* | Identifier | Identifies this organization across multiple systems |
![]() ![]() ![]() ![]() | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
![]() ![]() ![]() ![]() | SΣ | 1..1 | uri | The namespace for the identifier value Binding: Organization Identity System (required) Example General: http://www.acme.com/identifiers/patient |
![]() ![]() ![]() ![]() | SΣC | 1..1 | string | The value that is unique Example General: 123456 |
![]() ![]() ![]() | ?!SΣ | 1..1 | boolean | Whether the organization's record is in active use |
![]() ![]() ![]() | Σ | 0..* | CodeableConcept | Kind of organization Binding: Organization Types (extensible) |
![]() ![]() ![]() | SΣC | 1..1 | string | Name used for the organization |
![]() ![]() ![]() | C | 0..* | ExtendedContactDetail | Official contact details for the Organization |
![]() ![]() ![]() ![]() | S | 0..1 | EEBaseAddress | An address expressed using postal conventions (as opposed to GPS or other location definition formats) |
![]() ![]() ![]() | Σ | 0..1 | Reference(EEBase Organization) | The organization of which this organization forms a part |
![]() |
Path | Conformance | ValueSet |
Organization.identifier.use | required | IdentifierUse |
Organization.identifier.system | required | EEBaseOrganizationIdentity |
Organization.type | extensible | EEBaseOrganizationType |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | Organization | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | Organization | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource : contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty() | |
dom-4 | error | Organization | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated : contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() | |
dom-5 | error | Organization | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | Organization | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
org-1 | error | Organization | The organization SHALL at least have a name or an identifier, and possibly more than one : (identifier.count() + name.count()) > 0 | |
org-3 | error | Organization.contact | The telecom of an organization can never be of use 'home' : telecom.where(use = 'home').empty() | |
org-4 | error | Organization.contact | The address of an organization can never be of use 'home' : address.where(use = 'home').empty() |
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | C | 0..* | Organization | A grouping of people or organizations with a common purpose without substructure |
![]() ![]() ![]() | Σ | 0..1 | id | Logical id of this artifact |
![]() ![]() ![]() | Σ | 0..1 | Meta | Metadata about the resource |
![]() ![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() ![]() | 0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for a human language | |
![]() ![]() ![]() | 0..1 | Narrative | Text summary of the resource, for human interpretation | |
![]() ![]() ![]() | 0..* | Resource | Contained, inline Resources | |
![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() ![]() | SΣC | 1..* | Identifier | Identifies this organization across multiple systems |
![]() ![]() ![]() ![]() | 0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
![]() ![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | Description of identifier Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. |
![]() ![]() ![]() ![]() | SΣ | 1..1 | uri | The namespace for the identifier value Binding: Organization Identity System (required) Example General: http://www.acme.com/identifiers/patient |
![]() ![]() ![]() ![]() | SΣC | 1..1 | string | The value that is unique Example General: 123456 |
![]() ![]() ![]() ![]() | Σ | 0..1 | Period | Time period when id is/was valid for use |
![]() ![]() ![]() ![]() | Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) |
![]() ![]() ![]() | ?!SΣ | 1..1 | boolean | Whether the organization's record is in active use |
![]() ![]() ![]() | Σ | 0..* | CodeableConcept | Kind of organization Binding: Organization Types (extensible) |
![]() ![]() ![]() | SΣC | 1..1 | string | Name used for the organization |
![]() ![]() ![]() | 0..* | string | A list of alternate names that the organization is known as, or was known as in the past | |
![]() ![]() ![]() | Σ | 0..1 | markdown | Additional details about the Organization that could be displayed as further information to identify the Organization beyond its name |
![]() ![]() ![]() | C | 0..* | ExtendedContactDetail | Official contact details for the Organization |
![]() ![]() ![]() ![]() | 0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | The type of contact Binding: Contact entity type (preferred): The purpose for which an extended contact detail should be used. |
![]() ![]() ![]() ![]() | Σ | 0..* | HumanName | Name of an individual to contact |
![]() ![]() ![]() ![]() | Σ | 0..* | ContactPoint | Contact details (e.g.phone/fax/url) |
![]() ![]() ![]() ![]() | S | 0..1 | EEBaseAddress | An address expressed using postal conventions (as opposed to GPS or other location definition formats) |
![]() ![]() ![]() ![]() | Σ | 0..1 | Reference(Organization) | This contact detail is handled/monitored by a specific organization |
![]() ![]() ![]() ![]() | Σ | 0..1 | Period | Period that this contact was valid for usage |
![]() ![]() ![]() | Σ | 0..1 | Reference(EEBase Organization) | The organization of which this organization forms a part |
![]() ![]() ![]() | 0..* | Reference(Endpoint) | Technical endpoints providing access to services operated for the organization | |
![]() ![]() ![]() | 0..* | BackboneElement | Qualifications, certifications, accreditations, licenses, training, etc. pertaining to the provision of care | |
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() | 0..* | Identifier | An identifier for this qualification for the organization | |
![]() ![]() ![]() ![]() | 1..1 | CodeableConcept | Coded representation of the qualification Binding: (unbound) (example): Specific qualification the organization has to provide a service. | |
![]() ![]() ![]() ![]() | 0..1 | Period | Period during which the qualification is valid | |
![]() ![]() ![]() ![]() | 0..1 | Reference(Organization) | Organization that regulates and issues the qualification | |
![]() |
Path | Conformance | ValueSet |
Organization.language | required | AllLanguages |
Organization.identifier.use | required | IdentifierUse |
Organization.identifier.type | extensible | IdentifierTypeCodes |
Organization.identifier.system | required | EEBaseOrganizationIdentity |
Organization.type | extensible | EEBaseOrganizationType |
Organization.contact.purpose | preferred | ContactEntityType |
Organization.qualification.code | example |
Id | Grade | Path(s) | Details | Requirements |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
This structure is derived from Organization
Differential View
This structure is derived from Organization
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | 0..* | Organization | A grouping of people or organizations with a common purpose without substructure | |
![]() ![]() ![]() | S | 1..* | Identifier | Identifies this organization across multiple systems |
![]() ![]() ![]() ![]() | S | 1..1 | uri | The namespace for the identifier value Binding: Organization Identity System (required) |
![]() ![]() ![]() ![]() | S | 1..1 | string | The value that is unique |
![]() ![]() ![]() | S | 1..1 | boolean | Whether the organization's record is in active use |
![]() ![]() ![]() | 0..* | CodeableConcept | Kind of organization Binding: Organization Types (extensible) | |
![]() ![]() ![]() | S | 1..1 | string | Name used for the organization |
![]() ![]() ![]() | ||||
![]() ![]() ![]() ![]() | S | 0..1 | EEBaseAddress | An address expressed using postal conventions (as opposed to GPS or other location definition formats) |
![]() ![]() ![]() | 0..1 | Reference(EEBase Organization) | The organization of which this organization forms a part | |
![]() |
Path | Conformance | ValueSet |
Organization.identifier.system | required | EEBaseOrganizationIdentity |
Organization.type | extensible | EEBaseOrganizationType |
Key Elements View
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | C | 0..* | Organization | A grouping of people or organizations with a common purpose without substructure |
![]() ![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() ![]() | 0..* | Resource | Contained, inline Resources | |
![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() ![]() | SΣC | 1..* | Identifier | Identifies this organization across multiple systems |
![]() ![]() ![]() ![]() | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
![]() ![]() ![]() ![]() | SΣ | 1..1 | uri | The namespace for the identifier value Binding: Organization Identity System (required) Example General: http://www.acme.com/identifiers/patient |
![]() ![]() ![]() ![]() | SΣC | 1..1 | string | The value that is unique Example General: 123456 |
![]() ![]() ![]() | ?!SΣ | 1..1 | boolean | Whether the organization's record is in active use |
![]() ![]() ![]() | Σ | 0..* | CodeableConcept | Kind of organization Binding: Organization Types (extensible) |
![]() ![]() ![]() | SΣC | 1..1 | string | Name used for the organization |
![]() ![]() ![]() | C | 0..* | ExtendedContactDetail | Official contact details for the Organization |
![]() ![]() ![]() ![]() | S | 0..1 | EEBaseAddress | An address expressed using postal conventions (as opposed to GPS or other location definition formats) |
![]() ![]() ![]() | Σ | 0..1 | Reference(EEBase Organization) | The organization of which this organization forms a part |
![]() |
Path | Conformance | ValueSet |
Organization.identifier.use | required | IdentifierUse |
Organization.identifier.system | required | EEBaseOrganizationIdentity |
Organization.type | extensible | EEBaseOrganizationType |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | Organization | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | Organization | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource : contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty() | |
dom-4 | error | Organization | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated : contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() | |
dom-5 | error | Organization | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | Organization | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
org-1 | error | Organization | The organization SHALL at least have a name or an identifier, and possibly more than one : (identifier.count() + name.count()) > 0 | |
org-3 | error | Organization.contact | The telecom of an organization can never be of use 'home' : telecom.where(use = 'home').empty() | |
org-4 | error | Organization.contact | The address of an organization can never be of use 'home' : address.where(use = 'home').empty() |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | C | 0..* | Organization | A grouping of people or organizations with a common purpose without substructure |
![]() ![]() ![]() | Σ | 0..1 | id | Logical id of this artifact |
![]() ![]() ![]() | Σ | 0..1 | Meta | Metadata about the resource |
![]() ![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() ![]() | 0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for a human language | |
![]() ![]() ![]() | 0..1 | Narrative | Text summary of the resource, for human interpretation | |
![]() ![]() ![]() | 0..* | Resource | Contained, inline Resources | |
![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() ![]() | SΣC | 1..* | Identifier | Identifies this organization across multiple systems |
![]() ![]() ![]() ![]() | 0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() | ?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
![]() ![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | Description of identifier Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. |
![]() ![]() ![]() ![]() | SΣ | 1..1 | uri | The namespace for the identifier value Binding: Organization Identity System (required) Example General: http://www.acme.com/identifiers/patient |
![]() ![]() ![]() ![]() | SΣC | 1..1 | string | The value that is unique Example General: 123456 |
![]() ![]() ![]() ![]() | Σ | 0..1 | Period | Time period when id is/was valid for use |
![]() ![]() ![]() ![]() | Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) |
![]() ![]() ![]() | ?!SΣ | 1..1 | boolean | Whether the organization's record is in active use |
![]() ![]() ![]() | Σ | 0..* | CodeableConcept | Kind of organization Binding: Organization Types (extensible) |
![]() ![]() ![]() | SΣC | 1..1 | string | Name used for the organization |
![]() ![]() ![]() | 0..* | string | A list of alternate names that the organization is known as, or was known as in the past | |
![]() ![]() ![]() | Σ | 0..1 | markdown | Additional details about the Organization that could be displayed as further information to identify the Organization beyond its name |
![]() ![]() ![]() | C | 0..* | ExtendedContactDetail | Official contact details for the Organization |
![]() ![]() ![]() ![]() | 0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | The type of contact Binding: Contact entity type (preferred): The purpose for which an extended contact detail should be used. |
![]() ![]() ![]() ![]() | Σ | 0..* | HumanName | Name of an individual to contact |
![]() ![]() ![]() ![]() | Σ | 0..* | ContactPoint | Contact details (e.g.phone/fax/url) |
![]() ![]() ![]() ![]() | S | 0..1 | EEBaseAddress | An address expressed using postal conventions (as opposed to GPS or other location definition formats) |
![]() ![]() ![]() ![]() | Σ | 0..1 | Reference(Organization) | This contact detail is handled/monitored by a specific organization |
![]() ![]() ![]() ![]() | Σ | 0..1 | Period | Period that this contact was valid for usage |
![]() ![]() ![]() | Σ | 0..1 | Reference(EEBase Organization) | The organization of which this organization forms a part |
![]() ![]() ![]() | 0..* | Reference(Endpoint) | Technical endpoints providing access to services operated for the organization | |
![]() ![]() ![]() | 0..* | BackboneElement | Qualifications, certifications, accreditations, licenses, training, etc. pertaining to the provision of care | |
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() | 0..* | Identifier | An identifier for this qualification for the organization | |
![]() ![]() ![]() ![]() | 1..1 | CodeableConcept | Coded representation of the qualification Binding: (unbound) (example): Specific qualification the organization has to provide a service. | |
![]() ![]() ![]() ![]() | 0..1 | Period | Period during which the qualification is valid | |
![]() ![]() ![]() ![]() | 0..1 | Reference(Organization) | Organization that regulates and issues the qualification | |
![]() |
Path | Conformance | ValueSet |
Organization.language | required | AllLanguages |
Organization.identifier.use | required | IdentifierUse |
Organization.identifier.type | extensible | IdentifierTypeCodes |
Organization.identifier.system | required | EEBaseOrganizationIdentity |
Organization.type | extensible | EEBaseOrganizationType |
Organization.contact.purpose | preferred | ContactEntityType |
Organization.qualification.code | example |
Id | Grade | Path(s) | Details | Requirements |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
This structure is derived from Organization
Other representations of profile: CSV, Excel, Schematron