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

FHIR IG Statistics: StructureDefinition/nfdi4health-ex-mds-descriptions

Packagede.nfdi4health.mds
Resource TypeStructureDefinition
Idnfdi4health-ex-mds-descriptions
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.nfdi4health.mds@2.1.0&canonical=https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-ex-mds-descriptions
URLhttps://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-ex-mds-descriptions
Version0.9
Statusdraft
NameNFDI4Health_EX_MDS_Descriptions
TitleNFDI4Health EX MDS Descriptions
DescriptionGroup of items providing information about the description(s) of the [RESOURCE].
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
nfdi4health-pr-mds-documentNFDI4Health PR MDS Document
nfdi4health-pr-mds-questionnaireNFDI4Health PR MDS Questionnaire
nfdi4health-pr-mds-registryNFDI4Health PR MDS Registry
nfdi4health-pr-mds-studyNFDI4Health PR MDS Study

Resources that this resource uses

StructureDefinition
nfdi4health-ex-mds-languageNFDI4Health EX MDS Language

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nfdi4health-ex-mds-descriptions",
  "url": "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-ex-mds-descriptions",
  "version": "0.9",
  "name": "NFDI4Health_EX_MDS_Descriptions",
  "title": "NFDI4Health EX MDS Descriptions",
  "status": "draft",
  "publisher": "NFDI4Health",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nfdi4health.de"
        }
      ]
    }
  ],
  "description": "Group of items providing information about the description(s) of the [RESOURCE].",
  "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": "element",
      "expression": "Questionnaire"
    },
    {
      "type": "element",
      "expression": "DocumentReference"
    },
    {
      "type": "element",
      "expression": "Library"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Descriptions",
        "definition": "Group of items providing information about the description(s) of the [RESOURCE].",
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Resource.descriptions"
          }
        ]
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "min": 2
      },
      {
        "id": "Extension.extension:value",
        "path": "Extension.extension",
        "sliceName": "value",
        "short": "Description",
        "definition": "Short plain text summary of the [RESOURCE].",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Extension.extension:value.extension",
        "path": "Extension.extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.extension:value.url",
        "path": "Extension.extension.url",
        "fixedUri": "value"
      },
      {
        "id": "Extension.extension:value.value[x]",
        "path": "Extension.extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Resource.descriptions.text"
          }
        ]
      },
      {
        "id": "Extension.extension:language",
        "path": "Extension.extension",
        "sliceName": "language",
        "short": "Language of the description",
        "definition": "Language in which the description text is provided.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-ex-mds-language"
            ]
          }
        ],
        "mapping": [
          {
            "identity": "NFDI4Health",
            "map": "Resource.descriptions.language"
          }
        ]
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-ex-mds-descriptions"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "max": "0"
      }
    ]
  }
}