In the Appointment resource for FHIR stu3 , the supportingInformation attribute identifies the Additional information to support the appointment
"supportingInformation":
"status": "booked"
"slot":
"serviceCategory": {
"coding": [
{
"code": "gp",
"system": "http://example.org/service-category",
"display": "General Practice"
}
]
}
"end": "2013-12-10T11:00:00Z"
"description": "Discussion on the results of your recent MRI"
"created": "2013-10-10"
"requestedPeriod":
"serviceType": [
{
"coding": [
{
"code": "52",
"display": "General Discussion"
}
]
}
]
"comment": "Further expand on the results of the MRI and determine the next actions that may be appropriate."
"specialty": [
{
"coding": [
{
"code": "gp",
"system": "http://example.org/specialty",
"display": "General Practice"
}
]
}
]
"priority": 5
"start": "2013-12-10T09:00:00Z"
"reason":
"indication": [
{
"display": "Severe burn of left ear",
"reference": "Condition/example"
}
]
"appointmentType": {
"coding": [
{
"code": "follow",
"system": "http://example.org/appointment-type",
"display": "Followup"
}
]
}
"participant": [
{
"status": "accepted",
"required": "required",
"actor": {
"display": "Peter James Chalmers",
"reference": "Patient/example"
}
},
{
"status": "accepted",
"required": "required",
"type": [
{
"coding": [
{
"code": "ATND",
"system": "http://hl7.org/fhir/v3/ParticipationType"
}
]
}
],
"actor": {
"display": "Dr Adam Careful",
"reference": "Practitioner/example"
}
},
{
"status": "accepted",
"required": "required",
"actor": {
"display": "South Wing, second floor",
"reference": "Location/1"
}
}
]
"identifier":
"minutesDuration":
"supportingInformation":
"incomingReferral": [
{
"reference": "ReferralRequest/example"
}
]