{ "description": "CorHealth Appointment", "_filename": "StructureDefinition-corhealth-appointment.json", "package_name": "ca.on.oh.corhealth", "date": null, "derivation": "constraint", "publisher": null, "fhirVersion": "4.0.1", "name": "CorHealthAppointment", "abstract": false, "type": "Appointment", "experimental": null, "resourceType": "StructureDefinition", "title": "CorHealth Appointment", "package_version": "0.2.0-beta", "status": "active", "id": "c2048151-4c30-4fe8-918c-439b91540cf3", "kind": "resource", "url": "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-appointment", "version": null, "differential": { "element": [ { "id": "Appointment.identifier.system", "path": "Appointment.identifier.system", "patternUri": "https://corhealth-ontario.ca/NamingSystem/appointment-id" }, { "id": "Appointment.status", "path": "Appointment.status", "binding": { "strength": "required", "valueSet": "https://corhealth-ontario.ca/fhir/ValueSet/CorHealthAppointmentStatusVS" } }, { "id": "Appointment.cancelationReason", "path": "Appointment.cancelationReason", "short": "Field ID: 111. Cancellation Reason", "binding": { "strength": "required", "valueSet": "https://corhealth-ontario.ca/fhir/ValueSet/CorHealth111CancellationReasonVS" }, "mustSupport": true }, { "id": "Appointment.basedOn", "max": "1", "min": 1, "path": "Appointment.basedOn", "type": [ { "code": "Reference", "targetProfile": [ "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-servicerequest" ] } ], "mustSupport": true }, { "id": "Appointment.participant", "path": "Appointment.participant", "slicing": { "rules": "open", "description": "Slice based on actor pattern", "discriminator": [ { "path": "actor", "type": "pattern" } ] }, "mustSupport": true }, { "id": "Appointment.participant.actor", "min": 1, "path": "Appointment.participant.actor", "mustSupport": true }, { "id": "Appointment.participant:patient", "max": "1", "min": 1, "path": "Appointment.participant", "sliceName": "patient", "mustSupport": true }, { "id": "Appointment.participant:patient.actor", "path": "Appointment.participant.actor", "type": [ { "code": "Reference", "targetProfile": [ "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-patient" ] } ] }, { "id": "Appointment.participant:patient.status", "path": "Appointment.participant.status", "patternCode": "accepted" }, { "id": "Appointment.requestedPeriod", "path": "Appointment.requestedPeriod", "mustSupport": true }, { "id": "Appointment.requestedPeriod.start", "path": "Appointment.requestedPeriod.start", "short": "Field ID: 110. Booking Date", "mustSupport": true } ] }, "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Appointment" }