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
Mappings for the Cita resource profile.
Cita |
Appointment | Entity. Role, or Act, Act[@moodCode <= 'INT'] |
text | Act.text? |
contained | N/A |
modifierExtension | N/A |
identifier | .id |
status | .statusCode |
cancelationReason | n/a |
serviceCategory | n/a, might be inferred from the ServiceDeliveryLocation |
serviceType | n/a, might be inferred from the ServiceDeliveryLocation |
specialty | .performer.AssignedPerson.code |
appointmentType | .code |
reasonCode | .reasonCode |
reasonReference | .inboundRelationship[@typeCode = 'RSON'].observation |
priority | .priorityCode |
description | .text |
supportingInformation | .inboundRelationship[@typeCode = 'SPRT'].observation |
start | .effectiveTime.low |
end | .effectiveTime.high |
minutesDuration | .activityTime[@xsi:type = ('SXPR_TS', 'PIVL_TS')].width |
slot | .outboundRelationship[@typeCode = 'REFR'].act[@classCode = 'ACT'][@moodCode = 'SLOT'] |
created | .author.time |
comment | .subjectOf.observation[@moodCode = 'EVN'][code = 'annotation'].value |
patientInstruction | .subjectOf.observation[@moodCode = 'EVN'][code = 'annotation'].value |
basedOn | .outboundRelationship[@typeCode = 'FLFS'].act[@classCode < 'ActCareProvisionRequestType'][@moodCode = 'RQO'] |
participant | performer | reusableDevice | subject | location |
id | n/a |
extension | n/a |
modifierExtension | N/A |
type | (performer | reusableDevice | subject | location).@typeCode |
actor | performer.person | reusableDevice.manufacturedDevice | subject.patient | location.serviceDeliveryLocation |
required | (performer | reusableDevice | subject | location).@performInd |
status | (performer | reusableDevice | subject | location).statusCode |
period | n/a |
participant (paciente) | performer | reusableDevice | subject | location |
id | n/a |
extension | n/a |
modifierExtension | N/A |
type | (performer | reusableDevice | subject | location).@typeCode |
actor | performer.person | reusableDevice.manufacturedDevice | subject.patient | location.serviceDeliveryLocation |
required | (performer | reusableDevice | subject | location).@performInd |
status | (performer | reusableDevice | subject | location).statusCode |
period | n/a |
participant (prestador) | performer | reusableDevice | subject | location |
id | n/a |
extension | n/a |
modifierExtension | N/A |
type | (performer | reusableDevice | subject | location).@typeCode |
actor | performer.person | reusableDevice.manufacturedDevice | subject.patient | location.serviceDeliveryLocation |
required | (performer | reusableDevice | subject | location).@performInd |
status | (performer | reusableDevice | subject | location).statusCode |
period | n/a |
requestedPeriod | .activityTime[@xsi:type = ('SXPR_TS', 'PIVL_TS')] |
Cita |
Appointment | VEVENT |
identifier | UID |
status | STATUS |
serviceCategory | CATEGORIES |
appointmentType | CLASSIFICATION |
priority | PRIORITY |
description | SUMMARY |
supportingInformation | ATTACH |
start | DTSTART |
end | DTEND |
minutesDuration | DURATION (e.g. PT15M) |
created | CREATED |
comment | DESCRIPTION (for internal use) |
patientInstruction | DESCRIPTION (for patient use) |
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) where the participant type is not "information-only" |
required | ROLE=REQ-PARTICIPANT (roleparam) |
status | ATTENDEE;CN="John Doe";RSVP=TRUE:mailto:john@doe.com (rsvpparam | partstatparam) |
participant (paciente) | 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) where the participant type is not "information-only" |
required | ROLE=REQ-PARTICIPANT (roleparam) |
status | ATTENDEE;CN="John Doe";RSVP=TRUE:mailto:john@doe.com (rsvpparam | partstatparam) |
participant (prestador) | 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) where the participant type is not "information-only" |
required | ROLE=REQ-PARTICIPANT (roleparam) |
status | ATTENDEE;CN="John Doe";RSVP=TRUE:mailto:john@doe.com (rsvpparam | partstatparam) |