Guide d'implémentation Fr Core
2.1.0 - trial-use
Guide d'implémentation Fr Core, published by Interop'Santé. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Interop-Sante/hl7.fhir.fr.core/ and changes regularly. See the Directory of published versions
Active as of 2024-10-29 |
Mappings for the fr-core-appointment resource profile.
FRCoreAppointmentProfile | ||
Appointment | Request | |
identifier | Request.identifier | |
status | Request.status | |
serviceType | Request.code | |
reasonCode | Request.reasonCode | |
reasonReference | Request.reasonReference | |
priority | Request.priority | |
supportingInformation | Request.supportingInfo | |
start | Request.occurrence[x] | |
end | Request.occurrence[x] | |
minutesDuration | Request.occurrence[x] | |
created | Request.authoredOn | |
comment | Request.note | |
basedOn | Request.basedOn | |
participant | Request.performer, Request.subject | |
requestedPeriod | Request.occurrence[x] |
FRCoreAppointmentProfile | ||
Appointment | Entity. Role, or Act, Act[@moodCode <= 'INT'] | |
meta | ||
id | n/a | |
extension | n/a | |
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 | |
requestedPeriod | .activityTime[@xsi:type = ('SXPR_TS', 'PIVL_TS')] |
FRCoreAppointmentProfile | ||
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) |
FRCoreAppointmentProfile | ||
Appointment | ||
identifier | FiveWs.identifier | |
status | FiveWs.status | |
specialty | FiveWs.class | |
priority | FiveWs.class | |
supportingInformation | FiveWs.context | |
start | FiveWs.init | |
end | FiveWs.done[x] | |
participant | ||
actor | FiveWs.who |
FRCoreAppointmentProfile | ||
Appointment | ||
identifier | SCH-1, SCH-2, ARQ-1, ARQ-2 | |
status | SCH-25 | |
appointmentType | ARQ-7 | |
reasonCode | AIS-3, SCH-7 | |
priority | ARQ-12, SCH-11.6 / TQ1-9 | |
description | NTE-3 | |
start | ARQ-11.1, SCH-11.4 / TQ1-7 | |
end | SCH-11.5 / TQ1-8/ calculated based on the start and the duration which is in ARQ-9 | |
comment | NTE-3 | |
patientInstruction | NTE-3 | |
participant | PID, AIP, AIG, AIL | |
type | AIP-4, AIG-4 | |
actor | PID-3-Patient ID List | AIL-3 | AIG-3 | AIP-3 | |
status | AIP-12, AIG-14 | |
requestedPeriod | ARQ-11 |