ITB - Online appointment booking service
1.0.0 - Initial Release

ITB - Online appointment booking service, published by Service Well AB. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/servicewell/servicewell.fhir.wof-portal/ and changes regularly. See the Directory of published versions

Resource Profile: HealthcareServicePortal

Official URL: https://canonical.fhir.link/servicewell/wof-portal/StructureDefinition/healthcare-service-portal Version: 1.0.0
Active as of 2026-04-20 Computable Name: HealthcareServicePortal

HealthcareServicePortal represents the place and operational context where care is performed.

It answers the question: “Where can the patient receive a service?”

The profile is used to present bookable care locations in the portal, including the responsible organization, contact information, location references, and portal-specific clinic information.

Portal-specific presentation details are grouped in the clinicInfo extension, while booking-related attachment payloads are grouped in the attachments extension.

This profile intentionally constrains base FHIR to define a stable and testable API contract for WOF Portal.

  • Describes a service location or service unit (e.g., clinic, department, unit).
  • Used to present booking options such as location/service, contact information, and where the service is delivered.
  • Can be shared by multiple practitioners and roles.
  • Does not represent financial ownership, invoicing responsibility, or statutory reporting responsibility.

Important: HealthcareService is an operational concept. Financial and invoicing responsibility is modeled separately.

Current name in Backoffice: Clinic

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
.. HealthcareService 0..* WofBaseHealthcareService The details of a healthcare service available at a location
... id Σ 0..1 id Stable logical identifier for the healthcare service
... meta Σ 0..1 Meta Metadata about the resource
.... versionId SOΣ 0..1 id Server-managed resource version
ObligationsActorSource
SHALL:populate https://canonical.fhir.link/servicewell/wof-portal/ActorDefinition/wof-portal-server from Wof Base HealthcareService
.... profile SOΣ 1..* canonical(StructureDefinition) Profile declaration for this portal resource
ObligationsActorSource
SHALL:populate https://canonical.fhir.link/servicewell/wof-portal/ActorDefinition/wof-portal-server from Wof Base HealthcareService
... Slices for extension Content/Rules for all slices
.... extension:clinicInfo 0..1 (Complex) Grouped clinic presentation information
URL: http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/ext-clinic-info
.... extension:bookingRules 0..1 (Complex) Grouped booking-related attachments
URL: http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/ext-booking-rules
.... identifier:businessIdentifier SΣ 0..1 Identifier External identifiers for this item
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... system SΣ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 0..1 string The value that is unique
Example General: 123456
... active ?!Σ 1..1 boolean Whether the healthcare service is active
... providedBy SΣ 0..1 Reference(ServiceProviderPortal) Organization responsible for the healthcare service
... location Σ 1..1 Reference(HealthcareServiceLocation) Contained address for the healthcare service
... name SΣ 0..1 string Display name of the healthcare service

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
HealthcareService.identifier:businessIdentifier.​use Base required IdentifierUse 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error HealthcareService If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error HealthcareService 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().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error HealthcareService 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 HealthcareService If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice HealthcareService 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 WofBaseHealthcareService

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. HealthcareService WofBaseHealthcareService
... id 0..1 id Stable logical identifier for the healthcare service
... meta
.... versionId 0..1 id Server-managed resource version
.... profile 1..* canonical(StructureDefinition) Profile declaration for this portal resource
... Slices for identifier 0..* Identifier External identifiers for this item
Slice: Unordered, Open by value:system
.... identifier:businessIdentifier S 0..1 Identifier External identifiers for this item
..... type
...... coding
....... system 0..1 uri Identity of the terminology system
Required Pattern: http://terminology.hl7.org/CodeSystem/v2-0203
....... code 0..1 code Symbol in syntax defined by the system
Required Pattern: RI
..... system S 0..1 uri The namespace for the identifier value
..... value S 0..1 string The value that is unique
... location 1..1 Reference(HealthcareServiceLocation) Contained address for the healthcare service
... characteristic 0..0 Collection of characteristics (attributes)

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. HealthcareService 0..* WofBaseHealthcareService The details of a healthcare service available at a location
... id Σ 0..1 id Stable logical identifier for the healthcare service
... meta Σ 0..1 Meta Metadata about the resource
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... versionId SOΣ 0..1 id Server-managed resource version
ObligationsActorSource
SHALL:populate https://canonical.fhir.link/servicewell/wof-portal/ActorDefinition/wof-portal-server from Wof Base HealthcareService
.... lastUpdated Σ 0..1 instant When the resource version last changed
.... source Σ 0..1 uri Identifies where the resource comes from
.... profile SOΣ 1..* canonical(StructureDefinition) Profile declaration for this portal resource
ObligationsActorSource
SHALL:populate https://canonical.fhir.link/servicewell/wof-portal/ActorDefinition/wof-portal-server from Wof Base HealthcareService
.... security Σ 0..* Coding Security Labels applied to this resource
Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System.
.... tag Σ 0..* Coding Tags applied to this resource
Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".
... language 0..1 code Language of the resource content
Binding: CommonLanguages (preferred): A human language.
Additional BindingsPurpose
AllLanguages Max Binding
... contained 0..* Resource Contained resources used by the healthcare service
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:clinicInfo 0..1 (Complex) Grouped clinic presentation information
URL: http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/ext-clinic-info
.... extension:bookingRules 0..1 (Complex) Grouped booking-related attachments
URL: http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/ext-booking-rules
... Slices for identifier Σ 0..* Identifier External identifiers for this item
Slice: Unordered, Open by value:system
.... identifier:businessIdentifier SΣ 0..1 Identifier External identifiers for this item
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
...... id 0..1 string 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 string 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
Required Pattern: http://terminology.hl7.org/CodeSystem/v2-0203
....... version Σ 0..1 string Version of the system - if relevant
....... code Σ 0..1 code Symbol in syntax defined by the system
Required Pattern: RI
....... display Σ 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
..... system SΣ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 0..1 string The value that is unique
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... active ?!Σ 1..1 boolean Whether the healthcare service is active
... providedBy SΣ 0..1 Reference(ServiceProviderPortal) Organization responsible for the healthcare service
... location Σ 1..1 Reference(HealthcareServiceLocation) Contained address for the healthcare service
... name SΣ 0..1 string Display name of the healthcare service
... comment Σ 0..1 string Additional description and/or any specific issues not covered elsewhere
... photo Σ 0..1 Attachment Image representing the healthcare service
... telecom 0..* ContactPoint Portal contact details for the healthcare service
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... system ΣC 0..1 code Type of contact point
Binding: ContactPointSystem (required): Telecommunications form for contact point.
.... value Σ 0..1 string Actual contact value
.... use ?!Σ 0..1 code Usage context for the contact point
Binding: ContactPointUse (required): Use of contact point.
.... rank Σ 0..1 positiveInt Priority order of contact points
.... period Σ 0..1 Period Time period when the contact point was/is in use
... availableTime 0..* BackboneElement Opening hours and availability windows
.... 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
.... daysOfWeek 0..* code mon | tue | wed | thu | fri | sat | sun
Binding: DaysOfWeek (required): The days of the week.
.... allDay 0..1 boolean Always available? e.g. 24 hour service
.... availableStartTime 0..1 time Opening time of day (ignored if allDay = true)
.... availableEndTime 0..1 time Closing time of day (ignored if allDay = true)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
HealthcareService.meta.​security Base extensible SecurityLabels 📍4.0.1 FHIR Std.
HealthcareService.meta.​tag Base example Common Tags 📍4.0.1 FHIR Std.
HealthcareService.language Base preferred Common Languages 📍4.0.1 FHIR Std.
HealthcareService.identifier:businessIdentifier.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
HealthcareService.identifier:businessIdentifier.​type Base extensible IdentifierType 📍4.0.1 FHIR Std.
HealthcareService.telecom.​system Base required ContactPointSystem 📍4.0.1 FHIR Std.
HealthcareService.telecom.​use Base required ContactPointUse 📍4.0.1 FHIR Std.
HealthcareService.eligibility.​code Base example Not State Unknown
HealthcareService.availableTime.​daysOfWeek Base required DaysOfWeek 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error HealthcareService If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error HealthcareService 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().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error HealthcareService 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 HealthcareService If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice HealthcareService 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 WofBaseHealthcareService

Summary

Must-Support: 3 elements
Prohibited: 1 element

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 HealthcareService.identifier

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. HealthcareService 0..* WofBaseHealthcareService The details of a healthcare service available at a location
... id Σ 0..1 id Stable logical identifier for the healthcare service
... meta Σ 0..1 Meta Metadata about the resource
.... versionId SOΣ 0..1 id Server-managed resource version
ObligationsActorSource
SHALL:populate https://canonical.fhir.link/servicewell/wof-portal/ActorDefinition/wof-portal-server from Wof Base HealthcareService
.... profile SOΣ 1..* canonical(StructureDefinition) Profile declaration for this portal resource
ObligationsActorSource
SHALL:populate https://canonical.fhir.link/servicewell/wof-portal/ActorDefinition/wof-portal-server from Wof Base HealthcareService
... Slices for extension Content/Rules for all slices
.... extension:clinicInfo 0..1 (Complex) Grouped clinic presentation information
URL: http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/ext-clinic-info
.... extension:bookingRules 0..1 (Complex) Grouped booking-related attachments
URL: http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/ext-booking-rules
.... identifier:businessIdentifier SΣ 0..1 Identifier External identifiers for this item
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... system SΣ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 0..1 string The value that is unique
Example General: 123456
... active ?!Σ 1..1 boolean Whether the healthcare service is active
... providedBy SΣ 0..1 Reference(ServiceProviderPortal) Organization responsible for the healthcare service
... location Σ 1..1 Reference(HealthcareServiceLocation) Contained address for the healthcare service
... name SΣ 0..1 string Display name of the healthcare service

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
HealthcareService.identifier:businessIdentifier.​use Base required IdentifierUse 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error HealthcareService If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error HealthcareService 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().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error HealthcareService 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 HealthcareService If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice HealthcareService 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 WofBaseHealthcareService

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. HealthcareService WofBaseHealthcareService
... id 0..1 id Stable logical identifier for the healthcare service
... meta
.... versionId 0..1 id Server-managed resource version
.... profile 1..* canonical(StructureDefinition) Profile declaration for this portal resource
... Slices for identifier 0..* Identifier External identifiers for this item
Slice: Unordered, Open by value:system
.... identifier:businessIdentifier S 0..1 Identifier External identifiers for this item
..... type
...... coding
....... system 0..1 uri Identity of the terminology system
Required Pattern: http://terminology.hl7.org/CodeSystem/v2-0203
....... code 0..1 code Symbol in syntax defined by the system
Required Pattern: RI
..... system S 0..1 uri The namespace for the identifier value
..... value S 0..1 string The value that is unique
... location 1..1 Reference(HealthcareServiceLocation) Contained address for the healthcare service
... characteristic 0..0 Collection of characteristics (attributes)

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. HealthcareService 0..* WofBaseHealthcareService The details of a healthcare service available at a location
... id Σ 0..1 id Stable logical identifier for the healthcare service
... meta Σ 0..1 Meta Metadata about the resource
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... versionId SOΣ 0..1 id Server-managed resource version
ObligationsActorSource
SHALL:populate https://canonical.fhir.link/servicewell/wof-portal/ActorDefinition/wof-portal-server from Wof Base HealthcareService
.... lastUpdated Σ 0..1 instant When the resource version last changed
.... source Σ 0..1 uri Identifies where the resource comes from
.... profile SOΣ 1..* canonical(StructureDefinition) Profile declaration for this portal resource
ObligationsActorSource
SHALL:populate https://canonical.fhir.link/servicewell/wof-portal/ActorDefinition/wof-portal-server from Wof Base HealthcareService
.... security Σ 0..* Coding Security Labels applied to this resource
Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System.
.... tag Σ 0..* Coding Tags applied to this resource
Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".
... language 0..1 code Language of the resource content
Binding: CommonLanguages (preferred): A human language.
Additional BindingsPurpose
AllLanguages Max Binding
... contained 0..* Resource Contained resources used by the healthcare service
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:clinicInfo 0..1 (Complex) Grouped clinic presentation information
URL: http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/ext-clinic-info
.... extension:bookingRules 0..1 (Complex) Grouped booking-related attachments
URL: http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/ext-booking-rules
... Slices for identifier Σ 0..* Identifier External identifiers for this item
Slice: Unordered, Open by value:system
.... identifier:businessIdentifier SΣ 0..1 Identifier External identifiers for this item
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
...... id 0..1 string 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 string 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
Required Pattern: http://terminology.hl7.org/CodeSystem/v2-0203
....... version Σ 0..1 string Version of the system - if relevant
....... code Σ 0..1 code Symbol in syntax defined by the system
Required Pattern: RI
....... display Σ 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
..... system SΣ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 0..1 string The value that is unique
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... active ?!Σ 1..1 boolean Whether the healthcare service is active
... providedBy SΣ 0..1 Reference(ServiceProviderPortal) Organization responsible for the healthcare service
... location Σ 1..1 Reference(HealthcareServiceLocation) Contained address for the healthcare service
... name SΣ 0..1 string Display name of the healthcare service
... comment Σ 0..1 string Additional description and/or any specific issues not covered elsewhere
... photo Σ 0..1 Attachment Image representing the healthcare service
... telecom 0..* ContactPoint Portal contact details for the healthcare service
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... system ΣC 0..1 code Type of contact point
Binding: ContactPointSystem (required): Telecommunications form for contact point.
.... value Σ 0..1 string Actual contact value
.... use ?!Σ 0..1 code Usage context for the contact point
Binding: ContactPointUse (required): Use of contact point.
.... rank Σ 0..1 positiveInt Priority order of contact points
.... period Σ 0..1 Period Time period when the contact point was/is in use
... availableTime 0..* BackboneElement Opening hours and availability windows
.... 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
.... daysOfWeek 0..* code mon | tue | wed | thu | fri | sat | sun
Binding: DaysOfWeek (required): The days of the week.
.... allDay 0..1 boolean Always available? e.g. 24 hour service
.... availableStartTime 0..1 time Opening time of day (ignored if allDay = true)
.... availableEndTime 0..1 time Closing time of day (ignored if allDay = true)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
HealthcareService.meta.​security Base extensible SecurityLabels 📍4.0.1 FHIR Std.
HealthcareService.meta.​tag Base example Common Tags 📍4.0.1 FHIR Std.
HealthcareService.language Base preferred Common Languages 📍4.0.1 FHIR Std.
HealthcareService.identifier:businessIdentifier.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
HealthcareService.identifier:businessIdentifier.​type Base extensible IdentifierType 📍4.0.1 FHIR Std.
HealthcareService.telecom.​system Base required ContactPointSystem 📍4.0.1 FHIR Std.
HealthcareService.telecom.​use Base required ContactPointUse 📍4.0.1 FHIR Std.
HealthcareService.eligibility.​code Base example Not State Unknown
HealthcareService.availableTime.​daysOfWeek Base required DaysOfWeek 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error HealthcareService If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error HealthcareService 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().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error HealthcareService 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 HealthcareService If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice HealthcareService 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 WofBaseHealthcareService

Summary

Must-Support: 3 elements
Prohibited: 1 element

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 HealthcareService.identifier

 

Other representations of profile: CSV, Excel, Schematron