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

FHIR IG Statistics: StructureDefinition/nfdi4health-pr-mds-group-eligibility

Packagede.nfdi4health.mds
Resource TypeStructureDefinition
Idnfdi4health-pr-mds-group-eligibility
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.nfdi4health.mds@2.1.0&canonical=https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-group-intended
URLhttps://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-group-intended
Version0.9
Statusdraft
NameNFDI4Health_PR_MDS_Group_Eligibility
TitleNFDI4Health PR MDS Group Eligibility
DescriptionInformation about the eligibility criteria in a study.
TypeGroup
Kindresource

Resources that use this resource

CapabilityStatement
nfdi4health-cps-mds-capability-statementNfdi4Health CPS MDS Capability Statment
StructureDefinition
nfdi4health-ex-mds-recruitment-backport-r5NFDI4Health EX MDS Recruitment Backport R5
nfdi4health-pr-mds-registryNFDI4Health PR MDS Registry

Resources that this resource uses

ValueSet
nfdi4health-vs-mds-study-eligibility-gender-snomedct-localNFDI4Health VS MDS Study Eligibility Criteria Genders [local, SNOMED CT]
nfdi4health-vs-mds-time-units-ucum-loincNFDI4Health VS MDS Provenance Time Units [UCUM, LOINC]

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nfdi4health-pr-mds-group-eligibility",
  "url": "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-group-intended",
  "version": "0.9",
  "name": "NFDI4Health_PR_MDS_Group_Eligibility",
  "title": "NFDI4Health PR MDS Group Eligibility",
  "status": "draft",
  "publisher": "NFDI4Health",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nfdi4health.de"
        }
      ]
    }
  ],
  "description": "Information about the eligibility criteria in a study.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "NFDI4Health",
      "name": "NFDI4Health to FHIR Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Group",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Group",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Group",
        "path": "Group",
        "short": "Eligibility criteria for [RESOURCE] participants",
        "definition": "Group of items providing information about eligibility criteria for [RESOURCE] participants.",
        "max": "1",
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.eligibilityCriteria"
          }
        ]
      },
      {
        "id": "Group.actual",
        "path": "Group.actual",
        "fixedBoolean": false
      },
      {
        "id": "Group.characteristic",
        "path": "Group.characteristic",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "short": "Eligibility criteria",
        "definition": "Group of items providing information about eligibility criteria for participants."
      },
      {
        "id": "Group.characteristic:eligibleMinimumAge",
        "path": "Group.characteristic",
        "sliceName": "eligibleMinimumAge",
        "short": "Eligibility criteria: Minimum age",
        "definition": "Group of items providing information about the minimum eligible age of participants.\t",
        "min": 0,
        "max": "1",
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.eligibilityCriteria.ageMin"
          }
        ]
      },
      {
        "id": "Group.characteristic:eligibleMinimumAge.code",
        "path": "Group.characteristic.code",
        "fixedCodeableConcept": {
          "coding": [
            {
              "code": "189",
              "system": "https://www.nfdi4health.de/fhir/metadataschema/CodeSystem/nfdi4health-cs-remaining-concepts",
              "display": "Planned Minimum Age of Subjects"
            }
          ]
        }
      },
      {
        "id": "Group.characteristic:eligibleMinimumAge.value[x]",
        "path": "Group.characteristic.value[x]",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "Group.characteristic:eligibleMinimumAge.value[x].value",
        "path": "Group.characteristic.value[x].value",
        "short": "Minimum eligible age",
        "definition": "Numerical value of the minimum age of potential participants eligible to participate in the [RESOURCE].",
        "comment": "Additional information: In the case of cohort studies, further participant ages can be indicated in the fields 'Inclusion criteria' or 'Exclusion criteria'. | Short input help: If age is less than 1 year, please indicate a value in months, weeks, days, hours, minutes, or weeks of gestation.",
        "min": 1,
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.eligibilityCriteria.ageMin.number"
          }
        ]
      },
      {
        "id": "Group.characteristic:eligibleMinimumAge.value[x].code",
        "path": "Group.characteristic.value[x].code",
        "short": "Unit of age",
        "definition": "Unit of measurement used to describe the minimum eligible age.",
        "min": 1,
        "binding": {
          "strength": "required",
          "valueSet": "https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-time-units-ucum-loinc"
        },
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.eligibilityCriteria.ageMin.timeUnit"
          }
        ]
      },
      {
        "id": "Group.characteristic:eligibleMaximumAge",
        "path": "Group.characteristic",
        "sliceName": "eligibleMaximumAge",
        "short": "Eligibility criteria: Maximum age",
        "definition": "Group of items providing information about the maximum eligible age of [RESOURCE] participants.",
        "min": 0,
        "max": "1",
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.eligibilityCriteria.ageMax"
          }
        ]
      },
      {
        "id": "Group.characteristic:eligibleMaximumAge.code",
        "path": "Group.characteristic.code",
        "fixedCodeableConcept": {
          "coding": [
            {
              "code": "190",
              "system": "https://www.nfdi4health.de/fhir/metadataschema/CodeSystem/nfdi4health-cs-remaining-concepts",
              "display": "Planned Maximum Age of Subjects"
            }
          ]
        }
      },
      {
        "id": "Group.characteristic:eligibleMaximumAge.value[x]",
        "path": "Group.characteristic.value[x]",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "Group.characteristic:eligibleMaximumAge.value[x].value",
        "path": "Group.characteristic.value[x].value",
        "short": "Maximum eligible age",
        "definition": "Numerical value of the maximum age of potential participants eligible to participate in the [RESOURCE].",
        "comment": "Additional information: In the case of cohort studies, further participant ages can be indicated in the fields 'Inclusion criteria' or 'Exclusion criteria'. | Short input help: If age is less than 1 year, please indicate a value in months, weeks, days, hours, minutes, or weeks of gestation.",
        "min": 1,
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.eligibilityCriteria.ageMax.number"
          }
        ]
      },
      {
        "id": "Group.characteristic:eligibleMaximumAge.value[x].code",
        "path": "Group.characteristic.value[x].code",
        "short": "Unit of time",
        "definition": "Unit of measurement used to describe the maximum eligible age.",
        "min": 1,
        "binding": {
          "strength": "required",
          "valueSet": "https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-time-units-ucum-loinc"
        },
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.eligibilityCriteria.ageMax.timeUnit"
          }
        ]
      },
      {
        "id": "Group.characteristic:gender",
        "path": "Group.characteristic",
        "sliceName": "gender",
        "short": "Eligible gender",
        "definition": "Gender of potential participants eligible to participate in the [RESOURCE].",
        "comment": "Short input help: Select all that apply. If no gender was explicitly excluded in the [RESOURCE], 'Male', 'Female', and 'Diverse' should be selected.",
        "min": 0,
        "max": "*",
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.eligibilityCriteria.genders"
          }
        ]
      },
      {
        "id": "Group.characteristic:gender.code",
        "path": "Group.characteristic.code",
        "fixedCodeableConcept": {
          "coding": [
            {
              "code": "263495000",
              "system": "http://snomed.info/sct",
              "display": "Gender (observable entity)"
            }
          ]
        }
      },
      {
        "id": "Group.characteristic:gender.value[x]",
        "path": "Group.characteristic.value[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Group.characteristic:gender.value[x].coding",
        "path": "Group.characteristic.value[x].coding",
        "binding": {
          "strength": "required",
          "valueSet": "https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-study-eligibility-gender-snomedct-local",
          "description": "The gender of potential participants eligible to participate in the study."
        }
      },
      {
        "id": "Group.characteristic:inclusionCriteria",
        "path": "Group.characteristic",
        "sliceName": "inclusionCriteria",
        "short": "Inclusion criteria",
        "definition": "Inclusion criteria for participation in the [RESOURCE].",
        "comment": "Short input help: If possible, use an enumerated or bulleted list for each criterion, starting with '-' and finishing with ';'.",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Group.characteristic:inclusionCriteria.code",
        "path": "Group.characteristic.code",
        "fixedCodeableConcept": {
          "coding": [
            {
              "code": "55919000",
              "system": "http://snomed.info/sct",
              "display": "Including (qualifier value)"
            }
          ]
        }
      },
      {
        "id": "Group.characteristic:inclusionCriteria.value[x]",
        "path": "Group.characteristic.value[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Group.characteristic:inclusionCriteria.value[x].text",
        "path": "Group.characteristic.value[x].text",
        "min": 1,
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.eligibilityCriteria.inclusionCriteria"
          }
        ]
      },
      {
        "id": "Group.characteristic:inclusionCriteria.exclude",
        "path": "Group.characteristic.exclude",
        "patternBoolean": false
      },
      {
        "id": "Group.characteristic:exclusionCriteria",
        "path": "Group.characteristic",
        "sliceName": "exclusionCriteria",
        "short": "Exclusion criteria",
        "definition": "Exclusion criteria for participation in the [RESOURCE].",
        "comment": "Short input help: If possible, use an enumerated or bulleted list for each criterion, starting with '-' and finishing with ';'.",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Group.characteristic:exclusionCriteria.code",
        "path": "Group.characteristic.code",
        "fixedCodeableConcept": {
          "coding": [
            {
              "code": "77765009",
              "system": "http://snomed.info/sct",
              "display": "Exclude (qualifier value)"
            }
          ]
        }
      },
      {
        "id": "Group.characteristic:exclusionCriteria.value[x]",
        "path": "Group.characteristic.value[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Group.characteristic:exclusionCriteria.value[x].text",
        "path": "Group.characteristic.value[x].text",
        "min": 1,
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.eligibilityCriteria.exclusionCriteria"
          }
        ]
      },
      {
        "id": "Group.characteristic:exclusionCriteria.exclude",
        "path": "Group.characteristic.exclude",
        "patternBoolean": true
      }
    ]
  }
}