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

FHIR IG Statistics: StructureDefinition/nfdi4health-ex-mds-study-comparison-group-backport-r5

Packagede.nfdi4health.mds
Resource TypeStructureDefinition
Idnfdi4health-ex-mds-study-comparison-group-backport-r5
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.nfdi4health.mds@2.1.0&canonical=https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-ex-mds-study-comparison-group-backport-r5
URLhttps://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-ex-mds-study-comparison-group-backport-r5
Version0.9
Statusdraft
NameNFDI4Health_EX_MDS_Study_Comparison_Group_Backport_R5
TitleNFDI4Health EX MDS Study Comparison Group Backport R5
DescriptionExtension providing information about the arm(s)/group(s)/cohort(s) and intervention(s)/exposure(s) in a resource. Based on ResearchStudy.comparisonGroup (R5)
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
nfdi4health-pr-mds-studyNFDI4Health PR MDS Study

Resources that this resource uses

StructureDefinition
nfdi4health-pr-mds-evidence-variable-exposureNFDI4Health PR MDS Evidence Variable Exposure
nfdi4health-pr-mds-evidence-variable-interventionNFDI4Health PR MDS Evidence Variable Intervention
ValueSet
nfdi4health-vs-mds-study-arm-group-type-nciNFDI4Health VS MDS Study Arm Group Type [NCI]

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nfdi4health-ex-mds-study-comparison-group-backport-r5",
  "url": "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-ex-mds-study-comparison-group-backport-r5",
  "version": "0.9",
  "name": "NFDI4Health_EX_MDS_Study_Comparison_Group_Backport_R5",
  "title": "NFDI4Health EX MDS Study Comparison Group Backport R5",
  "status": "draft",
  "publisher": "NFDI4Health",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nfdi4health.de"
        }
      ]
    }
  ],
  "description": "Extension providing information about the arm(s)/group(s)/cohort(s) and intervention(s)/exposure(s) in a resource. Based on ResearchStudy.comparisonGroup (R5)",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "NFDI4Health",
      "name": "NFDI4Health to FHIR Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "ResearchStudy"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Arms or groups/cohorts of the [RESOURCE]",
        "definition": "Group of items providing information about arms or groups/cohorts of a [RESOURCE].",
        "comment": "[Backport Extension from R5: ResearchStudy.comparisonGroup; Please note that some of the elements are not relevant for NFDI4Health. Also the DataType of 'Description' has been modified to string.]",
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.groups"
          }
        ]
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "min": 1
      },
      {
        "id": "Extension.extension:linkId",
        "path": "Extension.extension",
        "sliceName": "linkId",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Extension.extension:linkId.extension",
        "path": "Extension.extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.extension:linkId.url",
        "path": "Extension.extension.url",
        "fixedUri": "linkId"
      },
      {
        "id": "Extension.extension:linkId.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "id"
          }
        ]
      },
      {
        "id": "Extension.extension:name",
        "path": "Extension.extension",
        "sliceName": "name",
        "min": 1,
        "max": "1",
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.groups.name"
          },
          {
            "identity": "NFDI4Health",
            "map": "Design.arms"
          }
        ]
      },
      {
        "id": "Extension.extension:name.extension",
        "path": "Extension.extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.extension:name.url",
        "path": "Extension.extension.url",
        "fixedUri": "name"
      },
      {
        "id": "Extension.extension:name.value[x]",
        "path": "Extension.extension.value[x]",
        "short": "Name of the group | Name of the arm",
        "definition": "Short name used to identify the group. | Short name used to identify the arm.",
        "comment": "'Group' means a predefined group (cohort) of participants to be studied. | 0..*, if Resource.classification.type == ('Study' OR 'Substudy') AND Design.primaryDesign == 'Interventional'; otherwise 0..0",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Extension.extension:type",
        "path": "Extension.extension",
        "sliceName": "type",
        "min": 0,
        "max": "1",
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.arms.type"
          }
        ]
      },
      {
        "id": "Extension.extension:type.extension",
        "path": "Extension.extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.extension:type.url",
        "path": "Extension.extension.url",
        "fixedUri": "type"
      },
      {
        "id": "Extension.extension:type.value[x]",
        "path": "Extension.extension.value[x]",
        "short": "Role of the arm",
        "definition": "Role of the given arm in the [RESOURCE].",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-study-arm-group-type-nci"
        }
      },
      {
        "id": "Extension.extension:description",
        "path": "Extension.extension",
        "sliceName": "description",
        "min": 0,
        "max": "1",
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.groups.description"
          },
          {
            "identity": "NFDI4Health",
            "map": "Design.arms.description"
          }
        ]
      },
      {
        "id": "Extension.extension:description.extension",
        "path": "Extension.extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.extension:description.url",
        "path": "Extension.extension.url",
        "fixedUri": "description"
      },
      {
        "id": "Extension.extension:description.value[x]",
        "path": "Extension.extension.value[x]",
        "short": "Additional information about the group | Additional information about the arm",
        "definition": "Additional descriptive information about the given group. | Additional descriptive information about the given arm.",
        "comment": "Explanation of the nature of the [RESOURCE] group (for example, participants with and without a condition, participants with and without an exposure, etc.).",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Extension.extension:intendedExposure",
        "path": "Extension.extension",
        "sliceName": "intendedExposure",
        "short": "For Design.interventions: Interventions of the [RESOURCE] | For Design.exposures: Exposures of the [RESOURCE]",
        "definition": "For Design.interventions: Group of items providing information about the interventions of the [RESOURCE]. | For Design.exposures: Group of items providing information about the exposures of the [RESOURCE].",
        "comment": "Additional information: For Design.interventions: Specification of the intervention(s) associated with each arm. | For Design.exposures: Specification of the exposure(s) associated with each group.",
        "min": 0,
        "max": "*",
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.interventions"
          },
          {
            "identity": "NFDI4Health",
            "map": "Design.exposures"
          }
        ]
      },
      {
        "id": "Extension.extension:intendedExposure.extension",
        "path": "Extension.extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.extension:intendedExposure.url",
        "path": "Extension.extension.url",
        "fixedUri": "intendedExposure"
      },
      {
        "id": "Extension.extension:intendedExposure.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-evidence-variable-intervention",
              "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-evidence-variable-exposure"
            ]
          }
        ]
      },
      {
        "id": "Extension.extension:observedGroup",
        "path": "Extension.extension",
        "sliceName": "observedGroup",
        "min": 0,
        "max": "1",
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.groups.label"
          }
        ]
      },
      {
        "id": "Extension.extension:observedGroup.extension",
        "path": "Extension.extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.extension:observedGroup.url",
        "path": "Extension.extension.url",
        "fixedUri": "observedGroup"
      },
      {
        "id": "Extension.extension:observedGroup.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Group"
            ]
          }
        ]
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-ex-mds-study-comparison-group-backport-r5"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "max": "0"
      }
    ]
  }
}