PackagesCanonicalsLogsProblems
    Packages
    fhir.r4.ukcore.stu3.currentbuild@0.0.12-pre-release
    https://fhir.hl7.org.uk/StructureDefinition/UKCore-Appointment
{
  "description": "This profile defines the UK constraints and extensions on the International FHIR resource [Appointment](https://hl7.org/fhir/R4/Appointment.html).",
  "_filename": "UKCore-Appointment.json",
  "package_name": "fhir.r4.ukcore.stu3.currentbuild",
  "date": "2023-12-12",
  "derivation": "constraint",
  "publisher": "HL7 UK",
  "fhirVersion": "4.0.1",
  "purpose": "This profile allows recording of detailed information about a planned meeting that may be in the future or past. The resource only describes a single meeting, a series of repeating visits would require multiple appointment resources to be created for each instance. \r\n\r\n Examples include a scheduled surgery, a follow-up for a clinical visit, a scheduled conference call between clinicians to discuss a case, the reservation of a piece of diagnostic equipment for a particular use, etc. The visit scheduled by an appointment may be in person or remote (by phone, video conference, etc.) All that matters is that the time and usage of one or more individuals, locations and/or pieces of equipment is being fully or partially reserved for a designated period of time.",
  "name": "UKCoreAppointment",
  "abstract": false,
  "copyright": "Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at  http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at  https://www.hl7.org/fhir/license.html.",
  "type": "Appointment",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "UK Core Appointment",
  "package_version": "0.0.12-pre-release",
  "status": "active",
  "id": "04a9d844-5f70-49a1-83de-754f0e0e4ae1",
  "kind": "resource",
  "url": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Appointment",
  "version": "1.3.0",
  "differential": {
    "element": [ {
      "id": "Appointment.extension:bookingOrganization",
      "path": "Appointment.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BookingOrganization" ]
      } ],
      "short": "A reference to the source Organization of the booked appointment.",
      "sliceName": "bookingOrganization",
      "isModifier": false
    }, {
      "id": "Appointment.extension:deliveryChannel",
      "max": "1",
      "path": "Appointment.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel" ]
      } ],
      "short": "Defines the delivery channel of a scheduled appointment.",
      "sliceName": "deliveryChannel",
      "isModifier": false
    }, {
      "id": "Appointment.status",
      "path": "Appointment.status",
      "short": "The overall status of the appointment.",
      "mustSupport": true
    }, {
      "id": "Appointment.specialty",
      "path": "Appointment.specialty",
      "short": "The specialty of a practitioner that would be required to perform the service requested in this appointment.",
      "binding": {
        "strength": "extensible",
        "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-PracticeSettingCode"
      },
      "mustSupport": true
    }, {
      "id": "Appointment.appointmentType",
      "path": "Appointment.appointmentType",
      "short": "The type of appointment or patient that has been booked in the slot.",
      "binding": {
        "strength": "extensible",
        "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-AppointmentReasonCode",
        "description": "A set of codes that define an appointment reason."
      },
      "mustSupport": true
    }, {
      "id": "Appointment.reasonCode",
      "path": "Appointment.reasonCode",
      "short": "The reason for the appointment.",
      "mustSupport": true
    }, {
      "id": "Appointment.reasonReference",
      "path": "Appointment.reasonReference",
      "short": "A reference to the Observation, Condition, Procedure, or ImmunizationRecommendation that is the reason for the appointment.",
      "mustSupport": true
    }, {
      "id": "Appointment.start",
      "path": "Appointment.start",
      "short": "The start time of the appointment.",
      "mustSupport": true
    }, {
      "id": "Appointment.basedOn",
      "path": "Appointment.basedOn",
      "short": "The service request this appointment is allocated to assess.",
      "mustSupport": true
    }, {
      "id": "Appointment.participant",
      "path": "Appointment.participant",
      "short": "A list of participants involved in the appointment.",
      "mustSupport": true
    } ]
  },
  "contact": [ {
    "name": "HL7 UK",
    "telecom": [ {
      "use": "work",
      "rank": 1,
      "value": "ukcore@hl7.org.uk",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Appointment"
}