{
"description": "The resource involves booking one (or a series) of appointment(s) between the patient and the practitioner(s) for a specific date/time. The encounter may be a scheduled referral or an econsult.",
"_filename": "Appointment.StructureDefinition.json",
"package_name": "ca.infoway.io.erec",
"date": null,
"derivation": "constraint",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "Appointment",
"abstract": false,
"type": "Appointment",
"experimental": null,
"resourceType": "StructureDefinition",
"title": null,
"package_version": "1.2.0-dft",
"status": "draft",
"id": "51037d35-4da1-4ce9-899f-1789d2024dc5",
"kind": "resource",
"url": "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Appointment",
"version": null,
"differential": {
"element": [ {
"id": "Appointment.meta",
"path": "Appointment.meta",
"mustSupport": true
}, {
"id": "Appointment.meta.profile",
"path": "Appointment.meta.profile",
"comment": "Implementers should be aware that some Canadian jurisdictions require vendors to use meta.profile to declare which FHIR profile(s) and version(s) the resource conforms to.",
"mustSupport": true
}, {
"id": "Appointment.text",
"path": "Appointment.text",
"mustSupport": true
}, {
"id": "Appointment.extension",
"path": "Appointment.extension",
"slicing": {
"rules": "open",
"ordered": false,
"discriminator": [ {
"path": "url",
"type": "value"
} ]
}
}, {
"id": "Appointment.extension:AppointmentClass",
"path": "Appointment.extension",
"type": [ {
"code": "Extension",
"profile": [ "http://hl7.org/fhir/5.0/StructureDefinition/extension-Appointment.class" ]
} ],
"sliceName": "AppointmentClass",
"mustSupport": true
}, {
"id": "Appointment.extension:VirtualService",
"path": "Appointment.extension",
"type": [ {
"code": "Extension",
"profile": [ "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ext-AppointmentVirtualService" ]
} ],
"sliceName": "VirtualService",
"mustSupport": true
}, {
"id": "Appointment.status",
"path": "Appointment.status",
"mustSupport": true
}, {
"id": "Appointment.description",
"path": "Appointment.description",
"mustSupport": true
}, {
"id": "Appointment.start",
"path": "Appointment.start",
"mustSupport": true
}, {
"id": "Appointment.end",
"path": "Appointment.end",
"comment": "𝗦𝗨𝗣𝗣𝗢𝗥𝗧: One of end or minutesDuration must be supported."
}, {
"id": "Appointment.minutesDuration",
"path": "Appointment.minutesDuration",
"comment": "𝗦𝗨𝗣𝗣𝗢𝗥𝗧: One of end or minutesDuration must be supported."
}, {
"id": "Appointment.created",
"path": "Appointment.created",
"mustSupport": true
}, {
"id": "Appointment.comment",
"path": "Appointment.comment",
"mustSupport": true
}, {
"id": "Appointment.patientInstruction",
"path": "Appointment.patientInstruction",
"comment": "If systems are capturing instructions to a patient independently from other comments, they SHOULD use the patientInstruction field."
}, {
"id": "Appointment.basedOn",
"max": "1",
"min": 1,
"path": "Appointment.basedOn",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest" ]
} ],
"mustSupport": true
}, {
"id": "Appointment.basedOn.reference",
"path": "Appointment.basedOn.reference",
"mustSupport": true
}, {
"id": "Appointment.basedOn.identifier",
"path": "Appointment.basedOn.identifier",
"mustSupport": true
}, {
"id": "Appointment.basedOn.identifier.use",
"min": 1,
"path": "Appointment.basedOn.identifier.use",
"mustSupport": true
}, {
"id": "Appointment.basedOn.identifier.system",
"min": 1,
"path": "Appointment.basedOn.identifier.system",
"mustSupport": true
}, {
"id": "Appointment.basedOn.identifier.value",
"min": 1,
"path": "Appointment.basedOn.identifier.value",
"mustSupport": true
}, {
"id": "Appointment.participant",
"path": "Appointment.participant",
"mustSupport": true
}, {
"id": "Appointment.participant.type",
"path": "Appointment.participant.type",
"mustSupport": true
}, {
"id": "Appointment.participant.actor",
"path": "Appointment.participant.actor",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Patient", "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole", "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Location" ]
} ],
"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
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Appointment"
}