| Appointment.id[0] | UKCore-Extension-DeliveryChannel-Example | 
| Appointment.text[0].status[0] | additional | 
| Appointment.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the delivery channel associated with an appointment</div> | 
| Appointment.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel | 
| Appointment.extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel | 
| Appointment.extension[0].value[0].coding[0].code[0] | In-person | 
| Appointment.extension[0].value[0].coding[0].display[0] | In person | 
| Appointment.status[0] | booked | 
| Appointment.start[0] | 2022-03-11T10:46:00+00:00 | 
| Appointment.end[0] | 2022-03-11T13:20:00+00:00 | 
| Appointment.participant[0].actor[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example | 
| Appointment.participant[0].actor[0].display[0] | Richard Smith | 
| Appointment.participant[0].required[0] | required | 
| Appointment.participant[0].status[0] | accepted | 
| Appointment.participant[1].type[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/v3-ParticipationType | 
| Appointment.participant[1].type[0].coding[0].code[0] | ATND | 
| Appointment.participant[1].actor[0].reference[0] | Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example | 
| Appointment.participant[1].actor[0].display[0] | Dr Sandra Gose | 
| Appointment.participant[1].required[0] | required | 
| Appointment.participant[1].status[0] | accepted | 
| Appointment.participant[2].actor[0].reference[0] | Location/UKCore-Location-HospitalSJUH-Example | 
| Appointment.participant[2].actor[0].display[0] | Orthopaedic Trauma Department, St James' University Hospital, Leeds | 
| Appointment.participant[2].required[0] | required | 
| Appointment.participant[2].status[0] | accepted | 
| Appointment | 
| id : UKCore-Extension-DeliveryChannel-Example | 
| text | 
| status : additional | 
| extension | 
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel | 
| value | 
| coding | 
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel | 
| code : In-person | 
| display : In person | 
| status : booked | 
| start : 2022-03-11T10:46:00+00:00 | 
| end : 2022-03-11T13:20:00+00:00 | 
| participant | 
| actor | 
| reference : Patient/UKCore-Patient-RichardSmith-Example | 
| display : Richard Smith | 
| required : required | 
| status : accepted | 
| participant | 
| type | 
| coding | 
| system : http://terminology.hl7.org/CodeSystem/v3-ParticipationType | 
| code : ATND | 
| actor | 
| reference : Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example | 
| display : Dr Sandra Gose | 
| required : required | 
| status : accepted | 
| participant | 
| actor | 
| reference : Location/UKCore-Location-HospitalSJUH-Example | 
| display : Orthopaedic Trauma Department, St James' University Hospital, Leeds | 
| required : required | 
| status : accepted | 
<Appointment xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-DeliveryChannel-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- ***************extension start*************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel" /> <code value="In-person" /> <display value="In person" /> </coding> </valueCodeableConcept> </extension> <!-- **************extension end ****************** --> <status value="booked" /> <start value="2022-03-11T10:46:00+00:00" /> <end value="2022-03-11T13:20:00+00:00" /> <participant> <actor> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> <display value="Richard Smith" /> </actor> <required value="required" /> <status value="accepted" /> </participant> <participant> <type> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType" /> <code value="ATND" /> </coding> </type> <actor> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> <display value="Dr Sandra Gose" /> </actor> <required value="required" /> <status value="accepted" /> </participant> <participant> <actor> <reference value="Location/UKCore-Location-HospitalSJUH-Example" /> <display value="Orthopaedic Trauma Department, St James' University Hospital, Leeds" /> </actor> <required value="required" /> <status value="accepted" /> </participant> </Appointment>
{ "resourceType": "Appointment", "id": "UKCore-Extension-DeliveryChannel-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel", "code": "In-person", "display": "In person" } ] } } ], "status": "booked", "start": "2022-03-11T10:46:00+00:00", "end": "2022-03-11T13:20:00+00:00", "participant": [ { "actor": { "reference": "Patient/UKCore-Patient-RichardSmith-Example", "display": "Richard Smith" }, "required": "required", "status": "accepted" }, { "type": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", "code": "ATND" } ] } ], "actor": { "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example", "display": "Dr Sandra Gose" }, "required": "required", "status": "accepted" }, { "actor": { "reference": "Location/UKCore-Location-HospitalSJUH-Example", "display": "Orthopaedic Trauma Department, St James' University Hospital, Leeds" }, "required": "required", "status": "accepted" } ] }