PackagesCanonicalsLogsProblems
    Packages
    hie2.packages@1.0.1
    http://fhir.hie.moh.gov.my/StructureDefinition/Appointment-my-core
{
  "description": "A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s).",
  "_filename": "StructureDefinition-Appointment-my-core.json",
  "package_name": "hie2.packages",
  "date": "2022-03-17T05:53:40.3451411+00:00",
  "derivation": "specialization",
  "meta": {
    "versionId": "7",
    "lastUpdated": "2022-03-17T05:53:44.06+00:00"
  },
  "publisher": "Malaysia MOH - HIE Steering Committee",
  "fhirVersion": "4.0.1",
  "name": "AppointmentMyCore",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://ietf.org/rfc/2445",
    "name": "iCalendar",
    "identity": "ical"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  } ],
  "abstract": false,
  "type": "Appointment",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Appointment (MY Core)",
  "package_version": "1.0.1",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
    "valueString": "Base.Workflow"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 3
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
    "valueCode": "patient"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "pa"
  } ],
  "status": "active",
  "id": "62cc1dd4-e3bd-4c09-88f5-127263d8fde2",
  "kind": "resource",
  "url": "http://fhir.hie.moh.gov.my/StructureDefinition/Appointment-my-core",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "Appointment",
      "path": "Appointment",
      "short": "A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s)",
      "mapping": [ {
        "map": "Request",
        "identity": "workflow"
      }, {
        "map": "Act[@moodCode <= 'INT']",
        "identity": "rim"
      }, {
        "map": "VEVENT",
        "identity": "ical"
      } ],
      "constraint": [ {
        "key": "app-4",
        "human": "Cancelation reason is only used for appointments that have been cancelled, or no-show",
        "xpath": "not(exists(f:cancellationReason)) or f:status/@value=('no-show', 'cancelled')",
        "source": "http://fhir.hie.moh.gov.my/StructureDefinition/Appointment",
        "severity": "error",
        "expression": "Appointment.cancelationReason.exists() implies (Appointment.status='no-show' or Appointment.status='cancelled')"
      }, {
        "key": "app-3",
        "human": "Only proposed or cancelled appointments can be missing start/end dates",
        "xpath": "((exists(f:start) and exists(f:end)) or (f:status/@value='proposed') or (f:status/@value='cancelled') or (f:status/@value='waitlist'))",
        "source": "http://fhir.hie.moh.gov.my/StructureDefinition/Appointment",
        "severity": "error",
        "expression": "(start.exists() and end.exists()) or (status in ('proposed' | 'cancelled' | 'waitlist'))"
      }, {
        "key": "app-2",
        "human": "Either start and end are specified, or neither",
        "xpath": "((exists(f:start) and exists(f:end)) or (not(exists(f:start)) and not(exists(f:end))))",
        "source": "http://fhir.hie.moh.gov.my/StructureDefinition/Appointment",
        "severity": "error",
        "expression": "start.exists() = end.exists()"
      } ],
      "definition": "A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s)."
    }, {
      "id": "Appointment.identifier",
      "path": "Appointment.identifier",
      "type": [ {
        "code": "Identifier"
      } ],
      "short": "External Ids for this item",
      "mapping": [ {
        "map": "Request.identifier",
        "identity": "workflow"
      }, {
        "map": "FiveWs.identifier",
        "identity": "w5"
      }, {
        "map": "SCH-1, SCH-2, ARQ-1, ARQ-2",
        "identity": "v2"
      }, {
        "map": ".id",
        "identity": "rim"
      }, {
        "map": "UID",
        "identity": "ical"
      } ],
      "isSummary": true,
      "definition": "This records identifiers associated with this appointment concern that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation)."
    }, {
      "path": "Appointment.status",
      "min": 1,
      "definition": "The overall status of the Appointment. Each of the participants has their own participation status which indicates their involvement in the process, however this status indicates the shared status.",
      "isModifier": true,
      "short": "proposed | pending | booked | arrived | fulfilled | cancelled | noshow | entered-in-error | checked-in | waitlist",
      "mapping": [ {
        "map": "Request.status",
        "identity": "workflow"
      }, {
        "map": "FiveWs.status",
        "identity": "w5"
      }, {
        "map": "SCH-25",
        "identity": "v2"
      }, {
        "map": ".statusCode",
        "identity": "rim"
      }, {
        "map": "STATUS",
        "identity": "ical"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/appointmentstatus|4.0.1",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "AppointmentStatus"
        } ],
        "description": "The free/busy status of an appointment."
      },
      "max": "1",
      "id": "Appointment.status",
      "comment": "If the Appointment's status is \"cancelled\" then all participants are expected to have their calendars released for the appointment period, and as such any Slots that were marked as BUSY can be re-set to FREE.\n\nThis element is labeled as a modifier because the status contains the code entered-in-error that mark the Appointment as not currently valid.",
      "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid",
      "isSummary": true
    }, {
      "id": "Appointment.cancelationReason",
      "max": "1",
      "path": "Appointment.cancelationReason",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "The coded reason for the appointment being cancelled",
      "binding": {
        "strength": "example",
        "valueSet": "http://hl7.org/fhir/ValueSet/appointment-cancellation-reason",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "cancelation-reason"
        } ]
      },
      "isSummary": true,
      "definition": "The coded reason for the appointment being cancelled. This is often used in reporting/billing/futher processing to determine if further actions are required, or specific fees apply."
    }, {
      "id": "Appointment.serviceCategory",
      "path": "Appointment.serviceCategory",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "A broad categorization of the service that is to be performed during this appointment",
      "binding": {
        "strength": "example",
        "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/service-category-my-core",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "service-category"
        } ]
      },
      "mapping": [ {
        "map": "n/a, might be inferred from the ServiceDeliveryLocation",
        "identity": "rim"
      }, {
        "map": "CATEGORIES",
        "identity": "ical"
      } ],
      "isSummary": true,
      "definition": "A broad categorization of the service that is to be performed during this appointment."
    }, {
      "path": "Appointment.serviceType",
      "definition": "The specific service that is to be performed during this appointment.",
      "short": "The specific service that is to be performed during this appointment",
      "mapping": [ {
        "map": "Request.code",
        "identity": "workflow"
      }, {
        "map": "n/a, might be inferred from the ServiceDeliveryLocation",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "example",
        "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/service-type-my-core",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "service-type"
        } ]
      },
      "id": "Appointment.serviceType",
      "comment": "For a provider to provider appointment the code \"FOLLOWUP\" may be appropriate, as this is expected to be discussing some patient that was seen in the past.",
      "isSummary": true
    }, {
      "id": "Appointment.specialty",
      "path": "Appointment.specialty",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "The specialty of a practitioner that would be required to perform the service requested in this appointment",
      "binding": {
        "strength": "preferred",
        "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "specialty"
        } ]
      },
      "mapping": [ {
        "map": "FiveWs.class",
        "identity": "w5"
      }, {
        "map": ".performer.AssignedPerson.code",
        "identity": "rim"
      } ],
      "isSummary": true,
      "definition": "The specialty of a practitioner that would be required to perform the service requested in this appointment."
    }, {
      "path": "Appointment.appointmentType",
      "definition": "The style of appointment or patient that has been booked in the slot (not service type).",
      "short": "The style of appointment or patient that has been booked in the slot (not service type)",
      "mapping": [ {
        "map": "ARQ-7",
        "identity": "v2"
      }, {
        "map": ".code",
        "identity": "rim"
      }, {
        "map": "CLASSIFICATION",
        "identity": "ical"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "preferred",
        "valueSet": "http://terminology.hl7.org/ValueSet/v2-0276",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "appointment-type"
        } ]
      },
      "max": "1",
      "id": "Appointment.appointmentType",
      "isSummary": true
    }, {
      "id": "Appointment.reasonCode",
      "path": "Appointment.reasonCode",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Coded reason this appointment is scheduled",
      "binding": {
        "strength": "preferred",
        "valueSet": "http://hl7.org/fhir/ValueSet/encounter-reason",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ApptReason"
        } ],
        "description": "The Reason for the appointment to take place."
      },
      "mapping": [ {
        "map": "Request.reasonCode",
        "identity": "workflow"
      }, {
        "map": "AIS-3, SCH-7",
        "identity": "v2"
      }, {
        "map": ".reasonCode",
        "identity": "rim"
      } ],
      "isSummary": true,
      "definition": "The coded reason that this appointment is being scheduled. This is more clinical than administrative."
    }, {
      "id": "Appointment.reasonReference",
      "path": "Appointment.reasonReference",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.hie.moh.gov.my/StructureDefinition/Condition-my-core", "http://fhir.hie.moh.gov.my/StructureDefinition/Procedure-my-core", "http://hl7.org/fhir/StructureDefinition/Observation", "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation" ]
      } ],
      "short": "Reason the appointment is to take place (resource)",
      "mapping": [ {
        "map": "Request.reasonReference",
        "identity": "workflow"
      }, {
        "map": ".inboundRelationship[@typeCode = 'RSON'].observation",
        "identity": "rim"
      } ],
      "definition": "Reason the appointment has been scheduled to take place, as specified using information from another resource. When the patient arrives and the encounter begins it may be used as the admission diagnosis. The indication will typically be a Condition (with other resources referenced in the evidence.detail), or a Procedure."
    }, {
      "id": "Appointment.priority",
      "max": "1",
      "path": "Appointment.priority",
      "type": [ {
        "code": "unsignedInt"
      } ],
      "short": "Used to make informed decisions if needing to re-prioritize",
      "comment": "Seeking implementer feedback on this property and how interoperable it is.\r\rUsing an extension to record a CodeableConcept for named values may be tested at a future connectathon.",
      "mapping": [ {
        "map": "Request.priority",
        "identity": "workflow"
      }, {
        "map": "FiveWs.class",
        "identity": "w5"
      }, {
        "map": "ARQ-12, SCH-11.6 / TQ1-9",
        "identity": "v2"
      }, {
        "map": ".priorityCode",
        "identity": "rim"
      }, {
        "map": "PRIORITY",
        "identity": "ical"
      } ],
      "definition": "The priority of the appointment. Can be used to make informed decisions if needing to re-prioritize appointments. (The iCal Standard specifies 0 as undefined, 1 as highest, 9 as lowest priority)."
    }, {
      "id": "Appointment.description",
      "max": "1",
      "path": "Appointment.description",
      "type": [ {
        "code": "string"
      } ],
      "short": "Shown on a subject line in a meeting request, or appointment list",
      "mapping": [ {
        "map": "NTE-3",
        "identity": "v2"
      }, {
        "map": ".text",
        "identity": "rim"
      }, {
        "map": "SUMMARY",
        "identity": "ical"
      } ],
      "definition": "The brief description of the appointment as would be shown on a subject line in a meeting request, or appointment list. Detailed or expanded information should be put in the comment field."
    }, {
      "id": "Appointment.supportingInformation",
      "path": "Appointment.supportingInformation",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Resource" ]
      } ],
      "short": "Additional information to support the appointment",
      "mapping": [ {
        "map": "Request.supportingInfo",
        "identity": "workflow"
      }, {
        "map": "FiveWs.context",
        "identity": "w5"
      }, {
        "map": ".inboundRelationship[@typeCode = 'SPRT'].observation",
        "identity": "rim"
      }, {
        "map": "ATTACH",
        "identity": "ical"
      } ],
      "definition": "Additional information to support the appointment provided when making the appointment."
    }, {
      "id": "Appointment.start",
      "max": "1",
      "path": "Appointment.start",
      "type": [ {
        "code": "instant"
      } ],
      "short": "When appointment is to take place",
      "mapping": [ {
        "map": "Request.occurrence[x]",
        "identity": "workflow"
      }, {
        "map": "FiveWs.init",
        "identity": "w5"
      }, {
        "map": "ARQ-11.1, SCH-11.4 / TQ1-7",
        "identity": "v2"
      }, {
        "map": ".effectiveTime.low",
        "identity": "rim"
      }, {
        "map": "DTSTART",
        "identity": "ical"
      } ],
      "isSummary": true,
      "definition": "Date/Time that the appointment is to take place."
    }, {
      "id": "Appointment.end",
      "max": "1",
      "path": "Appointment.end",
      "type": [ {
        "code": "instant"
      } ],
      "short": "When appointment is to conclude",
      "mapping": [ {
        "map": "Request.occurrence[x]",
        "identity": "workflow"
      }, {
        "map": "FiveWs.done[x]",
        "identity": "w5"
      }, {
        "map": "SCH-11.5 / TQ1-8/ calculated based on the start and the duration which is in ARQ-9",
        "identity": "v2"
      }, {
        "map": ".effectiveTime.high",
        "identity": "rim"
      }, {
        "map": "DTEND",
        "identity": "ical"
      } ],
      "isSummary": true,
      "definition": "Date/Time that the appointment is to conclude."
    }, {
      "id": "Appointment.minutesDuration",
      "max": "1",
      "path": "Appointment.minutesDuration",
      "type": [ {
        "code": "positiveInt"
      } ],
      "short": "Can be less than start/end (e.g. estimate)",
      "mapping": [ {
        "map": "Request.occurrence[x]",
        "identity": "workflow"
      }, {
        "map": ".activityTime[@xsi:type = ('SXPR_TS', 'PIVL_TS')].width",
        "identity": "rim"
      }, {
        "map": "DURATION (e.g. PT15M)",
        "identity": "ical"
      } ],
      "definition": "Number of minutes that the appointment is to take. This can be less than the duration between the start and end times.  For example, where the actual time of appointment is only an estimate or if a 30 minute appointment is being requested, but any time would work.  Also, if there is, for example, a planned 15 minute break in the middle of a long appointment, the duration may be 15 minutes less than the difference between the start and end."
    }, {
      "id": "Appointment.slot",
      "path": "Appointment.slot",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.hie.moh.gov.my/StructureDefinition/Slot-my-core" ]
      } ],
      "short": "The slots that this appointment is filling",
      "mapping": [ {
        "map": ".outboundRelationship[@typeCode = 'REFR'].act[@classCode = 'ACT'][@moodCode = 'SLOT']",
        "identity": "rim"
      } ],
      "definition": "The slots from the participants' schedules that will be filled by the appointment."
    }, {
      "id": "Appointment.created",
      "max": "1",
      "path": "Appointment.created",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "The date that this appointment was initially created",
      "comment": "This property is required for many use cases where the age of an appointment is considered in processing workflows for scheduling and billing of appointments.",
      "mapping": [ {
        "map": "Request.authoredOn",
        "identity": "workflow"
      }, {
        "map": ".author.time",
        "identity": "rim"
      }, {
        "map": "CREATED",
        "identity": "ical"
      } ],
      "definition": "The date that this appointment was initially created. This could be different to the meta.lastModified value on the initial entry, as this could have been before the resource was created on the FHIR server, and should remain unchanged over the lifespan of the appointment."
    }, {
      "id": "Appointment.comment",
      "max": "1",
      "path": "Appointment.comment",
      "type": [ {
        "code": "string"
      } ],
      "short": "Additional comments",
      "comment": "Additional text to aid in facilitating the appointment. For instance, a comment might be, \"patient should proceed immediately to infusion room upon arrival\"\r\rWhere this is a planned appointment and the start/end dates are not set then this field can be used to provide additional guidance on the details of the appointment request, including any restrictions on when to book it.",
      "mapping": [ {
        "map": "Request.note",
        "identity": "workflow"
      }, {
        "map": "NTE-3",
        "identity": "v2"
      }, {
        "map": ".subjectOf.observation[@moodCode = 'EVN'][code = 'annotation'].value",
        "identity": "rim"
      }, {
        "map": "DESCRIPTION (for internal use)",
        "identity": "ical"
      } ],
      "definition": "Additional comments about the appointment."
    }, {
      "id": "Appointment.patientInstruction",
      "max": "1",
      "path": "Appointment.patientInstruction",
      "type": [ {
        "code": "string"
      } ],
      "short": "Detailed information and instructions for the patient",
      "mapping": [ {
        "map": "NTE-3",
        "identity": "v2"
      }, {
        "map": ".subjectOf.observation[@moodCode = 'EVN'][code = 'annotation'].value",
        "identity": "rim"
      }, {
        "map": "DESCRIPTION (for patient use)",
        "identity": "ical"
      } ],
      "definition": "While Appointment.comment contains information for internal use, Appointment.patientInstructions is used to capture patient facing information about the Appointment (e.g. please bring your referral or fast from 8pm night before)."
    }, {
      "id": "Appointment.basedOn",
      "path": "Appointment.basedOn",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.hie.moh.gov.my/StructureDefinition/ServiceRequest-my-core" ]
      } ],
      "alias": [ "incomingReferral" ],
      "short": "The service request this appointment is allocated to assess",
      "mapping": [ {
        "map": "Request.basedOn",
        "identity": "workflow"
      }, {
        "map": ".outboundRelationship[@typeCode = 'FLFS'].act[@classCode < 'ActCareProvisionRequestType'][@moodCode = 'RQO']",
        "identity": "rim"
      } ],
      "definition": "The service request this appointment is allocated to assess (e.g. incoming referral or procedure request)."
    }, {
      "id": "Appointment.participant",
      "min": 1,
      "path": "Appointment.participant",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Participants involved in appointment",
      "mapping": [ {
        "map": "Request.performer, Request.subject",
        "identity": "workflow"
      }, {
        "map": "PID, AIP, AIG, AIL",
        "identity": "v2"
      }, {
        "map": "performer | reusableDevice | subject | location",
        "identity": "rim"
      }, {
        "map": "ATTENDEE component to be created",
        "identity": "ical"
      } ],
      "constraint": [ {
        "key": "app-1",
        "human": "Either the type or actor on the participant SHALL be specified",
        "xpath": "(exists(f:type) or exists(f:actor))",
        "source": "http://fhir.hie.moh.gov.my/StructureDefinition/Appointment",
        "severity": "error",
        "expression": "type.exists() or actor.exists()"
      } ],
      "definition": "List of participants involved in the appointment."
    }, {
      "path": "Appointment.participant.type",
      "definition": "Role of participant in the appointment.",
      "short": "Role of participant in the appointment",
      "mapping": [ {
        "map": "AIP-4, AIG-4",
        "identity": "v2"
      }, {
        "map": "(performer | reusableDevice | subject | location).@typeCode",
        "identity": "rim"
      }, {
        "map": "n/a",
        "identity": "ical"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "extensible",
        "valueSet": "http://hl7.org/fhir/ValueSet/encounter-participant-type",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ParticipantType"
        } ],
        "description": "Role of participant in encounter."
      },
      "id": "Appointment.participant.type",
      "comment": "The role of the participant can be used to declare what the actor will be doing in the scope of this appointment.\r\rIf the actor is not specified, then it is expected that the actor will be filled in at a later stage of planning.\r\rThis value SHALL be the same when creating an AppointmentResponse so that they can be matched, and subsequently update the Appointment.",
      "isSummary": true
    }, {
      "id": "Appointment.participant.actor",
      "max": "1",
      "path": "Appointment.participant.actor",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient", "http://hl7.org/fhir/StructureDefinition/Practitioner", "http://hl7.org/fhir/StructureDefinition/PractitionerRole", "http://hl7.org/fhir/StructureDefinition/RelatedPerson", "http://hl7.org/fhir/StructureDefinition/Device", "http://hl7.org/fhir/StructureDefinition/HealthcareService", "http://hl7.org/fhir/StructureDefinition/Location" ]
      } ],
      "short": "Person, Location/HealthcareService or Device",
      "mapping": [ {
        "map": "FiveWs.who",
        "identity": "w5"
      }, {
        "map": "PID-3-Patient ID List | AIL-3 | AIG-3 | AIP-3",
        "identity": "v2"
      }, {
        "map": "performer.person | reusableDevice.manufacturedDevice | subject.patient | location.serviceDeliveryLocation",
        "identity": "rim"
      }, {
        "map": "ATTENDEE: (Need to provide the common name CN and also the MAILTO properties from the practitioner resource) where the participant type is not \"information-only\"",
        "identity": "ical"
      } ],
      "isSummary": true,
      "definition": "A Person, Location/HealthcareService or Device that is participating in the appointment."
    }, {
      "path": "Appointment.participant.required",
      "definition": "Whether this participant is required to be present at the meeting. This covers a use-case where two doctors need to meet to discuss the results for a specific patient, and the patient is not required to be present.",
      "short": "required | optional | information-only",
      "mapping": [ {
        "map": "(performer | reusableDevice | subject | location).@performInd",
        "identity": "rim"
      }, {
        "map": "ROLE=REQ-PARTICIPANT (roleparam)",
        "identity": "ical"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/participantrequired|4.0.1",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ParticipantRequired"
        } ],
        "description": "Is the Participant required to attend the appointment."
      },
      "max": "1",
      "id": "Appointment.participant.required",
      "isSummary": true
    }, {
      "path": "Appointment.participant.status",
      "min": 1,
      "definition": "Participation status of the actor.",
      "short": "accepted | declined | tentative | needs-action",
      "mapping": [ {
        "map": "AIP-12, AIG-14",
        "identity": "v2"
      }, {
        "map": "(performer | reusableDevice | subject | location).statusCode",
        "identity": "rim"
      }, {
        "map": "ATTENDEE;CN=\"John Doe\";RSVP=TRUE:mailto:john@doe.com (rsvpparam | partstatparam)",
        "identity": "ical"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/participationstatus|4.0.1",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ParticipationStatus"
        } ],
        "description": "The Participation status of an appointment."
      },
      "max": "1",
      "id": "Appointment.participant.status",
      "isSummary": true
    }, {
      "id": "Appointment.participant.period",
      "max": "1",
      "path": "Appointment.participant.period",
      "type": [ {
        "code": "Period"
      } ],
      "short": "Participation period of the actor",
      "definition": "Participation period of the actor."
    }, {
      "id": "Appointment.requestedPeriod",
      "path": "Appointment.requestedPeriod",
      "type": [ {
        "code": "Period"
      } ],
      "short": "Potential date/time interval(s) requested to allocate the appointment within",
      "comment": "This does not introduce a capacity for recurring appointments.",
      "mapping": [ {
        "map": "Request.occurrence[x]",
        "identity": "workflow"
      }, {
        "map": "ARQ-11",
        "identity": "v2"
      }, {
        "map": ".activityTime[@xsi:type = ('SXPR_TS', 'PIVL_TS')]",
        "identity": "rim"
      } ],
      "definition": "A set of date ranges (potentially including times) that the appointment is preferred to be scheduled within.\n\nThe duration (usually in minutes) could also be provided to indicate the length of the appointment to fill and populate the start/end times for the actual allocated time. However, in other situations the duration may be calculated by the scheduling system."
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}