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

FHIR IG analytics

Packagefhir.r4.wales.test
Resource TypeAppointment
IdExample-DataStandardsWales-Appointment-GenSurgery-FollowUp.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": "Example-DataStandardsWales-Appointment-GenSurgery",
  "meta": {
    "profile": [
      "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Appointment"
    ]
  },
  "extension": [
    {
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BookingOrganization",
      "valueReference": {
        "reference": "Organization/a7b895e9-f459-5d7b-9d90-e00087caf3d9",
        "display": "Hywel Dda University Local Health Board"
      }
    },
    {
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel",
      "valueCoding": {
        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel",
        "code": "In-person",
        "display": "In-person"
      }
    }
  ],
  "identifier": [
    {
      "system": "https://fhir.hduhb.nhs.wales/Id/pas-event-identifier",
      "value": "1002006197"
    }
  ],
  "status": "booked",
  "serviceCategory": [
    {
      "coding": [
        {
          "system": "https://fhir.nhs.wales/CodeSystem/WPASEventType",
          "code": "54",
          "display": "Treatment proposed-delivery intended at future appointment"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
          "code": "100",
          "display": "General Surgery"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "https://fhir.hduhb.nhs.wales/CodeSystem/SubSpecialtyCode",
          "code": "100011",
          "display": "General Surgery (Pre-Op Ass.)"
        }
      ]
    }
  ],
  "appointmentType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0276",
        "code": "FOLLOWUP",
        "display": "A follow up visit from a previous appointment"
      }
    ]
  },
  "description": "Face to face appointment",
  "start": "2024-01-09T08:45:00+00:00",
  "end": "2024-01-09T09:30:00+00:00",
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "ATND",
              "display": "attender"
            }
          ]
        }
      ],
      "actor": {
        "reference": "Practitioner/1f601d0d-39a4-5874-adb5-0bce5a9e7ba7",
        "display": "Dr Rosa Perkin"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Patient/1f58e4d1-97ba-455f-a8e7-30a759b1e371",
        "display": "Richard Jones"
      },
      "status": "needs-action"
    },
    {
      "actor": {
        "reference": "Location/546764e5-4f73-5f24-8e27-91ba1d1e0046",
        "display": "BGH - Pre Assessment Clinic - Day Surgery Unit"
      },
      "status": "accepted"
    }
  ]
}