FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeAppointmentResponse
IdAppointmentResponse-practitioner-tentative.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
}