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

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

Packagede.nfdi4health.mds
Resource TypeStructureDefinition
Idnfdi4health-pr-mds-evidence-variable-intervention
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-intervention
URLhttps://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-evidence-variable-intervention
Version0.9
Statusdraft
NameNFDI4Health_PR_MDS_Evidence_Variable_Intervention
TitleNFDI4Health PR MDS Evidence Variable Intervention
DescriptionInformation about the intervention or 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-intervention-type-nciNFDI4Health VS MDS Study Intervention Type [NCI]

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nfdi4health-pr-mds-evidence-variable-intervention",
  "url": "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-evidence-variable-intervention",
  "version": "0.9",
  "name": "NFDI4Health_PR_MDS_Evidence_Variable_Intervention",
  "title": "NFDI4Health PR MDS Evidence Variable Intervention",
  "status": "draft",
  "publisher": "NFDI4Health",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nfdi4health.de"
        }
      ]
    }
  ],
  "description": "Information about the intervention or 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": "Interventions of the [RESOURCE]",
        "definition": "Group of items providing information about the interventions of the [RESOURCE].",
        "comment": "Additional information: Specification of the intervention(s) associated with each arm.",
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.interventions"
          }
        ]
      },
      {
        "id": "EvidenceVariable.title",
        "path": "EvidenceVariable.title",
        "short": "Name of the intervention",
        "definition": "A short descriptive name of the intervention.",
        "comment": "If the same intervention is associated with more than one arm, please provide the information once and use the field 'Name(s) of the arm(s) associated with the given intervention' to associate it with more than one arm.",
        "min": 1,
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.interventions.name"
          }
        ]
      },
      {
        "id": "EvidenceVariable.description",
        "path": "EvidenceVariable.description",
        "short": "Additional information about the intervention",
        "definition": "If needed, additional descriptive information about the given intervention.",
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.interventions.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 intervention",
        "definition": "General type of the given intervention.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-study-intervention-type-nci",
          "description": "Value set defining codes to specify the general type of the given intervention in the study."
        },
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Design.interventions.type"
          }
        ]
      }
    ]
  }
}