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

FHIR IG Statistics: StructureDefinition/nfdi4health-pr-mds-evidence-variable-exposure

Packagede.nfdi4health.mds
Resource TypeStructureDefinition
Idnfdi4health-pr-mds-evidence-variable-exposure
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.nfdi4health.mds@2.1.0&canonical=https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-evidence-variable-exposure
URLhttps://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-evidence-variable-exposure
Version0.9
Statusdraft
NameNFDI4Health_PR_MDS_Evidence_Variable_Exposure
TitleNFDI4Health PR MDS Evidence Variable Exposure
DescriptionInformation about the exposure in a study.
TypeEvidenceVariable
Kindresource

Resources that use this resource

StructureDefinition
nfdi4health-ex-mds-study-comparison-group-backport-r5NFDI4Health EX MDS Study Comparison Group Backport R5

Resources that this resource uses

ValueSet
nfdi4health-vs-mds-study-exposure-type-nciNFDI4Health VS MDS Study Exposure Type [NCI]

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nfdi4health-pr-mds-evidence-variable-exposure",
  "url": "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-evidence-variable-exposure",
  "version": "0.9",
  "name": "NFDI4Health_PR_MDS_Evidence_Variable_Exposure",
  "title": "NFDI4Health PR MDS Evidence Variable Exposure",
  "status": "draft",
  "publisher": "NFDI4Health",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nfdi4health.de"
        }
      ]
    }
  ],
  "description": "Information about the exposure in a study.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "objimpl",
      "uri": "http://hl7.org/fhir/object-implementation",
      "name": "Object Implementation Information"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "NFDI4Health",
      "name": "NFDI4Health to FHIR Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "EvidenceVariable",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/EvidenceVariable",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "EvidenceVariable",
        "path": "EvidenceVariable",
        "short": "Exposures",
        "definition": "Group of items providing information about the exposures of the [RESOURCE].",
        "comment": "Specification of the exposure(s) associated with each group.",
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.exposures"
          }
        ]
      },
      {
        "id": "EvidenceVariable.title",
        "path": "EvidenceVariable.title",
        "short": "Name of the exposure",
        "definition": "A short descriptive name of the exposure.",
        "comment": "If the same exposure is associated with more than one group, please provide the information once and use the field 'Name(s) of the group(s) associated with the given exposure' to associate it with more than one group.",
        "min": 1,
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.exposures.name"
          }
        ]
      },
      {
        "id": "EvidenceVariable.description",
        "path": "EvidenceVariable.description",
        "short": "Additional information about the exposure",
        "definition": "If needed, additional descriptive information about the given exposure.",
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.exposures.description"
          }
        ]
      },
      {
        "id": "EvidenceVariable.characteristic.definition[x]",
        "path": "EvidenceVariable.characteristic.definition[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "EvidenceVariable.characteristic.definition[x]:definitionCodeableConcept",
        "path": "EvidenceVariable.characteristic.definition[x]",
        "sliceName": "definitionCodeableConcept",
        "short": "Type of the exposure",
        "definition": "General type of the given exposure.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-study-exposure-type-nci",
          "description": "Value set defining codes to specify the general type of the given intervention/exposure in the study."
        },
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.exposures.type"
          }
        ]
      }
    ]
  }
}