Scheduling
1.0.0-current - ci-build
Scheduling, published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.Scheduling/ and changes regularly. See the Directory of published versions
Official URL: https://profiles.ihe.net/ITI/Scheduling/CapabilityStatement/IHE.Scheduling.server | Version: 1.0.0-current | |||
Active as of 2024-02-05 | Computable Name: IHE_Scheduling_Server | |||
Copyright/Legal: IHE http://www.ihe.net/Governance/#Intellectual_Property |
CapabilityStatement for Server Actor in the IHE IT Infrastructure Technical Framework Supplement IHE FHIR Scheduling. See https://profiles.ihe.net/ITI/TF/Volume1/ch-38.html.
Raw OpenAPI-Swagger Definition file | Download
Generated Narrative: CapabilityStatement IHE.Scheduling.server
application/fhir+xml
, SHALL support application/fhir+json
Note to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
server
FooBar server provides capability to query for Patient resources matching a sub-set of the FHIR core Patient resource query parameters
None mandated by IHE, encouraged IHE-IUA or SMART-on-FHIR
search-system
interaction.The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include
_revinclude
Resource Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|
Appointment | https://profiles.ihe.net/ITI/Scheduling/StructureDefinition/ihe-sched-appt | y | y | _id, identifier, patient, date, specialty, appointment-type, practitioner, patient+date | $find , $book , $hold | ||||
Bundle | https://profiles.ihe.net/ITI/Scheduling/StructureDefinition/ihe-sched-avail-bundle | ||||||||
Patient | http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient | y | y | _id, idenitfier, birthdate, family, gender, given, name, family+gender, birthdate+family, birthdate+name, gender+name |
read
, search-type
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | _id | token | Logical id of this artifact |
SHALL | identifier | token | The client SHALL provide both the system and code values. |
SHALL | patient | reference | The patient, or one of the patients, for whom this apointement exists |
SHOULD | date | date | The date, or date range, for the appointments being searched. |
SHOULD | specialty | token | The specialty for which the appointments being searched is. |
SHOULD | appointment-type | token | |
SHOULD | practitioner | reference | The provider, or one of the providers, with whom this apointement is scheduled |
read
, search-type
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | _id | token | Logical id of this artifact |
SHALL | idenitfier | token | The server SHALL NOT support only code values. |
SHOULD | birthdate | date | A server SHALL support a value precise to the day. |
SHOULD | family | string | A portion of the family name of the patient |
SHOULD | gender | token | Gender of the patient |
SHOULD | given | string | A portion of the given name of the patient |
SHOULD | name | string | The full name of the patient or part of it |