IDEA4RC FHIR Implementation Guide - Downloaded Version 1.0.0 See the Directory of published versions
Group 1 Mapping from Patient Follow Up to Condition: Primary Cancer
| Source Code | Card. | Relationship | Target Code | Card. | Comment |
| PatientFollowUp.patient | 1..* | is equivalent to | Condition.subject | 1..1 | Parent Encounter.diagnosis with use = $diagnosis-role#DD (Discharge Diagnosis) |
| PatientFollowUp.statusOfDiseaseAtLastFollowUp | 1..* | is equivalent to | Condition.clinicalStatus | 0..1 | Parent Encounter.diagnosis with use = $diagnosis-role#DD (Discharge Diagnosis) |
| PatientFollowUp.dateOfNewCancerDiagnosis | 1..* | is equivalent to | Condition.onset[x] | 0..1 | Parent Encounter.diagnosis with use = $diagnosis-role#DD (Discharge Diagnosis). See the CancerEpisode map for further details about the representation of the date of diagnosis |
| PatientFollowUp.newCancerTopography | 1..* | is equivalent to | Condition.code | 1..1 | Parent Encounter.diagnosis with use = $diagnosis-role#DD (Discharge Diagnosis) |
Group 2 Mapping from Patient Follow Up to Encounter: IDEA4RC
| Source Code | Card. | Relationship | Target Code | Card. | Comment |
| PatientFollowUp.patient | 1..* | is equivalent to | Encounter.subject | 1..1 | |
| PatientFollowUp.statusOfDiseaseAtLastFollowUp | 1..* | is equivalent to | Encounter.diagnosis.condition | 1..1 | Refers to encounter.episodeOfCare. Where use = $diagnosis-role#DD (Discharge Diagnosis) Details in the referred Condition |
| PatientFollowUp.patientFollowUpDate | 1..* | is related to | Encounter.period.start | 1..1 | |
| PatientFollowUp.newCancerDiagnosis | 1..* | is related to | Encounter.diagnosis.condition | 1..1 | If exist.condition where use = $diagnosis-role#DD (Discharge Diagnosis) = 'Yes', else 'No'. Details in the referred Condition |
| PatientFollowUp.dateOfNewCancerDiagnosis | 1..* | is related to | Encounter.diagnosis.condition | 1..1 | Where use = $diagnosis-role#DD (Discharge Diagnosis) Details in the referred Condition |
| PatientFollowUp.newCancerTopography | 1..* | is related to | Encounter.diagnosis.condition | 1..1 | Where use = $diagnosis-role#DD (Discharge Diagnosis) Details in the referred Condition |
Group 3 Mapping from Patient Follow Up to Observation: date of the last contact
| Source Code | Card. | Relationship | Target Code | Card. |
| PatientFollowUp.patient | 1..* | is equivalent to | Observation.subject | 1..1 |
| PatientFollowUp.patientFollowUpDate | 1..* | is equivalent to | Observation.value[x] | 1..1 |
Group 4 Mapping from Patient Follow Up to Observation: Status at the Last Follow Up
| Source Code | Card. | Relationship | Target Code | Card. | Comment |
| PatientFollowUp.patient | 1..* | is equivalent to | Observation.subject | 1..1 | Where observation.encounter is the previuos visit |
| PatientFollowUp.statusOfPatientAtLastFollowUp | 1..* | is equivalent to | Observation.value[x] | 1..1 | Where observation.encounter is the previuos visit |