You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This uses the context to calculate the contextualized-termcode-hash, which is used to identify the criterion.
Example of a criterion in the ui_tree which the availability has to be matched to
{
"context": {
"code": "Diagnose",
"display": "Diagnose",
"system": "fdpg.mii.cds",
"version": "1.0.0"
},
"display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Ohne Komplikationen : Nicht als entgleist bezeichnet",
"id": "4e22b2a0-6ce6-b015-0eba-948836f0d6f7",
"leaf": true,
"selectable": true,
"termCodes": [
{
"code": "E13.90",
"display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Ohne Komplikationen : Nicht als entgleist bezeichnet",
"system": "http://fhir.de/CodeSystem/bfarm/icd-10-gm",
"version": "2023"
}
]
}
Therefore it should be possible to add the context to each group of a measure, which then has to be available in the MeasureReport.
so that a MeasureReport with a stratifier would contain a coding for the context
@bastianschaffer , @alexanderkiel we should discuss how best to transport the information for the context.
The information is already already indirectly provided in the measure in form of the criteria expression - as the profile can map to the context for our criteria.
I personally would tconsider adding another coding to the stratifier, for example
When loading data into the elastic search (https://github.com/medizininformatik-initiative/feasibility-ontology-elasticsearch) used for the ontology in FDPG+ to add the availability for each criterion the context of each criterion has to be considered.
Example entry in elastic search for a criterion
This uses the context to calculate the contextualized-termcode-hash, which is used to identify the criterion.
Example of a criterion in the ui_tree which the availability has to be matched to
Therefore it should be possible to add the context to each group of a measure, which then has to be available in the MeasureReport.
so that a MeasureReport with a stratifier would contain a coding for the context
The text was updated successfully, but these errors were encountered: