Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update KDS File #22

Merged
merged 4 commits into from
Sep 3, 2024
Merged

Update KDS File #22

merged 4 commits into from
Sep 3, 2024

Conversation

DeaDurro
Copy link
Contributor

@DeaDurro DeaDurro commented Aug 6, 2024

Fixes: #15

"group": [

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DeaDurro - delete extra space -> document should be formatted correctly

{
"criteria": {
"language": "text/fhirpath",
"expression": "Patient.birthDate"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DeaDurro - date is not implemented in the fhir data evaluator - change to boolean exits query , see Documentation: https://github.com/medizininformatik-initiative/fhir-data-evaluator/blob/main/Documentation/Documentation.md

@DeaDurro - did you test your measure? - this should result in an error

"coding": [
{
"system": "http://fhir-data-evaluator/strat/system",
"code": "icd10-code"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DeaDurro code for stratifier should not be icd10-code - instead hsould be:
patient-birthdate-exits

"coding": [
{
"system": "http://fhir-data-evaluator/strat/system",
"code": "icd10-code"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DeaDurro - not an icd10-code - see above for birthdate

"coding": [
{
"system": "http://fhir-data-evaluator/strat/system",
"code": "icd10-code"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DeaDurro - same as above - for the whole measure use codes which describe what is being queried.
apply logic as follows:
resourceName-field-type:
=> here:
medicationadministration-medication-code

},
"criteria": {
"language": "text/fhirpath",
"expression": "Consent.subject.reference"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

subject does not exist for Consent - its patient instead.
see also the Consent profile: https://simplifier.net/medizininformatikinitiative-modulconsent/mii_pr_consent_einwilligung

@juliangruendner juliangruendner merged commit 1196f0f into develop Sep 3, 2024
4 checks passed
@bastianschaffer bastianschaffer deleted the update-kds-patcount branch September 24, 2024 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants