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

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

Packagede.nfdi4health.mds
Resource TypeStructureDefinition
Idnfdi4health-ex-mds-keywords
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.nfdi4health.mds@2.1.0&canonical=https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-ex-mds-keywords
URLhttps://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-ex-mds-keywords
Version0.9
Statusdraft
NameNFDI4Health_EX_MDS_Keywords
TitleNFDI4Health EX MDS Keyword
DescriptionExtension storing keyword(s) describing a 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

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "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"
          }
        ]
      }
    ]
  }
}