Package | hl7.eu.fhir.flute |
Type | StructureDefinition |
Id | LM-StudyVariables |
FHIR Version | R4 |
Source | http://hl7.eu/fhir/ig/flute/https://build.fhir.org/ig/hl7-eu/flute/StructureDefinition-LM-StudyVariables.html |
URL | http://hl7.eu/fhir/ig/flute/StructureDefinition/LM-StudyVariables |
Version | 0.1.0 |
Status | draft |
Date | 2025-04-24T09:01:03+00:00 |
Name | StudyVariables |
Title | Prostate Cancer study Variables |
Realm | eu |
Authority | hl7 |
Description | Study variables for a study on prostate cancer. |
Type | http://hl7.eu/fhir/ig/flute/StructureDefinition/LM-StudyVariables |
Kind | logical |
ConceptMap | |
CM-Requirements2StudyVariables | Requirements to Study variables Model Map |
CM-StudyVariables2FHIR | Study variables Model to FHIR R4 Map |
InclusionCriterias2FHIR | Concept Map for Inclusion Criteria to FHIR |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition LM-StudyVariables
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
![]() ![]() | 0..* | Base | Prostate Cancer study Variables | |
![]() ![]() ![]() | 1..1 | Reference(Patient) | Patient | |
![]() ![]() ![]() | 1..1 | integer | Age at the time of biopsy. Represents the patient's age when the biopsy was performed. | |
![]() ![]() ![]() | 1..1 | integer | Family history of prostate cancer. Indicates whether the patient has a known family history of prostate cancer (0: No, 1: Yes). | |
![]() ![]() ![]() | 1..1 | integer | Type of biopsy. Specifies whether the biopsy was an initial biopsy or a repeated one (0: initial, 2: repeated). | |
![]() ![]() ![]() | 1..1 | Quantity | Level of prostate-specific antigen. The measurement of PSA levels in the blood, typically reported in ng/ml. | |
![]() ![]() ![]() | 1..1 | integer | Results of digital rectal examination. Indicates the findings of the DRE (0: normal, 1: suspicious). | |
![]() ![]() ![]() | 1..1 | Quantity | Prostate volume as determined by MRI. The measured volume of the prostate, typically reported in cubic centimeters (cc). | |
![]() ![]() ![]() | 1..1 | integer | PI-RADS score. The Prostate Imaging Reporting and Data System score used to assess prostate cancer risk on MRI. | |
{ "resourceType": "StructureDefinition", "id": "LM-StudyVariables", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "http://hl7.eu/fhir/ig/flute/StructureDefinition/LM-StudyVariables", "version": "0.1.0", "name": "StudyVariables", "title": "Prostate Cancer study Variables", "status": "draft", "date": "2025-04-24T09:01:03+00:00", "publisher": "Flute Project", "contact": [ { "name": "Flute Project", "telecom": [ { "system": "url", "value": "https://www.fluteproject.eu/" } ] }, { "name": "Flute Project", "telecom": [ { "system": "url", "value": "https://www.fluteproject.eu/" } ] } ], "description": "Study variables for a study on prostate cancer.", "fhirVersion": "4.0.1", "kind": "logical", "abstract": false, "type": "http://hl7.eu/fhir/ig/flute/StructureDefinition/LM-StudyVariables", "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": "LM-StudyVariables", "path": "LM-StudyVariables", "short": "Prostate Cancer study Variables", "definition": "Study variables for a study on prostate cancer.", "min": 0, "max": "*", "base": { "path": "Base", "min": 0, "max": "*" }, "isModifier": false }, { "id": "LM-StudyVariables.patient", "path": "LM-StudyVariables.patient", "short": "Patient", "definition": "Patient", "min": 1, "max": "1", "base": { "path": "LM-StudyVariables.patient", "min": 1, "max": "1" }, "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ] } ] }, { "id": "LM-StudyVariables.ageAtBiopsy", "path": "LM-StudyVariables.ageAtBiopsy", "short": "Age at the time of biopsy. Represents the patient's age when the biopsy was performed.", "definition": "Age at the time of biopsy. Represents the patient's age when the biopsy was performed.", "min": 1, "max": "1", "base": { "path": "LM-StudyVariables.ageAtBiopsy", "min": 1, "max": "1" }, "type": [ { "code": "integer" } ] }, { "id": "LM-StudyVariables.pcaFamilyHistory", "path": "LM-StudyVariables.pcaFamilyHistory", "short": "Family history of prostate cancer. Indicates whether the patient has a known family history of prostate cancer (0: No, 1: Yes).", "definition": "Family history of prostate cancer. Indicates whether the patient has a known family history of prostate cancer (0: No, 1: Yes).", "min": 1, "max": "1", "base": { "path": "LM-StudyVariables.pcaFamilyHistory", "min": 1, "max": "1" }, "type": [ { "code": "integer" } ] }, { "id": "LM-StudyVariables.typeOfBiopsy", "path": "LM-StudyVariables.typeOfBiopsy", "short": "Type of biopsy. Specifies whether the biopsy was an initial biopsy or a repeated one (0: initial, 2: repeated).", "definition": "Type of biopsy. Specifies whether the biopsy was an initial biopsy or a repeated one (0: initial, 2: repeated).", "min": 1, "max": "1", "base": { "path": "LM-StudyVariables.typeOfBiopsy", "min": 1, "max": "1" }, "type": [ { "code": "integer" } ] }, { "id": "LM-StudyVariables.psa", "path": "LM-StudyVariables.psa", "short": "Level of prostate-specific antigen. The measurement of PSA levels in the blood, typically reported in ng/ml.", "definition": "Level of prostate-specific antigen. The measurement of PSA levels in the blood, typically reported in ng/ml.", "min": 1, "max": "1", "base": { "path": "LM-StudyVariables.psa", "min": 1, "max": "1" }, "type": [ { "code": "Quantity" } ] }, { "id": "LM-StudyVariables.dre", "path": "LM-StudyVariables.dre", "short": "Results of digital rectal examination. Indicates the findings of the DRE (0: normal, 1: suspicious).", "definition": "Results of digital rectal examination. Indicates the findings of the DRE (0: normal, 1: suspicious).", "min": 1, "max": "1", "base": { "path": "LM-StudyVariables.dre", "min": 1, "max": "1" }, "type": [ { "code": "integer" } ] }, { "id": "LM-StudyVariables.prostateVolume", "path": "LM-StudyVariables.prostateVolume", "short": "Prostate volume as determined by MRI. The measured volume of the prostate, typically reported in cubic centimeters (cc).", "definition": "Prostate volume as determined by MRI. The measured volume of the prostate, typically reported in cubic centimeters (cc).", "min": 1, "max": "1", "base": { "path": "LM-StudyVariables.prostateVolume", "min": 1, "max": "1" }, "type": [ { "code": "Quantity" } ] }, { "id": "LM-StudyVariables.pirads", "path": "LM-StudyVariables.pirads", "short": "PI-RADS score. The Prostate Imaging Reporting and Data System score used to assess prostate cancer risk on MRI.", "definition": "PI-RADS score. The Prostate Imaging Reporting and Data System score used to assess prostate cancer risk on MRI.", "min": 1, "max": "1", "base": { "path": "LM-StudyVariables.pirads", "min": 1, "max": "1" }, "type": [ { "code": "integer" } ] } ] }, "differential": { "element": [ { "id": "LM-StudyVariables", "path": "LM-StudyVariables", "short": "Prostate Cancer study Variables", "definition": "Study variables for a study on prostate cancer." }, { "id": "LM-StudyVariables.patient", "path": "LM-StudyVariables.patient", "short": "Patient", "definition": "Patient", "min": 1, "max": "1", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ] } ] }, { "id": "LM-StudyVariables.ageAtBiopsy", "path": "LM-StudyVariables.ageAtBiopsy", "short": "Age at the time of biopsy. Represents the patient's age when the biopsy was performed.", "definition": "Age at the time of biopsy. Represents the patient's age when the biopsy was performed.", "min": 1, "max": "1", "type": [ { "code": "integer" } ] }, { "id": "LM-StudyVariables.pcaFamilyHistory", "path": "LM-StudyVariables.pcaFamilyHistory", "short": "Family history of prostate cancer. Indicates whether the patient has a known family history of prostate cancer (0: No, 1: Yes).", "definition": "Family history of prostate cancer. Indicates whether the patient has a known family history of prostate cancer (0: No, 1: Yes).", "min": 1, "max": "1", "type": [ { "code": "integer" } ] }, { "id": "LM-StudyVariables.typeOfBiopsy", "path": "LM-StudyVariables.typeOfBiopsy", "short": "Type of biopsy. Specifies whether the biopsy was an initial biopsy or a repeated one (0: initial, 2: repeated).", "definition": "Type of biopsy. Specifies whether the biopsy was an initial biopsy or a repeated one (0: initial, 2: repeated).", "min": 1, "max": "1", "type": [ { "code": "integer" } ] }, { "id": "LM-StudyVariables.psa", "path": "LM-StudyVariables.psa", "short": "Level of prostate-specific antigen. The measurement of PSA levels in the blood, typically reported in ng/ml.", "definition": "Level of prostate-specific antigen. The measurement of PSA levels in the blood, typically reported in ng/ml.", "min": 1, "max": "1", "type": [ { "code": "Quantity" } ] }, { "id": "LM-StudyVariables.dre", "path": "LM-StudyVariables.dre", "short": "Results of digital rectal examination. Indicates the findings of the DRE (0: normal, 1: suspicious).", "definition": "Results of digital rectal examination. Indicates the findings of the DRE (0: normal, 1: suspicious).", "min": 1, "max": "1", "type": [ { "code": "integer" } ] }, { "id": "LM-StudyVariables.prostateVolume", "path": "LM-StudyVariables.prostateVolume", "short": "Prostate volume as determined by MRI. The measured volume of the prostate, typically reported in cubic centimeters (cc).", "definition": "Prostate volume as determined by MRI. The measured volume of the prostate, typically reported in cubic centimeters (cc).", "min": 1, "max": "1", "type": [ { "code": "Quantity" } ] }, { "id": "LM-StudyVariables.pirads", "path": "LM-StudyVariables.pirads", "short": "PI-RADS score. The Prostate Imaging Reporting and Data System score used to assess prostate cancer risk on MRI.", "definition": "PI-RADS score. The Prostate Imaging Reporting and Data System score used to assess prostate cancer risk on MRI.", "min": 1, "max": "1", "type": [ { "code": "integer" } ] } ] } }