FQL is a query language that allows you to retrieve, filter and project data from any data source containing FHIR Resources. It brings the power of three existing languages together: SQL, JSON and FhirPath. It allows you to create tables and is useful for gaining insight and perform quality control.
-
Default
What is FQL?
-
FQL Query resources
FQL Playground
Try Firely Query Language in our playground by using this scope as data source.
- FQL Documentation
-
FQL Language
Syntax specification
To learn more about FQL syntax choose this menu item.
-
YamlGen Generate resources
YamlGen Playground
Try YamlGen in our playground by using this scope as data source.
-
YamlGen Language
YamlGen Syntax specification
To learn more about YamlGen syntax choose this.
-
FHIRPath Inspect resource
FHIRPath Playground
Try out the FHIRPath playground and navigate inside this resource.
-
FHIRPath Documentation
FHIRPath Documentation
Find out what FHIRPath is or learn how to write FHIRPath scripts.
-
FHIR
Get this resource using a FHIR client.
-
Embed
Embed this resource in your own website. How?
-
Custom Example generation
Custom Example generation beta
Experiment with resource instance generation using YamlGen and based on this profile.
This feature is in beta. You can help us improve it by giving feedback with the feedback button at the top of the screen.
AppointmentResponse
A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection.
- type Profile on AppointmentResponse
- FHIR R4
- status Draft
-
version4.6.0
The canonical from this resource does not match any claim in this context and conflicts with a claim from another scope.
http://hl7.org/fhir
You're probably missing a package or made a typo in your canonical.
- Could not resolve: http://hl7.org/fhir/StructureDefinition/Base
AppointmentResponse | C | DomainResource | There are no (further) constraints on this element Element idAppointmentResponseShort description A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection DefinitionA reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection.
| |
identifier | Σ | 0..* | Identifier | There are no (further) constraints on this element Element idAppointmentResponse.identifierShort description External Ids for this item DefinitionThis records identifiers associated with this appointment response concern that are defined by business processes and/ or used to refer to it when a direct URL reference to the resource itself is not appropriate.
|
appointment | Σ | 1..1 | Reference(Appointment) | There are no (further) constraints on this element Element idAppointmentResponse.appointmentShort description Appointment this response relates to DefinitionAppointment that this response is replying to.
|
start | 0..1 | instant | There are no (further) constraints on this element Element idAppointmentResponse.startShort description Time from appointment, or requested new start time DefinitionDate/Time that the appointment is to take place, or requested new start time. This may be either the same as the appointment request to confirm the details of the appointment, or alternately a new time to request a re-negotiation of the start time.
| |
end | 0..1 | instant | There are no (further) constraints on this element Element idAppointmentResponse.endShort description Time from appointment, or requested new end time DefinitionThis may be either the same as the appointment request to confirm the details of the appointment, or alternately a new time to request a re-negotiation of the end time.
| |
participantType | Σ | 0..* | CodeableConceptBinding | There are no (further) constraints on this element Element idAppointmentResponse.participantTypeShort description Role of participant in the appointment DefinitionRole of participant in the appointment. The role of the participant can be used to declare what the actor will be doing in the scope of the referenced appointment. If the actor is not specified, then it is expected that the actor will be filled in at a later stage of planning. This value SHALL be the same as specified on the referenced Appointment so that they can be matched, and subsequently updated. Role of participant in encounter.
|
actor | Σ | 0..1 | Reference(Patient | Group | Practitioner | PractitionerRole | RelatedPerson | Device | HealthcareService | Location) | There are no (further) constraints on this element Element idAppointmentResponse.actorShort description Person(s), Location, HealthcareService, or Device DefinitionA Person, Location, HealthcareService, or Device that is participating in the appointment. Reference(Patient | Group | Practitioner | PractitionerRole | RelatedPerson | Device | HealthcareService | Location) Mappings
|
participantStatus | Σ ?! | 1..1 | codeBinding | There are no (further) constraints on this element Element idAppointmentResponse.participantStatusShort description accepted | declined | tentative | needs-action DefinitionParticipation status of the participant. When the status is declined or tentative if the start/end times are different to the appointment, then these times should be interpreted as a requested time change. When the status is accepted, the times can either be the time of the appointment (as a confirmation of the time) or can be empty. This element is labeled as a modifier because the status contains the code entered-in-error that marks the participant as not currently valid. The Participation status of an appointment. ParticipationStatus (required) Mappings
|
comment | 0..1 | string | There are no (further) constraints on this element Element idAppointmentResponse.commentShort description Additional comments DefinitionAdditional comments about the appointment. This comment is particularly important when the responder is declining, tentatively accepting or requesting another time to indicate the reasons why.
|