{
"description": "A booking of a surgical healthcare procedure for a specific date/time.",
"_filename": "Appointment.json",
"package_name": "ca.on.oh",
"date": "2023-03-06",
"derivation": "constraint",
"publisher": "Ontario Health",
"fhirVersion": "4.0.1",
"name": "Appointment",
"abstract": false,
"type": "Appointment",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "Appointment",
"package_version": "setp-0.9.0-alpha1.0.28",
"status": "draft",
"id": "ae98a847-716b-44f5-ab01-389335326b05",
"kind": "resource",
"url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Appointment",
"version": "1.0.0",
"differential": {
"element": [ {
"id": "Appointment.meta",
"min": 1,
"path": "Appointment.meta",
"mustSupport": true
}, {
"id": "Appointment.meta.profile",
"min": 1,
"path": "Appointment.meta.profile",
"comment": "#### **_` FOR SETP USAGE: The meta.profile = http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Appointment|1.0.0 `_**\r\n\r\nIt is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time. The list of profile URLs is a set.",
"mustSupport": true
}, {
"id": "Appointment.extension:cancellationDate",
"path": "Appointment.extension",
"type": [ {
"code": "Extension",
"profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-cancellation-date" ]
} ],
"short": "Cancellation Date",
"sliceName": "cancellationDate",
"isModifier": false
}, {
"id": "Appointment.extension:cancellationDate.url",
"path": "Appointment.extension.url",
"fixedUri": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-cancellation-date"
}, {
"id": "Appointment.extension:reschedule",
"path": "Appointment.extension",
"type": [ {
"code": "Extension",
"profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-reschedule" ]
} ],
"sliceName": "reschedule",
"isModifier": false
}, {
"id": "Appointment.identifier",
"max": "1",
"min": 1,
"path": "Appointment.identifier",
"short": "Case Number",
"mustSupport": true
}, {
"id": "Appointment.identifier.system",
"min": 1,
"path": "Appointment.identifier.system",
"mustSupport": true
}, {
"id": "Appointment.identifier.value",
"min": 1,
"path": "Appointment.identifier.value",
"mustSupport": true
}, {
"id": "Appointment.status",
"path": "Appointment.status",
"mustSupport": true
}, {
"id": "Appointment.cancelationReason",
"path": "Appointment.cancelationReason",
"short": "Cancellation reason",
"binding": {
"strength": "extensible",
"valueSet": "http://ontariohealth.ca/fhir/ValueSet/surgery-cancellation-reason"
},
"mustSupport": true
}, {
"id": "Appointment.cancelationReason.coding",
"max": "1",
"path": "Appointment.cancelationReason.coding",
"binding": {
"strength": "extensible",
"valueSet": "http://ontariohealth.ca/fhir/ValueSet/surgery-cancellation-reason"
},
"mustSupport": true
}, {
"id": "Appointment.cancelationReason.coding.system",
"path": "Appointment.cancelationReason.coding.system",
"fixedUri": "http://ontariohealth.ca/fhir/CodeSystem/surgery-cancellation-reason",
"mustSupport": true
}, {
"id": "Appointment.cancelationReason.coding.code",
"path": "Appointment.cancelationReason.coding.code",
"binding": {
"strength": "extensible",
"valueSet": "http://ontariohealth.ca/fhir/ValueSet/surgery-cancellation-reason"
},
"mustSupport": true
}, {
"id": "Appointment.cancelationReason.coding.display",
"path": "Appointment.cancelationReason.coding.display",
"mustSupport": true
}, {
"id": "Appointment.cancelationReason.text",
"path": "Appointment.cancelationReason.text",
"short": "Cancellation reason description",
"mustSupport": true
}, {
"id": "Appointment.serviceCategory",
"path": "Appointment.serviceCategory",
"short": "Surgeon service",
"binding": {
"strength": "extensible",
"valueSet": "http://ontariohealth.ca/fhir/ValueSet/setp-hospital-service"
}
}, {
"id": "Appointment.serviceCategory.coding",
"path": "Appointment.serviceCategory.coding",
"binding": {
"strength": "extensible",
"valueSet": "http://ontariohealth.ca/fhir/ValueSet/setp-hospital-service"
}
}, {
"id": "Appointment.serviceCategory.coding.system",
"path": "Appointment.serviceCategory.coding.system",
"fixedUri": "http://snomed.info/sct"
}, {
"id": "Appointment.serviceCategory.coding.code",
"path": "Appointment.serviceCategory.coding.code",
"binding": {
"strength": "extensible",
"valueSet": "http://ontariohealth.ca/fhir/ValueSet/setp-hospital-service"
}
}, {
"id": "Appointment.appointmentType",
"path": "Appointment.appointmentType",
"short": "Patient type"
}, {
"id": "Appointment.reasonReference",
"max": "1",
"min": 1,
"path": "Appointment.reasonReference",
"type": [ {
"code": "Reference",
"aggregation": [ "bundled" ],
"targetProfile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Procedure" ]
} ],
"short": "The surgical procedure for this appointment",
"mustSupport": true
}, {
"id": "Appointment.reasonReference.reference",
"min": 1,
"path": "Appointment.reasonReference.reference",
"mustSupport": true
}, {
"id": "Appointment.supportingInformation",
"max": "1",
"path": "Appointment.supportingInformation",
"short": "supporting Observations"
}, {
"id": "Appointment.start",
"path": "Appointment.start",
"mustSupport": true
}, {
"id": "Appointment.end",
"path": "Appointment.end",
"mustSupport": true
}, {
"id": "Appointment.minutesDuration",
"path": "Appointment.minutesDuration",
"short": "Estimated Case Duration",
"mustSupport": true
}, {
"id": "Appointment.created",
"path": "Appointment.created",
"short": "Booking Date",
"mustSupport": true
}, {
"id": "Appointment.comment",
"path": "Appointment.comment",
"short": "Notes on initial case scheduling",
"mustSupport": true
}, {
"id": "Appointment.participant",
"max": "2",
"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-setp-profile-Patient" ]
} ],
"short": "the surgical patient or OR Room",
"mustSupport": true
}, {
"id": "Appointment.participant.actor.reference",
"path": "Appointment.participant.actor.reference",
"mustSupport": true
}, {
"id": "Appointment.participant.actor.identifier",
"path": "Appointment.participant.actor.identifier",
"mustSupport": true
}, {
"id": "Appointment.participant.actor.identifier.system",
"min": 1,
"path": "Appointment.participant.actor.identifier.system",
"mustSupport": true
}, {
"id": "Appointment.participant.actor.identifier.value",
"min": 1,
"path": "Appointment.participant.actor.identifier.value",
"mustSupport": true
}, {
"id": "Appointment.requestedPeriod.start",
"path": "Appointment.requestedPeriod.start",
"short": "Scheduled start time"
} ]
},
"contact": [ {
"name": "Ontario Health",
"telecom": [ {
"value": "http://ontariohealth.ca/fhir/",
"system": "url"
}, {
"value": "some.email@ontariohealth.ca",
"system": "email"
} ]
} ],
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Appointment"
}