FHIR IG analytics| Package | uk.nhsdigital.r4.test |
| Resource Type | AppointmentResponse |
| Id | AppointmentResponse-practitioner-tentative.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "AppointmentResponse",
"id": "efb25d81-6430-4d96-b705-5cdd345ee142",
"identifier": [
{
"system": "http://example.fhir.org/sampleappointmentresponse-identifier",
"value": "efb25d81-6430-4d96-b705-5cdd345ee142"
}
],
"appointment": {
"reference": "Appointment/366a7b5b-650a-4ddf-bc25-468d59f67ea8",
"display": "Julie Jones Respiratory Consultation"
},
"start": "2022-01-13T09:00:00Z",
"end": "2022-01-13T09:30:00Z",
"participantType": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "ATND"
}
]
}
],
"actor": {
"type": "Practitioner",
"identifier": {
"system": "https://fhir.hl7.org.uk/Id/gmc-number",
"value": "C3456789"
},
"display": "Samual Darwin"
},
"participantStatus": "tentative",
"comment": "can't we try for this time, can't do mornings"
}