{
"description": "SETP Schedule Profile",
"_filename": "SETPSchedule.json",
"package_name": "ca.on.oh",
"date": "2023-03-10",
"derivation": "constraint",
"publisher": "Ontario Health",
"fhirVersion": "4.0.1",
"name": "Schedule",
"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"
} ],
"abstract": false,
"copyright": "Used by permission of HL7 International, all rights reserved Creative Commons License",
"type": "Schedule",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "Schedule",
"package_version": "setp-0.9.0-alpha1.0.15",
"status": "draft",
"id": "1c1999f2-133e-4e2a-912d-9ae4b17a612b",
"kind": "resource",
"url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Schedule",
"version": "1.0.0",
"differential": {
"element": [ {
"id": "Schedule.meta",
"min": 1,
"path": "Schedule.meta",
"mustSupport": true
}, {
"id": "Schedule.meta.profile",
"min": 1,
"path": "Schedule.meta.profile",
"comment": "#### **_` FOR SETP USAGE: The meta.profile = http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Schedule|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": "Schedule.extension",
"min": 2,
"path": "Schedule.extension"
}, {
"id": "Schedule.extension:ShiftType",
"path": "Schedule.extension",
"type": [ {
"code": "Extension",
"profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-shift-type" ]
} ],
"sliceName": "ShiftType",
"isModifier": false
}, {
"id": "Schedule.extension:hoursOfOperation",
"path": "Schedule.extension",
"type": [ {
"code": "Extension",
"profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-hours-of-operation" ]
} ],
"sliceName": "hoursOfOperation",
"isModifier": false
}, {
"id": "Schedule.identifier",
"max": "1",
"min": 1,
"path": "Schedule.identifier",
"mustSupport": true
}, {
"id": "Schedule.identifier.system",
"min": 1,
"path": "Schedule.identifier.system",
"mustSupport": true
}, {
"id": "Schedule.identifier.value",
"min": 1,
"path": "Schedule.identifier.value",
"mustSupport": true
}, {
"id": "Schedule.active",
"min": 1,
"path": "Schedule.active",
"short": "Whether this schedule is entered-in-error or not",
"mustSupport": true
}, {
"id": "Schedule.actor",
"max": "1",
"path": "Schedule.actor",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Location" ]
} ],
"short": "Reference to the Location(OR Room) which will be specified by identifier for this Schedule",
"mustSupport": true
}, {
"id": "Schedule.actor.identifier",
"min": 1,
"path": "Schedule.actor.identifier",
"short": "indicates the identifier of the Location(OR Room)",
"mustSupport": true
}, {
"id": "Schedule.actor.identifier.system",
"min": 1,
"path": "Schedule.actor.identifier.system",
"mustSupport": true
}, {
"id": "Schedule.actor.identifier.value",
"min": 1,
"path": "Schedule.actor.identifier.value",
"mustSupport": true
}, {
"id": "Schedule.planningHorizon",
"min": 1,
"path": "Schedule.planningHorizon",
"short": "Main Schedule Start/Stop Time",
"mustSupport": true
}, {
"id": "Schedule.planningHorizon.start",
"min": 1,
"path": "Schedule.planningHorizon.start",
"mustSupport": true
}, {
"id": "Schedule.planningHorizon.end",
"min": 1,
"path": "Schedule.planningHorizon.end",
"mustSupport": true
} ]
},
"contact": [ {
"telecom": [ {
"value": "http://ontariohealth.ca/fhir/",
"system": "url"
}, {
"value": "some.email@ontariohealth.ca",
"system": "email"
} ]
} ],
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Schedule"
}