Guía de Implementación para la gestión de citas médicas enfocado en la APS, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/agenda/ and changes regularly. See the Directory of published versions
Resource Profile: CitaRespuesta - Mappings
Mappings for the CitaRespuesta resource profile.
CitaRespuesta |
AppointmentResponse | Request |
identifier | Request.identifier |
appointment | Request.basedOn |
start | Request.occurrence[x] |
end | Request.occurrence[x] |
participantType | Request.performerType |
actor | Request.performer |
participantStatus | Request.status |
comment | Request.note |
CitaRespuesta |
AppointmentResponse | Entity. Role, or Act, Appointment[@moodCode <= 'PRMS'] |
text | Act.text? |
contained | N/A |
extension | N/A |
modifierExtension | N/A |
identifier | .id |
appointment | scheduleRequest.ActAppointmentRequest[@moodCode <= 'ARQ'] |
start | .effectiveTime.low |
end | .effectiveTime.high |
participantType | (performer | reusableDevice | subject | location).@typeCode |
actor | performer.person | reusableDevice.manufacturedDevice | subject.patient | location.serviceDeliveryLocation |
participantStatus | (performer | reusableDevice | subject | location).statusCode |
comment | .subjectOf.observation[@moodCode = 'EVN'][code = 'annotation'].value |
Mappings for iCalendar (http://ietf.org/rfc/2445)
CitaRespuesta |
AppointmentResponse | VEVENT |
identifier | UID |
participantType | n/a |
actor | ATTENDEE: (Need to provide the common name CN and also the MAILTO properties from the practitioner resource) |
participantStatus | ATTENDEE;CN="Brian Postlethwaite";RSVP=TRUE:mailto:BPostlethwaite@data.com (rsvpparam | partstatparam) |
comment | COMMENT |
Mappings for FiveWs Pattern Mapping (http://hl7.org/fhir/fivews)
CitaRespuesta |
AppointmentResponse | |
identifier | FiveWs.identifier |
start | FiveWs.init |
end | FiveWs.done[x] |
actor | FiveWs.who |
CitaRespuesta |
AppointmentResponse | |
actor | PID-3-Patient ID List |