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

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeAppointment
IdExtension-UKCore-BookingOrganization-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

An example to illustrate the booking organization extension associated with an appointment

Source1

{
  "resourceType": "Appointment",
  "id": "Extension-UKCore-BookingOrganization-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BookingOrganization",
      "valueReference": {
        "reference": "Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example",
        "type": "Organization",
        "identifier": {
          "use": "official",
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code": "PRN",
                "display": "Provider number"
              }
            ]
          },
          "system": "https://fhir.nhs.uk/Id/ods-site-code",
          "value": "GP8D7",
          "period": {
            "start": "2022-03-11T10:46:00+00:00",
            "end": "2022-03-11T13:20:00+00:00"
          }
        }
      }
    }
  ],
  "status": "booked",
  "start": "2022-03-11T10:46:00+00:00",
  "end": "2022-03-11T13:20:00+00:00",
  "participant": [
    {
      "actor": {
        "reference": "Patient/UKCore-Patient-RichardSmith-Example",
        "display": "Richard Smith"
      },
      "required": "required",
      "status": "accepted"
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "ATND"
            }
          ]
        }
      ],
      "actor": {
        "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example",
        "display": "Dr Sandra Gose"
      },
      "required": "required",
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Location/UKCore-Location-HospitalSJUH-Example",
        "display": "Orthopaedic Trauma Department, St James' University Hospital, Leeds"
      },
      "required": "required",
      "status": "accepted"
    }
  ]
}