FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Examples of Use for Extension
No extension usage examples found
Narrative
No narrative content found in resource
Source1
{
"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"
}
]
}
}