This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
5.26.8 Resource Schedule - Mappings
Mappings for the schedule resource.
5.26.8.1 Mappings for RIM (http://hl7.org/v3)
Schedule | |
identifier | .id |
type | |
actor | |
planningHorizon | |
comment | |
lastModified | |
5.26.8.2 Mappings for iCalendar (http://www.ietf.org/rfc/rfc2445.txt)
Schedule | BEGIN:VFREEBUSY ??? END:VFREEBUSY
(If your fhir server provides this information via calDAV, then you may want to include addressing information in a URL section, and with the search, a DTSTART and DTEND component can be included to indicate the range of time that has been covered in the collection of slots, where these overlap the resources period values. For all slots that reference this resource, include a FREEBUSY row for each slot) |
identifier | UID |
type | n/a |
actor | ATTENDEE:MAILTO:john_public@host2.com
This can be populated with a value from the referenced resource |
planningHorizon | DTSTART:20131201T003000Z
DTEND:2014030101T003000Z |
comment | COMMENT:(comment)
If there is no comment, then the line can be excluded from the iCalendar entry |
lastModified | DTSTAMP:19970901T083000Z
(Server may consider updating this date to the latest date on the slots) |