AppointmentResponse - FHIR Resource (dstu2)
This AppointmentResponse Resource uses the
FHIR API standard for access and structure.
Validate an AppointmentResponse FHIR Resource (dstu2)
Resource Attributes
Attribute | Field is list | Type | Description |
---|
actor | false | Reference | # "actor" : { Reference(Patient|Practitioner|RelatedPerson|Device|
|
appointment | false | Reference | # Appointment this response relates to
|
comment | false | string | # Additional comments
|
end | false | instant | # Time from appointment, or requested new end time
|
identifier | true | Identifier | # External Ids for this item
|
participantStatus | false | code | # accepted | declined | tentative | in-process | completed | needs-action
|
participantType | true | CodeableConcept | # Role of participant in the appointment
|
start | false | instant | # Time from appointment, or requested new start time
|
AppointmentResponse Structure
{
"resourceType" : "AppointmentResponse",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // External Ids for this item
"appointment" : { Reference(Appointment) }, // R! Appointment this response relates to
"start" : "<instant>", // Time from appointment, or requested new start time
"end" : "<instant>", // Time from appointment, or requested new end time
"participantType" : [{ CodeableConcept }], // Role of participant in the appointment
"actor" : { Reference(Patient|Practitioner|RelatedPerson|Device|
HealthcareService|Location) }, // Person, Location/HealthcareService or Device
"participantStatus" : "<code>", // R! accepted | declined | tentative | in-process | completed | needs-action
"comment" : "<string>" // Additional comments
}
AppointmentResponse Search Parameters
The following search parameters can be used to query AppointmentResponse resources. Just submit them like so:
https://api.1up.health/fhir/dstu2/AppointmentResponse?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|
actor | reference | actor |
appointment | reference | appointment |
identifier | text | identifier |
location | reference | actor |
part-status | text | participantStatus |
patient | reference | actor |
practitioner | reference | actor |