SPD - Service Provider Directory
0.2.0 - draft Estonia flag

SPD - Service Provider Directory, published by TEHIK. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TEHIK-EE/ig-ee-spd/ and changes regularly. See the Directory of published versions

Resource Profile: EE SPD Organization

Official URL: https://fhir.ee/spd/StructureDefinition/ee-spd-organization Version: 0.2.0
Draft as of 2025-05-14 Computable Name: EESPDOrganization

Asutus. Organization in SPD

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Organization C 0..* EEBaseOrganization(2.0.0) A grouping of people or organizations with a common purpose without substructure
Constraints: org-1
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
.... system Σ 1..1 uri The namespace for the identifier value
Binding: Organisatsiooni identifikaatorite domeen . (required): Äriregistril https://fhir.ee/sid/org/est/br, KMKR puhul https://fhir.ee/sid/org/est/vatin
Example General: http://www.acme.com/identifiers/patient
.... value ΣC 1..1 string The value that is unique
Example General: 123456
... active ?!Σ 0..1 boolean Status of organization. (ee STAATUS näitab, kas asutus on Äriregistris aktiivne)
... Slices for type Σ 0..* CodeableConcept Type of organization. Use slice hospital when expressing hospital type. (ee Asutuse tüüp. Nt.|prov| = TTO, |bus| = kui tegemist on mitte-TTOga. Haigla liik läheb hospital alla.)
Slice: Unordered, Open by value:coding.system
Binding: OrganizationType (example): Used to categorize the organization.
.... type:organizationType Σ 0..1 CodeableConcept Kind of organization
Binding: OrganizationType (example): Used to categorize the organization.
.... type:hospitalType Σ 0..1 CodeableConcept As long as there is no VS, use text to describe the hospital type. (ee |Taastusravihaigla| Keskhaigla| Üldhaigla| Piirkondlik haigla| Erihaigla| Hooldushaigla| Kohalik haigla|)
Binding: OrganizationType (example): Used to categorize the organization.
... name ΣC 1..1 string Name of the organization. (ee Asutuse NIMETUS)
... contact C 0..* ExtendedContactDetail Contact details of the organization. (ee Asutuse kontaktandmed, email, telefon. (aadress tuleb locationi alt iga tegevuskoha kohta eraldi))
Constraints: org-3, org-4
.... Slices for telecom Σ 0..* ContactPoint Contact details (e.g.phone/fax/url)
Slice: Unordered, Closed by value:system
..... telecom:phone Σ 0..* ContactPoint Telefoni number
...... system ΣC 1..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
Required Pattern: phone
...... use ?!Σ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.
..... telecom:email Σ 0..* ContactPoint E-Mail
...... system ΣC 1..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
Required Pattern: email
...... use ?!Σ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.
... qualification 0..* BackboneElement Licence(s) to provide healthcare service. (ee TEGEVUSLUBA)
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... identifier 0..* Identifier Number of the licence
..... system Σ 0..1 uri The namespace for the identifier value
Fixed Value: https://fhir.ee/sid/org/est/fi
.... code 1..1 CodeableConcept Field of services this licence allows. (ee TEGEVUSLOA LIIK)
Binding: https://fhir.ee/ValueSet/medre-tegevusloa-liik (required)
.... period 0..1 Period Period of the licence validity. (ee TEGEVUSLOA KEHTIVUS)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Organization.identifier.​system Base required Organisatsiooni identifikaatorite domeen . ⏿2.0.0 term.tehik.ee
Organization.type Base example Organization Type 📍5.0.0 FHIR Std.
Organization.type:organizationType Base example Organization Type 📍5.0.0 FHIR Std.
Organization.type:hospitalType Base example Organization Type 📍5.0.0 FHIR Std.
Organization.contact.​telecom:phone.system Base required ContactPointSystem 📍5.0.0 FHIR Std.
Organization.contact.​telecom:phone.use Base required ContactPointUse 📍5.0.0 FHIR Std.
Organization.contact.​telecom:email.system Base required ContactPointSystem 📍5.0.0 FHIR Std.
Organization.contact.​telecom:email.use Base required ContactPointUse 📍5.0.0 FHIR Std.
Organization.qualification.​code Base required https://fhir.ee/ValueSet/medre-tegevusloa-liik Not State Unknown

Constraints

Id Grade Path(s) Description Expression
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()

This structure is derived from EEBaseOrganization

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Organization 0..* EEBaseOrganization(2.0.0) A grouping of people or organizations with a common purpose without substructure
... identifier 1..* Identifier Business registry code, VATin code or some other identifying code of organization must be here
.... use 0..0 usual | official | temp | secondary | old (If known)
.... type 0..0 Description of identifier
.... system 1..1 uri The namespace for the identifier value
Binding: Organisatsiooni identifikaatorite domeen . (required): Äriregistril https://fhir.ee/sid/org/est/br, KMKR puhul https://fhir.ee/sid/org/est/vatin
.... period 0..0 Time period when id is/was valid for use
.... assigner 0..0 Organization that issued id (may be just text)
... active 0..1 boolean Status of organization. (ee STAATUS näitab, kas asutus on Äriregistris aktiivne)
... Slices for type 0..* CodeableConcept Type of organization. Use slice hospital when expressing hospital type. (ee Asutuse tüüp. Nt.|prov| = TTO, |bus| = kui tegemist on mitte-TTOga. Haigla liik läheb hospital alla.)
Slice: Unordered, Open by value:coding.system
.... type:organizationType 0..1 CodeableConcept Kind of organization
..... coding
...... system 0..1 uri Identity of the terminology system
Binding: OrganizationType (required)
.... type:hospitalType 0..1 CodeableConcept As long as there is no VS, use text to describe the hospital type. (ee |Taastusravihaigla| Keskhaigla| Üldhaigla| Piirkondlik haigla| Erihaigla| Hooldushaigla| Kohalik haigla|)
..... coding
...... system 0..1 uri Identity of the terminology system
Binding: https://fhir.ee/ValueSet/medre-haigla-liik (required)
... alias 0..0 A list of alternate names that the organization is known as, or was known as in the past
... contact 0..* ExtendedContactDetail Contact details of the organization. (ee Asutuse kontaktandmed, email, telefon. (aadress tuleb locationi alt iga tegevuskoha kohta eraldi))
.... purpose 0..0 The type of contact
.... name 0..0 Name of an individual to contact
.... Slices for telecom 0..* ContactPoint Contact details (e.g.phone/fax/url)
Slice: Unordered, Closed by value:system
..... telecom:phone 0..* ContactPoint Telefoni number
...... system 1..1 code phone | fax | email | pager | url | sms | other
Required Pattern: phone
..... telecom:email 0..* ContactPoint E-Mail
...... system 1..1 code phone | fax | email | pager | url | sms | other
Required Pattern: email
.... address 0..0 Address for the contact
.... organization 0..0 This contact detail is handled/monitored by a specific organization
.... period 0..0 Period that this contact was valid for usage
... partOf 0..0 The organization of which this organization forms a part
... endpoint 0..0 Technical endpoints providing access to services operated for the organization
... qualification 0..* BackboneElement Licence(s) to provide healthcare service. (ee TEGEVUSLUBA)
.... identifier 0..* Identifier Number of the licence
..... use 0..0 usual | official | temp | secondary | old (If known)
..... type 0..0 Description of identifier
..... system 0..1 uri The namespace for the identifier value
Fixed Value: https://fhir.ee/sid/org/est/fi
..... period 0..0 Time period when id is/was valid for use
..... assigner 0..0 Organization that issued id (may be just text)
.... code 1..1 CodeableConcept Field of services this licence allows. (ee TEGEVUSLOA LIIK)
Binding: https://fhir.ee/ValueSet/medre-tegevusloa-liik (required)
.... period 0..1 Period Period of the licence validity. (ee TEGEVUSLOA KEHTIVUS)
.... issuer 0..0 Organization that regulates and issues the qualification

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
Organization.identifier.​system Base required Organisatsiooni identifikaatorite domeen . ⏿2.0.0 term.tehik.ee
Organization.type:organizationType.​coding.system Base required Organization Type 📦5.0.0 FHIR Std.
Organization.type:hospitalType.​coding.system Base required https://fhir.ee/ValueSet/medre-haigla-liik Not State Unknown
Organization.qualification.​code Base required https://fhir.ee/ValueSet/medre-tegevusloa-liik Not State Unknown
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Organization C 0..* EEBaseOrganization(2.0.0) A grouping of people or organizations with a common purpose without substructure
Constraints: org-1
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... identifier ΣC 1..* Identifier Business registry code, VATin code or some other identifying code of organization must be here
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... system Σ 1..1 uri The namespace for the identifier value
Binding: Organisatsiooni identifikaatorite domeen . (required): Äriregistril https://fhir.ee/sid/org/est/br, KMKR puhul https://fhir.ee/sid/org/est/vatin
Example General: http://www.acme.com/identifiers/patient
.... value ΣC 1..1 string The value that is unique
Example General: 123456
... active ?!Σ 0..1 boolean Status of organization. (ee STAATUS näitab, kas asutus on Äriregistris aktiivne)
... Slices for type Σ 0..* CodeableConcept Type of organization. Use slice hospital when expressing hospital type. (ee Asutuse tüüp. Nt.|prov| = TTO, |bus| = kui tegemist on mitte-TTOga. Haigla liik läheb hospital alla.)
Slice: Unordered, Open by value:coding.system
Binding: OrganizationType (example): Used to categorize the organization.
.... type:organizationType Σ 0..1 CodeableConcept Kind of organization
Binding: OrganizationType (example): Used to categorize the organization.
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... coding Σ 0..* Coding Code defined by a terminology system
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 0..1 uri Identity of the terminology system
Binding: OrganizationType (required)
...... version Σ 0..1 string Version of the system - if relevant
...... code ΣC 0..1 code Symbol in syntax defined by the system
...... display ΣC 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... text Σ 0..1 string Plain text representation of the concept
.... type:hospitalType Σ 0..1 CodeableConcept As long as there is no VS, use text to describe the hospital type. (ee |Taastusravihaigla| Keskhaigla| Üldhaigla| Piirkondlik haigla| Erihaigla| Hooldushaigla| Kohalik haigla|)
Binding: OrganizationType (example): Used to categorize the organization.
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... coding Σ 0..* Coding Code defined by a terminology system
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 0..1 uri Identity of the terminology system
Binding: https://fhir.ee/ValueSet/medre-haigla-liik (required)
...... version Σ 0..1 string Version of the system - if relevant
...... code ΣC 0..1 code Symbol in syntax defined by the system
...... display ΣC 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... text Σ 0..1 string Plain text representation of the concept
... name ΣC 1..1 string Name of the organization. (ee Asutuse NIMETUS)
... description Σ 0..1 markdown Additional details about the Organization that could be displayed as further information to identify the Organization beyond its name
... contact C 0..* ExtendedContactDetail Contact details of the organization. (ee Asutuse kontaktandmed, email, telefon. (aadress tuleb locationi alt iga tegevuskoha kohta eraldi))
Constraints: org-3, org-4
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... Slices for telecom Σ 0..* ContactPoint Contact details (e.g.phone/fax/url)
Slice: Unordered, Closed by value:system
..... telecom:phone Σ 0..* ContactPoint Telefoni number
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system ΣC 1..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
Required Pattern: phone
...... value ΣC 0..1 string The actual contact point details
...... use ?!Σ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.
...... rank Σ 0..1 positiveInt Specify preferred order of use (1 = highest)
...... period Σ 0..1 Period Time period when the contact point was/is in use
..... telecom:email Σ 0..* ContactPoint E-Mail
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system ΣC 1..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
Required Pattern: email
...... value ΣC 0..1 string The actual contact point details
...... use ?!Σ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.
...... rank Σ 0..1 positiveInt Specify preferred order of use (1 = highest)
...... period Σ 0..1 Period Time period when the contact point was/is in use
... qualification 0..* BackboneElement Licence(s) to provide healthcare service. (ee TEGEVUSLUBA)
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... identifier 0..* Identifier Number of the licence
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system Σ 0..1 uri The namespace for the identifier value
Fixed Value: https://fhir.ee/sid/org/est/fi
..... value ΣC 0..1 string The value that is unique
Example General: 123456
.... code 1..1 CodeableConcept Field of services this licence allows. (ee TEGEVUSLOA LIIK)
Binding: https://fhir.ee/ValueSet/medre-tegevusloa-liik (required)
.... period 0..1 Period Period of the licence validity. (ee TEGEVUSLOA KEHTIVUS)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Organization.language Base required All Languages 📍5.0.0 FHIR Std.
Organization.identifier.​system Base required Organisatsiooni identifikaatorite domeen . ⏿2.0.0 term.tehik.ee
Organization.type Base example Organization Type 📍5.0.0 FHIR Std.
Organization.type:organizationType Base example Organization Type 📍5.0.0 FHIR Std.
Organization.type:organizationType.​coding.system Base required Organization Type 📦5.0.0 FHIR Std.
Organization.type:hospitalType Base example Organization Type 📍5.0.0 FHIR Std.
Organization.type:hospitalType.​coding.system Base required https://fhir.ee/ValueSet/medre-haigla-liik Not State Unknown
Organization.contact.​telecom:phone.system Base required ContactPointSystem 📍5.0.0 FHIR Std.
Organization.contact.​telecom:phone.use Base required ContactPointUse 📍5.0.0 FHIR Std.
Organization.contact.​telecom:email.system Base required ContactPointSystem 📍5.0.0 FHIR Std.
Organization.contact.​telecom:email.use Base required ContactPointUse 📍5.0.0 FHIR Std.
Organization.qualification.​code Base required https://fhir.ee/ValueSet/medre-tegevusloa-liik Not State Unknown

Constraints

Id Grade Path(s) Description Expression
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()

This structure is derived from EEBaseOrganization

Summary

Mandatory: 0 element(2 nested mandatory elements)
Fixed: 1 element
Prohibited: 17 elements

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of Organization.type
  • The element 1 is sliced based on the value of Organization.contact.telecom (Closed)

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Organization C 0..* EEBaseOrganization(2.0.0) A grouping of people or organizations with a common purpose without substructure
Constraints: org-1
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
.... system Σ 1..1 uri The namespace for the identifier value
Binding: Organisatsiooni identifikaatorite domeen . (required): Äriregistril https://fhir.ee/sid/org/est/br, KMKR puhul https://fhir.ee/sid/org/est/vatin
Example General: http://www.acme.com/identifiers/patient
.... value ΣC 1..1 string The value that is unique
Example General: 123456
... active ?!Σ 0..1 boolean Status of organization. (ee STAATUS näitab, kas asutus on Äriregistris aktiivne)
... Slices for type Σ 0..* CodeableConcept Type of organization. Use slice hospital when expressing hospital type. (ee Asutuse tüüp. Nt.|prov| = TTO, |bus| = kui tegemist on mitte-TTOga. Haigla liik läheb hospital alla.)
Slice: Unordered, Open by value:coding.system
Binding: OrganizationType (example): Used to categorize the organization.
.... type:organizationType Σ 0..1 CodeableConcept Kind of organization
Binding: OrganizationType (example): Used to categorize the organization.
.... type:hospitalType Σ 0..1 CodeableConcept As long as there is no VS, use text to describe the hospital type. (ee |Taastusravihaigla| Keskhaigla| Üldhaigla| Piirkondlik haigla| Erihaigla| Hooldushaigla| Kohalik haigla|)
Binding: OrganizationType (example): Used to categorize the organization.
... name ΣC 1..1 string Name of the organization. (ee Asutuse NIMETUS)
... contact C 0..* ExtendedContactDetail Contact details of the organization. (ee Asutuse kontaktandmed, email, telefon. (aadress tuleb locationi alt iga tegevuskoha kohta eraldi))
Constraints: org-3, org-4
.... Slices for telecom Σ 0..* ContactPoint Contact details (e.g.phone/fax/url)
Slice: Unordered, Closed by value:system
..... telecom:phone Σ 0..* ContactPoint Telefoni number
...... system ΣC 1..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
Required Pattern: phone
...... use ?!Σ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.
..... telecom:email Σ 0..* ContactPoint E-Mail
...... system ΣC 1..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
Required Pattern: email
...... use ?!Σ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.
... qualification 0..* BackboneElement Licence(s) to provide healthcare service. (ee TEGEVUSLUBA)
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... identifier 0..* Identifier Number of the licence
..... system Σ 0..1 uri The namespace for the identifier value
Fixed Value: https://fhir.ee/sid/org/est/fi
.... code 1..1 CodeableConcept Field of services this licence allows. (ee TEGEVUSLOA LIIK)
Binding: https://fhir.ee/ValueSet/medre-tegevusloa-liik (required)
.... period 0..1 Period Period of the licence validity. (ee TEGEVUSLOA KEHTIVUS)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Organization.identifier.​system Base required Organisatsiooni identifikaatorite domeen . ⏿2.0.0 term.tehik.ee
Organization.type Base example Organization Type 📍5.0.0 FHIR Std.
Organization.type:organizationType Base example Organization Type 📍5.0.0 FHIR Std.
Organization.type:hospitalType Base example Organization Type 📍5.0.0 FHIR Std.
Organization.contact.​telecom:phone.system Base required ContactPointSystem 📍5.0.0 FHIR Std.
Organization.contact.​telecom:phone.use Base required ContactPointUse 📍5.0.0 FHIR Std.
Organization.contact.​telecom:email.system Base required ContactPointSystem 📍5.0.0 FHIR Std.
Organization.contact.​telecom:email.use Base required ContactPointUse 📍5.0.0 FHIR Std.
Organization.qualification.​code Base required https://fhir.ee/ValueSet/medre-tegevusloa-liik Not State Unknown

Constraints

Id Grade Path(s) Description Expression
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()

Differential View

This structure is derived from EEBaseOrganization

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Organization 0..* EEBaseOrganization(2.0.0) A grouping of people or organizations with a common purpose without substructure
... identifier 1..* Identifier Business registry code, VATin code or some other identifying code of organization must be here
.... use 0..0 usual | official | temp | secondary | old (If known)
.... type 0..0 Description of identifier
.... system 1..1 uri The namespace for the identifier value
Binding: Organisatsiooni identifikaatorite domeen . (required): Äriregistril https://fhir.ee/sid/org/est/br, KMKR puhul https://fhir.ee/sid/org/est/vatin
.... period 0..0 Time period when id is/was valid for use
.... assigner 0..0 Organization that issued id (may be just text)
... active 0..1 boolean Status of organization. (ee STAATUS näitab, kas asutus on Äriregistris aktiivne)
... Slices for type 0..* CodeableConcept Type of organization. Use slice hospital when expressing hospital type. (ee Asutuse tüüp. Nt.|prov| = TTO, |bus| = kui tegemist on mitte-TTOga. Haigla liik läheb hospital alla.)
Slice: Unordered, Open by value:coding.system
.... type:organizationType 0..1 CodeableConcept Kind of organization
..... coding
...... system 0..1 uri Identity of the terminology system
Binding: OrganizationType (required)
.... type:hospitalType 0..1 CodeableConcept As long as there is no VS, use text to describe the hospital type. (ee |Taastusravihaigla| Keskhaigla| Üldhaigla| Piirkondlik haigla| Erihaigla| Hooldushaigla| Kohalik haigla|)
..... coding
...... system 0..1 uri Identity of the terminology system
Binding: https://fhir.ee/ValueSet/medre-haigla-liik (required)
... alias 0..0 A list of alternate names that the organization is known as, or was known as in the past
... contact 0..* ExtendedContactDetail Contact details of the organization. (ee Asutuse kontaktandmed, email, telefon. (aadress tuleb locationi alt iga tegevuskoha kohta eraldi))
.... purpose 0..0 The type of contact
.... name 0..0 Name of an individual to contact
.... Slices for telecom 0..* ContactPoint Contact details (e.g.phone/fax/url)
Slice: Unordered, Closed by value:system
..... telecom:phone 0..* ContactPoint Telefoni number
...... system 1..1 code phone | fax | email | pager | url | sms | other
Required Pattern: phone
..... telecom:email 0..* ContactPoint E-Mail
...... system 1..1 code phone | fax | email | pager | url | sms | other
Required Pattern: email
.... address 0..0 Address for the contact
.... organization 0..0 This contact detail is handled/monitored by a specific organization
.... period 0..0 Period that this contact was valid for usage
... partOf 0..0 The organization of which this organization forms a part
... endpoint 0..0 Technical endpoints providing access to services operated for the organization
... qualification 0..* BackboneElement Licence(s) to provide healthcare service. (ee TEGEVUSLUBA)
.... identifier 0..* Identifier Number of the licence
..... use 0..0 usual | official | temp | secondary | old (If known)
..... type 0..0 Description of identifier
..... system 0..1 uri The namespace for the identifier value
Fixed Value: https://fhir.ee/sid/org/est/fi
..... period 0..0 Time period when id is/was valid for use
..... assigner 0..0 Organization that issued id (may be just text)
.... code 1..1 CodeableConcept Field of services this licence allows. (ee TEGEVUSLOA LIIK)
Binding: https://fhir.ee/ValueSet/medre-tegevusloa-liik (required)
.... period 0..1 Period Period of the licence validity. (ee TEGEVUSLOA KEHTIVUS)
.... issuer 0..0 Organization that regulates and issues the qualification

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
Organization.identifier.​system Base required Organisatsiooni identifikaatorite domeen . ⏿2.0.0 term.tehik.ee
Organization.type:organizationType.​coding.system Base required Organization Type 📦5.0.0 FHIR Std.
Organization.type:hospitalType.​coding.system Base required https://fhir.ee/ValueSet/medre-haigla-liik Not State Unknown
Organization.qualification.​code Base required https://fhir.ee/ValueSet/medre-tegevusloa-liik Not State Unknown

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Organization C 0..* EEBaseOrganization(2.0.0) A grouping of people or organizations with a common purpose without substructure
Constraints: org-1
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... identifier ΣC 1..* Identifier Business registry code, VATin code or some other identifying code of organization must be here
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... system Σ 1..1 uri The namespace for the identifier value
Binding: Organisatsiooni identifikaatorite domeen . (required): Äriregistril https://fhir.ee/sid/org/est/br, KMKR puhul https://fhir.ee/sid/org/est/vatin
Example General: http://www.acme.com/identifiers/patient
.... value ΣC 1..1 string The value that is unique
Example General: 123456
... active ?!Σ 0..1 boolean Status of organization. (ee STAATUS näitab, kas asutus on Äriregistris aktiivne)
... Slices for type Σ 0..* CodeableConcept Type of organization. Use slice hospital when expressing hospital type. (ee Asutuse tüüp. Nt.|prov| = TTO, |bus| = kui tegemist on mitte-TTOga. Haigla liik läheb hospital alla.)
Slice: Unordered, Open by value:coding.system
Binding: OrganizationType (example): Used to categorize the organization.
.... type:organizationType Σ 0..1 CodeableConcept Kind of organization
Binding: OrganizationType (example): Used to categorize the organization.
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... coding Σ 0..* Coding Code defined by a terminology system
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 0..1 uri Identity of the terminology system
Binding: OrganizationType (required)
...... version Σ 0..1 string Version of the system - if relevant
...... code ΣC 0..1 code Symbol in syntax defined by the system
...... display ΣC 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... text Σ 0..1 string Plain text representation of the concept
.... type:hospitalType Σ 0..1 CodeableConcept As long as there is no VS, use text to describe the hospital type. (ee |Taastusravihaigla| Keskhaigla| Üldhaigla| Piirkondlik haigla| Erihaigla| Hooldushaigla| Kohalik haigla|)
Binding: OrganizationType (example): Used to categorize the organization.
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... coding Σ 0..* Coding Code defined by a terminology system
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 0..1 uri Identity of the terminology system
Binding: https://fhir.ee/ValueSet/medre-haigla-liik (required)
...... version Σ 0..1 string Version of the system - if relevant
...... code ΣC 0..1 code Symbol in syntax defined by the system
...... display ΣC 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... text Σ 0..1 string Plain text representation of the concept
... name ΣC 1..1 string Name of the organization. (ee Asutuse NIMETUS)
... description Σ 0..1 markdown Additional details about the Organization that could be displayed as further information to identify the Organization beyond its name
... contact C 0..* ExtendedContactDetail Contact details of the organization. (ee Asutuse kontaktandmed, email, telefon. (aadress tuleb locationi alt iga tegevuskoha kohta eraldi))
Constraints: org-3, org-4
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... Slices for telecom Σ 0..* ContactPoint Contact details (e.g.phone/fax/url)
Slice: Unordered, Closed by value:system
..... telecom:phone Σ 0..* ContactPoint Telefoni number
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system ΣC 1..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
Required Pattern: phone
...... value ΣC 0..1 string The actual contact point details
...... use ?!Σ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.
...... rank Σ 0..1 positiveInt Specify preferred order of use (1 = highest)
...... period Σ 0..1 Period Time period when the contact point was/is in use
..... telecom:email Σ 0..* ContactPoint E-Mail
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system ΣC 1..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
Required Pattern: email
...... value ΣC 0..1 string The actual contact point details
...... use ?!Σ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.
...... rank Σ 0..1 positiveInt Specify preferred order of use (1 = highest)
...... period Σ 0..1 Period Time period when the contact point was/is in use
... qualification 0..* BackboneElement Licence(s) to provide healthcare service. (ee TEGEVUSLUBA)
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... identifier 0..* Identifier Number of the licence
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system Σ 0..1 uri The namespace for the identifier value
Fixed Value: https://fhir.ee/sid/org/est/fi
..... value ΣC 0..1 string The value that is unique
Example General: 123456
.... code 1..1 CodeableConcept Field of services this licence allows. (ee TEGEVUSLOA LIIK)
Binding: https://fhir.ee/ValueSet/medre-tegevusloa-liik (required)
.... period 0..1 Period Period of the licence validity. (ee TEGEVUSLOA KEHTIVUS)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Organization.language Base required All Languages 📍5.0.0 FHIR Std.
Organization.identifier.​system Base required Organisatsiooni identifikaatorite domeen . ⏿2.0.0 term.tehik.ee
Organization.type Base example Organization Type 📍5.0.0 FHIR Std.
Organization.type:organizationType Base example Organization Type 📍5.0.0 FHIR Std.
Organization.type:organizationType.​coding.system Base required Organization Type 📦5.0.0 FHIR Std.
Organization.type:hospitalType Base example Organization Type 📍5.0.0 FHIR Std.
Organization.type:hospitalType.​coding.system Base required https://fhir.ee/ValueSet/medre-haigla-liik Not State Unknown
Organization.contact.​telecom:phone.system Base required ContactPointSystem 📍5.0.0 FHIR Std.
Organization.contact.​telecom:phone.use Base required ContactPointUse 📍5.0.0 FHIR Std.
Organization.contact.​telecom:email.system Base required ContactPointSystem 📍5.0.0 FHIR Std.
Organization.contact.​telecom:email.use Base required ContactPointUse 📍5.0.0 FHIR Std.
Organization.qualification.​code Base required https://fhir.ee/ValueSet/medre-tegevusloa-liik Not State Unknown

Constraints

Id Grade Path(s) Description Expression
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()

This structure is derived from EEBaseOrganization

Summary

Mandatory: 0 element(2 nested mandatory elements)
Fixed: 1 element
Prohibited: 17 elements

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of Organization.type
  • The element 1 is sliced based on the value of Organization.contact.telecom (Closed)

 

Other representations of profile: CSV, Excel, Schematron