Appointment-OutpatientClinic
{
"resourceType": "Appointment",
"id": "NCR-AppointmentExample",
"meta": {
"profile": [
"https://fhir.yhcr.nhs.uk/StructureDefinition/Interweave-Appointment",
"https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Appointment-1"
]
},
"extension": [
{
"url": "https://fhir.yhcr.nhs.uk/StructureDefinition/Extension-Interweave-R4PatientInstruction",
"valueString": "The Dermatology clinic is on B floor in the South Block. Please do not attend if you have covid symptoms."
},
{
"url": "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-DeliveryChannel-1",
"valueCode": "In-person"
}
],
"identifier": [
{
"system": "https://fhir.yhcr.nhs.uk/Id/local-appointment-identifier",
"value": "RX1.APPT-002"
}
],
"status": "fulfilled",
"serviceType": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "23871000087101",
"display": "Adult dermatology service"
}
]
}
],
"appointmentType": {
"coding": [
{
"system": "http://hl7.org/fhir/v2/0276",
"code": "ROUTINE",
"display": "Routine appointment"
}
]
},
"reason": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "299007",
"display": "Paraffinoma of skin"
}
]
}
],
"description": "Outpatient dermatology clinic",
"start": "2022-09-09T15:45:00Z",
"end": "2022-09-09T16:00:00Z",
"minutesDuration": 15,
"created": "2022-08-05T00:00:00Z",
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/v3/ParticipationType",
"code": "SBJ",
"display": "subject"
}
]
}
],
"actor": {
"reference": "Patient/9690937286",
"display": "Mr Horace SKELLY"
},
"status": "accepted"
},
{
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/v3/ParticipationType",
"code": "LOC",
"display": "location"
}
]
}
],
"actor": {
"reference": "Location/NCR-LocationExampleDept",
"display": "Queens Medical Centre: South Block: B Floor: Dermatology Clinic"
},
"status": "accepted"
},
{
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/v3/ParticipationType",
"code": "PPRF",
"display": "primary performer"
}
]
}
],
"actor": {
"reference": "Practitioner/NCR-PractitionerExample-Acute01",
"display": "Dr Pat CLIFTON"
},
"status": "accepted"
}
]
}