| Package | incisive.fhir |
| Resource Type | StructureDefinition |
| Id | ext-ageatdiagnosis |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=incisive.fhir@1.0.1-preview&canonical=https://simplifier.net/INCISIVE/StructureDefinition/AgeAtDiagnosis |
| URL | https://simplifier.net/INCISIVE/StructureDefinition/AgeAtDiagnosis |
| Version | 20230711 |
| Status | active |
| Date | 2023-07-11T11:36:43.8799013+00:00 |
| Name | AgeAtDiagnosis |
| Description | The Patient's age when the diagnosis of colorectal, breast, lung or prostate cancer was given |
| Type | Extension |
| Kind | complex-type |
| StructureDefinition | |
| DiagnosticReportINCISIVE | DiagnosticReport for Breast, Colorectal, Lung and Prostate cancer |
No resources found
No extension usage examples found
Note: links and images are rebased to the (stated) source
FTSS generated a Extensions to define in FHIR the Age at Diagnosis of a Patient with Colorectal, Breast, Lung or Prostate Cancer
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
| Extension | N | Extension | Optional Extensions Element. + Rule: Must have either extensions or value[x], not both. Elements defined in Ancestors: id, extension | |
| url | 1..1 | uri | Identifies the meaning of the extension | |
| value[x] | S | 1..1 | Age | Value of extension |
{
"resourceType": "StructureDefinition",
"id": "ext-ageatdiagnosis",
"meta": {
"versionId": "1",
"lastUpdated": "2023-07-11T13:07:19.6259357+00:00"
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://simplifier.net/INCISIVE/StructureDefinition/AgeAtDiagnosis",
"version": "20230711",
"name": "AgeAtDiagnosis",
"status": "active",
"date": "2023-07-11T11:36:43.8799013+00:00",
"publisher": "TIC Salut Social Foundation",
"description": "The Patient's age when the diagnosis of colorectal, breast, lung or prostate cancer was given",
"fhirVersion": "4.0.1",
"kind": "complex-type",
"abstract": false,
"context": [
{
"type": "element",
"expression": "Patient"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension",
"path": "Extension",
"definition": "The Patient's age when the diagnosis of colorectal, breast, lung or prostate cancer was given"
},
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "https://simplifier.net/INCISIVE/StructureDefinition/AgeAtDiagnosis"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"min": 1,
"type": [
{
"code": "Age"
}
],
"mustSupport": true
},
{
"id": "Extension.value[x].value",
"path": "Extension.value[x].value",
"min": 1
}
]
}
}