IDEA4RC FHIR Implementation Guide - Downloaded Version 1.0.0 See the Directory of published versions
Mapping from Episode Event to Condition: Primary Cancer
| Source Code | Card. | Relationship | Target Code | Card. | Comment |
| EpisodeEvent.cancerEpisodeReference | 1..* | is related to | Condition.extension:condition-occurredFollowing | 0..* | If not 'Baseline' |
| EpisodeEvent.cancerEpisodeReference | 1..* | is related to | Condition | 0..* | If 'Baseline': new Condition |
| EpisodeEvent.diseaseStatus | 1..* | is equivalent to | Condition.clinicalStatus.coding:athena | 0..1 | The eventType is recoded in the coding athena slice, however the type has to be consistent with the combination of status / previous status and existance of previous Condition resources. The clincalStatus has in fact a required binding with http://hl7.org/fhir/R4/valueset-condition-clinical.html. active | recurrence | relapse | inactive | remission | resolved. For example Stable disease - 32948 may have status='active' and extension:condition-occurredFollowing.exists(), Complete Remission may have status='inactive' and extension:condition-occurredFollowing.exists(); Recurrence - 2000100002 may have status.: 'recurrence' and extension:condition-occurredFollowing.exists(). Progression - 32949 may have status='relapse' and extension:condition-occurredFollowing.exists(). |
| EpisodeEvent.definedAt | 0..* | is related to | Condition.extension:sameHospital | 0..1 | Temporary included in the guide for covering the request of tracking if this information has been captured and maintained by the same or other organizations. It is envisioned that this kind of requirements could be covered by recording where specific act are taking place. |
| EpisodeEvent.dateOfEpisode | 1..* | is equivalent to | Condition.onset[x] | 0..1 | If it is when this particular Condition record was created in the system |