Specyfikacja interoperacyjności prototypu SSIDL
0.1.2 - ci-build

Specyfikacja interoperacyjności prototypu SSIDL, published by Uniwersytet Medyczny w Łodzi. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SSIDL/ssidl-ig/ and changes regularly. See the Directory of published versions

Resource Profile: Punkt pobrań (SSIDL)

Official URL: http://loinc-ssidl.umed.pl/fhir/ig/ssidl/StructureDefinition/ssidl-location-intakePoint Version: 0.1.2
Draft as of 2025-10-09 Computable Name: SsidlLocationIntakePoint

Punkt pobrań

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
.. Location 0..* PLBaseMedicalFacility Details and position information for a place
... 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
.... identifier:All Slices Content/Rules for all slices
..... system SΣ 1..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
..... value SΣC 1..1 string The value that is unique
Example General: 123456
.... identifier:medicalPractice SΣ 0..1 Identifier Unique code or number identifying the location to its users
..... system SΣ 1..1 uri The namespace for the identifier value
Binding: Pule identyfikatorów miejsc udzielania świadczeń w ramach praktyk zawodowych (PL) (required)
Example General: http://www.acme.com/identifiers/patient
..... value SΣC 1..1 string The value that is unique
Example General: 123456
... name SΣ 1..1 string Name of the location as used by humans
... mode SΣ 1..1 code instance | kind
Binding: LocationMode (required): Indicates whether a resource instance represents a specific location or a class of locations.
Required Pattern: instance
... type SΣ 1..1 CodeableConcept Type of function performed
Binding: Kod rodzaju punktu pobrań (required)
.... coding SΣ 1..1 Coding Code defined by a terminology system
..... system SΣ 1..1 uri Identity of the terminology system
..... code SΣC 1..1 code Symbol in syntax defined by the system
..... display SΣC 1..1 string Representation defined by the system
... contact S 1..1 ExtendedContactDetail Official contact details for the location
.... Slices for telecom SΣ 1..* ContactPoint Contact details (e.g.phone/fax/url)
Slice: Unordered, Closed by value:system
..... telecom:phone SΣ 0..* ContactPoint Contact details (e.g.phone/fax/url)
...... system SΣC 1..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
Required Pattern: phone
...... value SΣC 1..1 string The actual contact point details
..... telecom:email SΣ 0..* ContactPoint Contact details (e.g.phone/fax/url)
...... system SΣC 1..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
Required Pattern: email
...... value SΣC 1..1 string The actual contact point details
... address S 1..1 PLBaseAddressEu Physical location
... managingOrganization SΣ 1..1 Reference(Podmiot diagnostyczny (SSIDL)) Organization responsible for provisioning and upkeep

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Location.identifier:medicalPractice.​system Base required Pule identyfikatorów miejsc udzielania świadczeń w ramach praktyk zawodowych (PL) 📦0.1.2 This IG
Location.mode Base required Location Mode 📍5.0.0 FHIR Std.
Location.type Base required Kod rodzaju punktu pobrań 📦0.1.2 This IG
Location.contact.telecom:phone.​system Base required ContactPointSystem 📍5.0.0 FHIR Std.
Location.contact.telecom:email.​system Base required ContactPointSystem 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Location If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Location 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 Location 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 Location If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Location 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()

This structure is derived from PLBaseMedicalFacility

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Location PLBaseMedicalFacility
... identifier S 1..1 Identifier Unique code or number identifying the location to its users
.... use 0..0
.... type 0..0
.... system S 1..1 uri The namespace for the identifier value
.... value S 1..1 string The value that is unique
.... period 0..0
.... assigner 0..0
... Slices for identifier Content/Rules for all slices
.... identifier:medicalPractice 0..1 Identifier Unique code or number identifying the location to its users
..... use 0..0
..... type 0..0
..... period 0..0
..... assigner 0..0
... status 0..0
... name S 1..1 string Name of the location as used by humans
... description 0..0
... mode S 1..1 code instance | kind
Required Pattern: instance
... type S 1..1 CodeableConcept Type of function performed
Binding: Kod rodzaju punktu pobrań (required)
.... coding S 1..1 Coding Code defined by a terminology system
..... system S 1..1 uri Identity of the terminology system
..... version 0..0
..... code S 1..1 code Symbol in syntax defined by the system
..... display S 1..1 string Representation defined by the system
..... userSelected 0..0
.... text 0..0
... contact S 1..1 ExtendedContactDetail Official contact details for the location
.... Slices for telecom S 1..* ContactPoint Contact details (e.g.phone/fax/url)
Slice: Unordered, Closed by value:system
..... telecom:phone S 0..* ContactPoint Contact details (e.g.phone/fax/url)
...... system S 1..1 code phone | fax | email | pager | url | sms | other
Required Pattern: phone
...... value S 1..1 string The actual contact point details
...... use 0..0
...... rank 0..0
...... period 0..0
..... telecom:email S 0..* ContactPoint Contact details (e.g.phone/fax/url)
...... system S 1..1 code phone | fax | email | pager | url | sms | other
Required Pattern: email
...... value S 1..1 string The actual contact point details
...... use 0..0
...... rank 0..0
...... period 0..0
... form 0..0
... position 0..0
... managingOrganization S 1..1 Reference(Podmiot diagnostyczny (SSIDL)) Organization responsible for provisioning and upkeep
... partOf 0..0
... characteristic 0..0
... virtualService 0..0
... endpoint 0..0

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
Location.type Base required Kod rodzaju punktu pobrań 📦0.1.2 This IG
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Location 0..* PLBaseMedicalFacility Details and position information for a place
... 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
... Slices for identifier SΣ 1..1 Identifier Unique code or number identifying the location to its users
Slice: Unordered, Open by value:system
.... identifier:All Slices Content/Rules for all slices
..... 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 SΣ 1..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
..... value SΣC 1..1 string The value that is unique
Example General: 123456
.... identifier:medicalPractice SΣ 0..1 Identifier Unique code or number identifying the location to its users
..... 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 SΣ 1..1 uri The namespace for the identifier value
Binding: Pule identyfikatorów miejsc udzielania świadczeń w ramach praktyk zawodowych (PL) (required)
Example General: http://www.acme.com/identifiers/patient
..... value SΣC 1..1 string The value that is unique
Example General: 123456
... name SΣ 1..1 string Name of the location as used by humans
... alias 0..* string A list of alternate names that the location is known as, or was known as, in the past
... mode SΣ 1..1 code instance | kind
Binding: LocationMode (required): Indicates whether a resource instance represents a specific location or a class of locations.
Required Pattern: instance
... type SΣ 1..1 CodeableConcept Type of function performed
Binding: Kod rodzaju punktu pobrań (required)
.... 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 SΣ 1..1 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 SΣ 1..1 uri Identity of the terminology system
..... code SΣC 1..1 code Symbol in syntax defined by the system
..... display SΣC 1..1 string Representation defined by the system
... contact S 1..1 ExtendedContactDetail Official contact details for the location
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... purpose Σ 0..1 CodeableConcept The type of contact
Binding: Contact entity type (preferred): The purpose for which an extended contact detail should be used.
.... name Σ 0..* HumanName Name of an individual to contact
.... Slices for telecom SΣ 1..* ContactPoint Contact details (e.g.phone/fax/url)
Slice: Unordered, Closed by value:system
..... telecom:phone SΣ 0..* ContactPoint Contact details (e.g.phone/fax/url)
...... 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 SΣC 1..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
Required Pattern: phone
...... value SΣC 1..1 string The actual contact point details
..... telecom:email SΣ 0..* ContactPoint Contact details (e.g.phone/fax/url)
...... 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 SΣC 1..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
Required Pattern: email
...... value SΣC 1..1 string The actual contact point details
.... address Σ 0..1 Address Address for the contact
.... organization Σ 0..1 Reference(Organization) This contact detail is handled/monitored by a specific organization
.... period Σ 0..1 Period Period that this contact was valid for usage
... address S 1..1 PLBaseAddressEu Physical location
... managingOrganization SΣ 1..1 Reference(Podmiot diagnostyczny (SSIDL)) Organization responsible for provisioning and upkeep
... hoursOfOperation 0..* Availability What days/times during a week is this location usually open (including exceptions)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Location.language Base required All Languages 📍5.0.0 FHIR Std.
Location.identifier:medicalPractice.​system Base required Pule identyfikatorów miejsc udzielania świadczeń w ramach praktyk zawodowych (PL) 📦0.1.2 This IG
Location.mode Base required Location Mode 📍5.0.0 FHIR Std.
Location.type Base required Kod rodzaju punktu pobrań 📦0.1.2 This IG
Location.contact.purpose Base preferred Contact entity type 📦1.0.0 THO v6.5
Location.contact.telecom:phone.​system Base required ContactPointSystem 📍5.0.0 FHIR Std.
Location.contact.telecom:email.​system Base required ContactPointSystem 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Location If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Location 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 Location 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 Location If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Location 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()

This structure is derived from PLBaseMedicalFacility

Summary

Mandatory: 9 elements(4 nested mandatory elements)
Must-Support: 19 elements
Prohibited: 26 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

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

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Location 0..* PLBaseMedicalFacility Details and position information for a place
... 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
.... identifier:All Slices Content/Rules for all slices
..... system SΣ 1..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
..... value SΣC 1..1 string The value that is unique
Example General: 123456
.... identifier:medicalPractice SΣ 0..1 Identifier Unique code or number identifying the location to its users
..... system SΣ 1..1 uri The namespace for the identifier value
Binding: Pule identyfikatorów miejsc udzielania świadczeń w ramach praktyk zawodowych (PL) (required)
Example General: http://www.acme.com/identifiers/patient
..... value SΣC 1..1 string The value that is unique
Example General: 123456
... name SΣ 1..1 string Name of the location as used by humans
... mode SΣ 1..1 code instance | kind
Binding: LocationMode (required): Indicates whether a resource instance represents a specific location or a class of locations.
Required Pattern: instance
... type SΣ 1..1 CodeableConcept Type of function performed
Binding: Kod rodzaju punktu pobrań (required)
.... coding SΣ 1..1 Coding Code defined by a terminology system
..... system SΣ 1..1 uri Identity of the terminology system
..... code SΣC 1..1 code Symbol in syntax defined by the system
..... display SΣC 1..1 string Representation defined by the system
... contact S 1..1 ExtendedContactDetail Official contact details for the location
.... Slices for telecom SΣ 1..* ContactPoint Contact details (e.g.phone/fax/url)
Slice: Unordered, Closed by value:system
..... telecom:phone SΣ 0..* ContactPoint Contact details (e.g.phone/fax/url)
...... system SΣC 1..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
Required Pattern: phone
...... value SΣC 1..1 string The actual contact point details
..... telecom:email SΣ 0..* ContactPoint Contact details (e.g.phone/fax/url)
...... system SΣC 1..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
Required Pattern: email
...... value SΣC 1..1 string The actual contact point details
... address S 1..1 PLBaseAddressEu Physical location
... managingOrganization SΣ 1..1 Reference(Podmiot diagnostyczny (SSIDL)) Organization responsible for provisioning and upkeep

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Location.identifier:medicalPractice.​system Base required Pule identyfikatorów miejsc udzielania świadczeń w ramach praktyk zawodowych (PL) 📦0.1.2 This IG
Location.mode Base required Location Mode 📍5.0.0 FHIR Std.
Location.type Base required Kod rodzaju punktu pobrań 📦0.1.2 This IG
Location.contact.telecom:phone.​system Base required ContactPointSystem 📍5.0.0 FHIR Std.
Location.contact.telecom:email.​system Base required ContactPointSystem 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Location If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Location 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 Location 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 Location If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Location 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()

Differential View

This structure is derived from PLBaseMedicalFacility

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Location PLBaseMedicalFacility
... identifier S 1..1 Identifier Unique code or number identifying the location to its users
.... use 0..0
.... type 0..0
.... system S 1..1 uri The namespace for the identifier value
.... value S 1..1 string The value that is unique
.... period 0..0
.... assigner 0..0
... Slices for identifier Content/Rules for all slices
.... identifier:medicalPractice 0..1 Identifier Unique code or number identifying the location to its users
..... use 0..0
..... type 0..0
..... period 0..0
..... assigner 0..0
... status 0..0
... name S 1..1 string Name of the location as used by humans
... description 0..0
... mode S 1..1 code instance | kind
Required Pattern: instance
... type S 1..1 CodeableConcept Type of function performed
Binding: Kod rodzaju punktu pobrań (required)
.... coding S 1..1 Coding Code defined by a terminology system
..... system S 1..1 uri Identity of the terminology system
..... version 0..0
..... code S 1..1 code Symbol in syntax defined by the system
..... display S 1..1 string Representation defined by the system
..... userSelected 0..0
.... text 0..0
... contact S 1..1 ExtendedContactDetail Official contact details for the location
.... Slices for telecom S 1..* ContactPoint Contact details (e.g.phone/fax/url)
Slice: Unordered, Closed by value:system
..... telecom:phone S 0..* ContactPoint Contact details (e.g.phone/fax/url)
...... system S 1..1 code phone | fax | email | pager | url | sms | other
Required Pattern: phone
...... value S 1..1 string The actual contact point details
...... use 0..0
...... rank 0..0
...... period 0..0
..... telecom:email S 0..* ContactPoint Contact details (e.g.phone/fax/url)
...... system S 1..1 code phone | fax | email | pager | url | sms | other
Required Pattern: email
...... value S 1..1 string The actual contact point details
...... use 0..0
...... rank 0..0
...... period 0..0
... form 0..0
... position 0..0
... managingOrganization S 1..1 Reference(Podmiot diagnostyczny (SSIDL)) Organization responsible for provisioning and upkeep
... partOf 0..0
... characteristic 0..0
... virtualService 0..0
... endpoint 0..0

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
Location.type Base required Kod rodzaju punktu pobrań 📦0.1.2 This IG

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Location 0..* PLBaseMedicalFacility Details and position information for a place
... 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
... Slices for identifier SΣ 1..1 Identifier Unique code or number identifying the location to its users
Slice: Unordered, Open by value:system
.... identifier:All Slices Content/Rules for all slices
..... 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 SΣ 1..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
..... value SΣC 1..1 string The value that is unique
Example General: 123456
.... identifier:medicalPractice SΣ 0..1 Identifier Unique code or number identifying the location to its users
..... 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 SΣ 1..1 uri The namespace for the identifier value
Binding: Pule identyfikatorów miejsc udzielania świadczeń w ramach praktyk zawodowych (PL) (required)
Example General: http://www.acme.com/identifiers/patient
..... value SΣC 1..1 string The value that is unique
Example General: 123456
... name SΣ 1..1 string Name of the location as used by humans
... alias 0..* string A list of alternate names that the location is known as, or was known as, in the past
... mode SΣ 1..1 code instance | kind
Binding: LocationMode (required): Indicates whether a resource instance represents a specific location or a class of locations.
Required Pattern: instance
... type SΣ 1..1 CodeableConcept Type of function performed
Binding: Kod rodzaju punktu pobrań (required)
.... 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 SΣ 1..1 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 SΣ 1..1 uri Identity of the terminology system
..... code SΣC 1..1 code Symbol in syntax defined by the system
..... display SΣC 1..1 string Representation defined by the system
... contact S 1..1 ExtendedContactDetail Official contact details for the location
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... purpose Σ 0..1 CodeableConcept The type of contact
Binding: Contact entity type (preferred): The purpose for which an extended contact detail should be used.
.... name Σ 0..* HumanName Name of an individual to contact
.... Slices for telecom SΣ 1..* ContactPoint Contact details (e.g.phone/fax/url)
Slice: Unordered, Closed by value:system
..... telecom:phone SΣ 0..* ContactPoint Contact details (e.g.phone/fax/url)
...... 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 SΣC 1..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
Required Pattern: phone
...... value SΣC 1..1 string The actual contact point details
..... telecom:email SΣ 0..* ContactPoint Contact details (e.g.phone/fax/url)
...... 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 SΣC 1..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
Required Pattern: email
...... value SΣC 1..1 string The actual contact point details
.... address Σ 0..1 Address Address for the contact
.... organization Σ 0..1 Reference(Organization) This contact detail is handled/monitored by a specific organization
.... period Σ 0..1 Period Period that this contact was valid for usage
... address S 1..1 PLBaseAddressEu Physical location
... managingOrganization SΣ 1..1 Reference(Podmiot diagnostyczny (SSIDL)) Organization responsible for provisioning and upkeep
... hoursOfOperation 0..* Availability What days/times during a week is this location usually open (including exceptions)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Location.language Base required All Languages 📍5.0.0 FHIR Std.
Location.identifier:medicalPractice.​system Base required Pule identyfikatorów miejsc udzielania świadczeń w ramach praktyk zawodowych (PL) 📦0.1.2 This IG
Location.mode Base required Location Mode 📍5.0.0 FHIR Std.
Location.type Base required Kod rodzaju punktu pobrań 📦0.1.2 This IG
Location.contact.purpose Base preferred Contact entity type 📦1.0.0 THO v6.5
Location.contact.telecom:phone.​system Base required ContactPointSystem 📍5.0.0 FHIR Std.
Location.contact.telecom:email.​system Base required ContactPointSystem 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Location If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Location 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 Location 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 Location If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Location 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()

This structure is derived from PLBaseMedicalFacility

Summary

Mandatory: 9 elements(4 nested mandatory elements)
Must-Support: 19 elements
Prohibited: 26 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

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

 

Other representations of profile: CSV, Excel, Schematron