Foundation
Publish-box
(todo)
This
is
the
Continuous
Integration
Build
of
FHIR
(will
be
incorrect/inconsistent
at
times).
See
the
Directory
of
published
versions
| Responsible Owner: Patient Administration Work Group | Standards Status : Informative | Compartments : Device , Group , Patient , Practitioner , RelatedPerson |
ShEx statement for appointmentresponse
PREFIX fhir: <http://hl7.org/fhir/> PREFIX fhirvs: <http://hl7.org/fhir/ValueSet/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>IMPORT <code.shex> IMPORT <date.shex># ShEx Version 2.2 IMPORT <Code.shex> IMPORT <Date.shex> IMPORT <Group.shex> IMPORT <Device.shex>IMPORT <boolean.shex> IMPORT <instant.shex>IMPORT <Boolean.shex> IMPORT <Instant.shex> IMPORT <Patient.shex> IMPORT <Location.shex>IMPORT <markdown.shex>IMPORT <Markdown.shex> IMPORT <Reference.shex> IMPORT <Identifier.shex> IMPORT <Appointment.shex>IMPORT <positiveInt.shex>IMPORT <PositiveInt.shex> IMPORT <Practitioner.shex> IMPORT <RelatedPerson.shex> IMPORT <DomainResource.shex> IMPORT <CodeableConcept.shex> IMPORT <PractitionerRole.shex> IMPORT <HealthcareService.shex> start=@<AppointmentResponse> AND {fhir:nodeRole [fhir:treeRoot]} # A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection <AppointmentResponse> EXTENDS @<DomainResource> CLOSED { a [fhir:AppointmentResponse]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @<OneOrMore_Identifier>?; # External Ids for this itemfhir:appointment @<Reference> AND {fhir:linkfhir:appointment @<Reference> AND {fhir:l @<Appointment> ? }; # Appointment this response relates # tofhir:proposedNewTime @<boolean>?; # Indicator for a counter proposal fhir:start @<instant>?; # Time from appointment, orfhir:proposedNewTime @<Boolean>?; # Indicator for a counter proposal fhir:start @<Instant>?; # Time from appointment, or # requested new start timefhir:end @<instant>?; # Time from appointment, orfhir:end @<Instant>?; # Time from appointment, or # requested new end time fhir:participantType @<OneOrMore_CodeableConcept>?; # Role of participant in the # appointmentfhir:actor @<Reference> AND {fhir:linkfhir:actor @<Reference> AND {fhir:l @<Device> OR @<Group> OR @<HealthcareService> OR @<Location> OR @<Patient> OR @<Practitioner> OR @<PractitionerRole> OR @<RelatedPerson> ? }?; # Person(s), Location, # HealthcareService, or Devicefhir:participantStatus @<code> ANDfhir:participantStatus @<Code> AND {fhir:v @fhirvs:appointmentresponse-status}; # accepted | declined | tentative | # needs-action | entered-in-errorfhir:comment @<markdown>?; # Additional comments fhir:recurring @<boolean>?; # This response is for allfhir:comment @<Markdown>?; # Additional comments fhir:recurring @<Boolean>?; # This response is for all # occurrences in a recurring requestfhir:occurrenceDate @<date>?; # Original date within a recurringfhir:occurrenceDate @<Date>?; # Original date within a recurring # requestfhir:recurrenceId @<positiveInt>?; # The recurrence ID of the specificfhir:recurrenceId @<PositiveInt>?; # The recurrence ID of the specific # recurring request } #---------------------- Cardinality Types (OneOrMore) ------------------- <OneOrMore_Identifier> CLOSED { rdf:first @<Identifier> ; rdf:rest [rdf:nil] OR @<OneOrMore_Identifier> } <OneOrMore_CodeableConcept> CLOSED { rdf:first @<CodeableConcept> ; rdf:rest [rdf:nil] OR @<OneOrMore_CodeableConcept> } #---------------------- Value Sets ------------------------ # The Participation status for a participant in response to a request for an appointment. fhirvs:appointmentresponse-status ["accepted" "declined" "tentative" "needs-action" "entered-in-error"]
Usage note: every effort has been made to ensure that the ShEx files are correct and useful, but they are not a normative part of the specification.
FHIR
®©
HL7.org
2011+.
FHIR
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Tue,
Apr
1,
Mon,
Nov
10,
2025
12:24+1100.
15:21+0000.
Links:
Search
|
Version
History
|
Contents
|
Glossary
|
QA
|
Compare
to
R4
|
Compare
to
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change