This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 1). 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
This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.
5.29.7 Resource Schedule - Mappings 
Mappings for the schedule resource.
5.29.7.1 Mappings for RIM (http://hl7.org/v3) 
Schedule | |
identifier | .id |
type | |
actor | |
planningHorizon | |
comment | |
5.29.7.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 |