Xt-EHR Metadata Standards
0.1.0 - ci-build
Xt-EHR Metadata Standards, published by Xt-EHR. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Xt-EHR/xt-ehr-metadata/tree/main and changes regularly. See the Directory of published versions
This page is a description of how to use the metadata framework to describe Glossaries. For the glossary of terms used in describing the metadata framework, see the glossary page.
Managing common definitions of data across projects - and especially across different Member State implementations of the exchange format - requires common or comparable definitions.
Using the metadata foundation for glossaries means the following requirements:
Elements in a data structure SHOULD be mapped to a definition
…
Glossaries can be documented and with the following structured of machine-readable metadata:
Glossaries are implemented in FHIR as CodeSystems.
{
"code": "allergy",
"display": "Allergy",
"designation": [
{
"language": "en",
"value": "Allergy"
}
],
"definition": "Risk of harmful or undesirable physiological response which is specific to an individual and associated with exposure to a substance or other agent.",
"description": "Allergies can manifest in different ways, including skin reactions, respiratory symptoms, or anaphylaxis. Common allergens include pollen, dust mites, certain foods, and medications."
}