FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/ext-ageatdiagnosis

Packageincisive.fhir
TypeStructureDefinition
Idext-ageatdiagnosis
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=incisive.fhir@1.0.1-preview&canonical=https://simplifier.net/INCISIVE/StructureDefinition/AgeAtDiagnosis
URLhttps://simplifier.net/INCISIVE/StructureDefinition/AgeAtDiagnosis
Version20230711
Statusactive
Date2023-07-11T11:36:43.8799013+00:00
NameAgeAtDiagnosis
DescriptionThe Patient's age when the diagnosis of colorectal, breast, lung or prostate cancer was given
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
DiagnosticReportINCISIVEDiagnosticReport for Breast, Colorectal, Lung and Prostate cancer

Resources that this resource uses

No resources found


Narrative

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

NameFlagsCard.TypeDescription & Constraintsdoco
ExtensionNExtensionOptional Extensions Element.
+ Rule: Must have either extensions or value[x], not both.
Elements defined in Ancestors: id, extension
url1..1uriIdentifies the meaning of the extension
value[x]S1..1AgeValue of extension

Source

{
  "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
      }
    ]
  }
}