PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.mha-pds@0.9.0-alpha-1.9.7.31
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Appointment
{
  "description": null,
  "_filename": "StructureDefinition.ca-on-mha-profile-Appointment.json",
  "package_name": "ca.on.oh.mha-pds",
  "date": "2022-08-22T20:17:06.3613088+00:00",
  "derivation": "constraint",
  "meta": {
    "lastUpdated": "2022-08-22T17:58:37.4555227+00:00"
  },
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "Appointment",
  "mapping": [ {
    "name": "MHA PDS Mapping",
    "identity": "MHA-PDS-Mapping"
  } ],
  "abstract": false,
  "type": "Appointment",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "MHA Appointment Profile",
  "package_version": "0.9.0-alpha-1.9.7.31",
  "status": "active",
  "id": "19b47496-03df-4e6c-b072-8d7565fe7f7f",
  "kind": "resource",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Appointment",
  "version": null,
  "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",
      "constraint": [ {
        "key": "app-5",
        "human": "End must be after start",
        "source": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Appointment",
        "severity": "error",
        "expression": "end >= start"
      } ],
      "mustSupport": true
    }, {
      "id": "Appointment.meta",
      "min": 1,
      "path": "Appointment.meta",
      "mustSupport": true
    }, {
      "id": "Appointment.meta.profile",
      "max": "1",
      "min": 1,
      "path": "Appointment.meta.profile",
      "mustSupport": true,
      "fixedCanonical": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Appointment"
    }, {
      "id": "Appointment.status",
      "path": "Appointment.status",
      "short": "cancelled | noshow",
      "binding": {
        "strength": "required",
        "valueSet": "http://ontariohealth.ca/fhir/ValueSet/mha/appointmentStatus"
      },
      "mapping": [ {
        "map": "Appointment Reschedule Reason",
        "identity": "MHA-PDS-Mapping"
      } ],
      "mustSupport": true
    }, {
      "id": "Appointment.cancelationReason",
      "path": "Appointment.cancelationReason",
      "binding": {
        "strength": "required",
        "valueSet": "http://ontariohealth.ca/fhir/ValueSet/mha/appointmentRescheduleReason"
      },
      "mapping": [ {
        "map": "Appointment Reschedule Reason",
        "identity": "MHA-PDS-Mapping"
      } ],
      "mustSupport": true
    }, {
      "id": "Appointment.cancelationReason.coding",
      "max": "1",
      "min": 1,
      "path": "Appointment.cancelationReason.coding",
      "mustSupport": true
    }, {
      "id": "Appointment.cancelationReason.coding.system",
      "min": 1,
      "path": "Appointment.cancelationReason.coding.system",
      "mustSupport": true
    }, {
      "id": "Appointment.cancelationReason.coding.code",
      "min": 1,
      "path": "Appointment.cancelationReason.coding.code",
      "mustSupport": true
    }, {
      "id": "Appointment.cancelationReason.coding.display",
      "min": 1,
      "path": "Appointment.cancelationReason.coding.display",
      "mustSupport": true
    }, {
      "id": "Appointment.start",
      "path": "Appointment.start",
      "comment": "Note: This is intended for where precisely observed times are required, typically system logs etc., and not human-reported times - for them, see date and dateTime (which can be as precise as instant, but is not required to be) below. Time zone is always required\r\n\r\nThe date of the first appointment that was offered and accepted by client regardless of whether they attended the appointment or subsequently changed it",
      "mapping": [ {
        "map": "Scheduled Appointment Date",
        "identity": "MHA-PDS-Mapping"
      } ],
      "definition": "Date/Time that the appointment is to take place.\r\nClients can send a date if time is not available.",
      "mustSupport": true
    }, {
      "id": "Appointment.end",
      "path": "Appointment.end",
      "definition": "Date/Time that the appointment is to conclude.\r\nIf appointment datetime is sent in \"start\", client MUST provide value for \"end\"",
      "mustSupport": true
    }, {
      "id": "Appointment.basedOn",
      "max": "1",
      "path": "Appointment.basedOn",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-servicerequest" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Appointment.basedOn.reference",
      "min": 1,
      "path": "Appointment.basedOn.reference",
      "mustSupport": true
    }, {
      "id": "Appointment.participant",
      "path": "Appointment.participant",
      "mustSupport": true
    }, {
      "id": "Appointment.participant.actor",
      "min": 1,
      "path": "Appointment.participant.actor",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-patient" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Appointment.participant.status",
      "path": "Appointment.participant.status",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Appointment"
}