FHIR IG analytics| Package | hl7.fhir.eu.cancer-common |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-LastFollowUp.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-eu/cancer-common/StructureDefinition-LastFollowUp.html |
| URL | http://hl7.eu/fhir/cancer-common/StructureDefinition/LastFollowUp |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-02-05T10:16:33+00:00 |
| Name | LastFollowUp |
| Title | LastFollowUp |
| Realm | eu |
| Authority | hl7 |
| Description | LastFollowUp logical model from Cancer_Common_Logical_Model_20260123_2.xlsx (sheet LastFollowUp). |
| Copyright | HL7 Europe Copyright. Licensed under Common Creative License (CC0 1.0). Details at [Copyright](copyright.html). |
| Type | http://hl7.eu/fhir/cancer-common/StructureDefinition/LastFollowUp |
| Kind | logical |
No resources found
| StructureDefinition | |
| CancerPatient | Cancer Patient |
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition LastFollowUp
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | 0..* | Base | LastFollowUp Instances of this logical model can be the target of a Reference | |
![]() ![]() | 1..1 | CancerPatient | Patient Reference | |
![]() ![]() | 1..1 | CodeableConcept | VitalStatus | |
![]() ![]() | 0..1 | boolean | EvidenceOfDisease | |
![]() ![]() | 0..1 | CodeableConcept | CauseOfDeath | |
![]() ![]() | 1..1 | dateTime | Date | |
![]() ![]() | 0..1 | dateTime | DeathDate | |
{
"resourceType": "StructureDefinition",
"id": "LastFollowUp",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
"valueCode": "can-be-target"
}
],
"url": "http://hl7.eu/fhir/cancer-common/StructureDefinition/LastFollowUp",
"version": "0.1.0",
"name": "LastFollowUp",
"title": "LastFollowUp",
"status": "draft",
"date": "2026-02-05T10:16:33+00:00",
"publisher": "HL7 Europe",
"contact": [
{
"name": "HL7 Europe",
"telecom": [
{
"system": "url",
"value": "http://hl7.eu"
}
]
}
],
"description": "LastFollowUp logical model from Cancer_Common_Logical_Model_20260123_2.xlsx (sheet LastFollowUp).",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "150",
"display": "Europe"
}
]
}
],
"copyright": "HL7 Europe Copyright. Licensed under Common Creative License (CC0 1.0). Details at [Copyright](copyright.html).",
"fhirVersion": "4.0.1",
"kind": "logical",
"abstract": false,
"type": "http://hl7.eu/fhir/cancer-common/StructureDefinition/LastFollowUp",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
"derivation": "specialization",
"snapshot": {
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "4.0.1"
}
],
"element": [
{
"id": "LastFollowUp",
"path": "LastFollowUp",
"short": "LastFollowUp",
"definition": "LastFollowUp logical model from Cancer_Common_Logical_Model_20260123_2.xlsx (sheet LastFollowUp).",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false
},
{
"id": "LastFollowUp.subject",
"path": "LastFollowUp.subject",
"short": "Patient Reference",
"definition": "Patient Reference",
"min": 1,
"max": "1",
"base": {
"path": "LastFollowUp.subject",
"min": 1,
"max": "1"
},
"type": [
{
"code": "http://hl7.eu/fhir/cancer-common/StructureDefinition/CancerPatient"
}
]
},
{
"id": "LastFollowUp.vitalStatus",
"path": "LastFollowUp.vitalStatus",
"short": "VitalStatus",
"definition": "Choice: Alive | Dead",
"min": 1,
"max": "1",
"base": {
"path": "LastFollowUp.vitalStatus",
"min": 1,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LastFollowUp.evidenceOfDisease",
"path": "LastFollowUp.evidenceOfDisease",
"short": "EvidenceOfDisease",
"definition": "If VitalStatus is Alive, then this attribute must be present; otherwise, it must not be present. nan",
"min": 0,
"max": "1",
"base": {
"path": "LastFollowUp.evidenceOfDisease",
"min": 0,
"max": "1"
},
"type": [
{
"code": "boolean"
}
]
},
{
"id": "LastFollowUp.causeOfDeath",
"path": "LastFollowUp.causeOfDeath",
"short": "CauseOfDeath",
"definition": "If VitalStatus is Dead, then this attribute must be present; otherwise, it must not be present. nan",
"min": 0,
"max": "1",
"base": {
"path": "LastFollowUp.causeOfDeath",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LastFollowUp.date",
"path": "LastFollowUp.date",
"short": "Date",
"definition": "Date",
"min": 1,
"max": "1",
"base": {
"path": "LastFollowUp.date",
"min": 1,
"max": "1"
},
"type": [
{
"code": "dateTime"
}
]
},
{
"id": "LastFollowUp.deathDate",
"path": "LastFollowUp.deathDate",
"short": "DeathDate",
"definition": "If VitalStatus is Dead, then this attribute must be present; otherwise, it must not be present. nan",
"min": 0,
"max": "1",
"base": {
"path": "LastFollowUp.deathDate",
"min": 0,
"max": "1"
},
"type": [
{
"code": "dateTime"
}
]
}
]
},
"differential": {
"element": [
{
"id": "LastFollowUp",
"path": "LastFollowUp",
"short": "LastFollowUp",
"definition": "LastFollowUp logical model from Cancer_Common_Logical_Model_20260123_2.xlsx (sheet LastFollowUp)."
},
{
"id": "LastFollowUp.subject",
"path": "LastFollowUp.subject",
"short": "Patient Reference",
"definition": "Patient Reference",
"min": 1,
"max": "1",
"type": [
{
"code": "http://hl7.eu/fhir/cancer-common/StructureDefinition/CancerPatient"
}
]
},
{
"id": "LastFollowUp.vitalStatus",
"path": "LastFollowUp.vitalStatus",
"short": "VitalStatus",
"definition": "Choice: Alive | Dead",
"min": 1,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LastFollowUp.evidenceOfDisease",
"path": "LastFollowUp.evidenceOfDisease",
"short": "EvidenceOfDisease",
"definition": "If VitalStatus is Alive, then this attribute must be present; otherwise, it must not be present. nan",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
]
},
{
"id": "LastFollowUp.causeOfDeath",
"path": "LastFollowUp.causeOfDeath",
"short": "CauseOfDeath",
"definition": "If VitalStatus is Dead, then this attribute must be present; otherwise, it must not be present. nan",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LastFollowUp.date",
"path": "LastFollowUp.date",
"short": "Date",
"definition": "Date",
"min": 1,
"max": "1",
"type": [
{
"code": "dateTime"
}
]
},
{
"id": "LastFollowUp.deathDate",
"path": "LastFollowUp.deathDate",
"short": "DeathDate",
"definition": "If VitalStatus is Dead, then this attribute must be present; otherwise, it must not be present. nan",
"min": 0,
"max": "1",
"type": [
{
"code": "dateTime"
}
]
}
]
}
}