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

FHIR IG analytics

Packageuk.nhsdigital.r4.test
Resource TypeAppointment
IdAppointment-itkA05.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": "Appointment",
  "id": "366a7b5b-650a-4ddf-bc25-468d59f67ea8",
  "contained": [
    {
      "resourceType": "Location",
      "id": "location",
      "name": "Elmet NHS Hospital",
      "address": {
        "line": [
          "Main Street",
          "Barwick in Elment"
        ],
        "city": "Leeds",
        "postalCode": "LS15 4JF"
      }
    }
  ],
  "status": "booked",
  "serviceCategory": [
    {
      "coding": [
        {
          "system": "https://fhir.nhs.uk/CodeSystem/NHSDataModelAndDictionary-treatment-function",
          "code": "300",
          "display": "GENERAL MEDICINE"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "https://fhir.nhs.uk/CodeSystem/NHSDataModelAndDictionary-clinical-specialty",
          "code": "340",
          "display": "Respiratory Medicine"
        }
      ]
    }
  ],
  "appointmentType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0276",
        "code": "ROUTINE",
        "display": "Routine appointment - default if not valued"
      }
    ]
  },
  "description": "Discussion on the results of your recent tests",
  "start": "2022-01-13T09:00:00Z",
  "end": "2022-01-13T09:30:00Z",
  "created": "2022-01-13",
  "basedOn": [
    {
      "type": "ServiceRequest",
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/UBRN",
        "value": "000000070000"
      }
    }
  ],
  "participant": [
    {
      "actor": {
        "type": "Patient",
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/nhs-number",
          "value": "9478526985"
        },
        "display": "Julie Jones"
      },
      "status": "needs-action"
    },
    {
      "type": [
        {
          "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"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "type": "Location",
        "reference": "#location",
        "display": "A Ward, West Wing, Elmet NHS Hospital"
      },
      "required": "required",
      "status": "accepted"
    },
    {
      "actor": {
        "type": "HealthcareService",
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/ers-service",
          "value": "11021"
        },
        "display": "The Elment NHS Hospital - Respiratory Services"
      },
      "status": "accepted"
    }
  ]
}