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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeAppointment
IdAppointment-ers.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

{
  "id": "391d8d18-159a-4af8-a935-2238ed4db867",
  "resourceType": "Appointment",
  "extension": [
    {
      "url": "https://fhir.nhs.uk/StructureDefinition/Extension-Provenance-agent",
      "valueReference": {
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/sds-user-id",
          "value": "123456789"
        }
      }
    }
  ],
  "status": "booked",
  "description": "e-Referral Appointment",
  "created": "2022-02-01T13:32:00+00:00",
  "start": "2022-02-03T13:30:00+00:00",
  "end": "2022-02-03T14:00:00+00:00",
  "slot": [
    {
      "reference": "Slot/1e55e6d5-8d57-4dbb-8220-98cb9d9ec50d"
    }
  ],
  "basedOn": [
    {
      "reference": "ServiceRequest/be735573-9f24-42e1-ae98-af89d632e4bf"
    }
  ],
  "participant": [
    {
      "actor": {
        "type": "HealthcareService",
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/ers-service",
          "value": "11000"
        }
      },
      "status": "accepted"
    },
    {
      "actor": {
        "type": "Patient",
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/nhs-number",
          "value": "9999998887"
        }
      },
      "status": "accepted"
    }
  ]
}