Package | de.nfdi4health.mds |
Resource Type | StructureDefinition |
Id | nfdi4health-ex-mds-keywords |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=de.nfdi4health.mds@2.1.0&canonical=https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-ex-mds-keywords |
URL | https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-ex-mds-keywords |
Version | 0.9 |
Status | draft |
Name | NFDI4Health_EX_MDS_Keywords |
Title | NFDI4Health EX MDS Keyword |
Description | Extension storing keyword(s) describing a resource. |
Type | Extension |
Kind | complex-type |
StructureDefinition | |
nfdi4health-pr-mds-document | NFDI4Health PR MDS Document |
nfdi4health-pr-mds-questionnaire | NFDI4Health PR MDS Questionnaire |
nfdi4health-pr-mds-registry | NFDI4Health PR MDS Registry |
No resources found
No extension usage examples found
No narrative content found in resource
{ "resourceType": "StructureDefinition", "id": "nfdi4health-ex-mds-keywords", "url": "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-ex-mds-keywords", "version": "0.9", "name": "NFDI4Health_EX_MDS_Keywords", "title": "NFDI4Health EX MDS Keyword", "status": "draft", "publisher": "NFDI4Health", "contact": [ { "telecom": [ { "system": "url", "value": "https://www.nfdi4health.de" } ] } ], "description": "Extension storing keyword(s) describing a 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": "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": "Keywords", "definition": "Group of items providing information about keywords describing the [RESOURCE].", "comment": "Additional information: The findability of the [RESOURCE] can be significantly increased if proper keywords are stated.", "mapping": [ { "identity": "NFDI4Health", "map": "Resource.keywords" } ] }, { "id": "Extension.extension", "path": "Extension.extension", "max": "0" }, { "id": "Extension.url", "path": "Extension.url", "fixedUri": "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-ex-mds-keywords" }, { "id": "Extension.value[x]", "path": "Extension.value[x]", "type": [ { "code": "CodeableConcept" } ] }, { "id": "Extension.value[x].coding.system", "path": "Extension.value[x].coding.system", "short": "Code of the keyword", "comment": "If known, you can provide the code of the keyword in the classification/vocabulary used.", "min": 1, "mapping": [ { "identity": "NFDI4Health", "map": "Resource.keywords.code" } ] }, { "id": "Extension.value[x].text", "path": "Extension.value[x].text", "short": "Keyword", "definition": "Keyword(s) describing the [RESOURCE].", "comment": "The use of terms from established classifications/vocabularies (e.g. SNOMED CT, MeSH, UMLS) is preferred. However, also self-assigned keywords are allowed. Preferably, use terms from SNOMED CT or MESH.", "min": 1, "mapping": [ { "identity": "NFDI4Health", "map": "Resource.keywords.label" } ] } ] } }