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.24.8 Resource Appointment - Mappings
Mappings for the appointment resource.
5.24.8.1 Mappings for RIM (http://hl7.org/v3)
| Appointment | Act (ActMood = ActMoodAppointment or ActMoodAppointmentRequest) |
| identifier | .id |
| priority | .priorityCode |
| status | .statusCode |
| type | .code |
| reason | (encounter appointment).reason |
| description | .text |
| start | .effectiveTime.low |
| end | .effectiveTime.high |
| slot | Schedule-Slot (classCode=ACT, moodCode = SLOT) |
| location | .location |
| comment | |
| order | .referencedOrder |
| participant | |
| type | |
| actor | performer | reusableDevice | subject | location |
| required | performer.performIndicator |
| status | |
| lastModifiedBy | .author |
| lastModified | |
5.24.8.2 Mappings for HL7 v2 (http://hl7.org/v2)
| Appointment | |
| identifier | |
| priority | |
| status | |
| type | |
| reason | |
| description | |
| start | |
| end | |
| slot | |
| location | |
| comment | |
| order | |
| participant | |
| type | |
| actor | PID-3-Patient ID List |
| required | |
| status | |
| lastModifiedBy | IAM-14-Reported By (if patient) / IAM-18-Statused By Person (if practitioner) |
| lastModified | IAM-20-Statused at Date/Time |
5.24.8.3 Mappings for iCalendar (http://www.ietf.org/rfc/rfc2445.txt)
| Appointment | VEVENT |
| identifier | UID |
| priority | PRIORITY |
| status | |
| type | |
| reason | |
| description | DESCRIPTION |
| start | |
| end | |
| slot | |
| location | |
| comment | COMMENT |
| order | |
| participant | ATTENDEE component to be created |
| type | n/a |
| actor | ATTENDEE: (Need to provide the common name CN and also the MAILTO properties from the practitioner resource) |
| required | ROLE=REQ-PARTICIPANT (roleparam) |
| status | ATTENDEE;CN="Brian Postlethwaite";RSVP=TRUE:mailto:BPostlethwaite@data.com (rsvpparam | partstatparam) |
| lastModifiedBy | |
| lastModified | DTSTAMP |