Skip to content

Commit

Permalink
update kds measure medication coding instead of code
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruendner committed Nov 20, 2024
1 parent 6b4e7a6 commit ce7cbd6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Documentation/example-measures/example-measure-kds.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@
{
"criteria": {
"language": "text/fhirpath",
"expression": "MedicationAdministration.medication.resolve().ofType(Medication).code.coding.where(system='http://fhir.de/CodeSystem/ifa/pzn').code"
"expression": "MedicationAdministration.medication.resolve().ofType(Medication).code.coding.where(system='http://fhir.de/CodeSystem/ifa/pzn')"
},
"code": {
"coding": [
Expand All @@ -500,7 +500,7 @@
{
"criteria": {
"language": "text/fhirpath",
"expression": "MedicationAdministration.medication.resolve().ofType(Medication).code.coding.where(system='http://fhir.de/CodeSystem/bfarm/atc').code"
"expression": "MedicationAdministration.medication.resolve().ofType(Medication).code.coding.where(system='http://fhir.de/CodeSystem/bfarm/atc')"
},
"code": {
"coding": [
Expand Down Expand Up @@ -576,7 +576,7 @@
{
"criteria": {
"language": "text/fhirpath",
"expression": "MedicationStatement.medication.resolve().ofType(Medication).code.coding.where(system='http://fhir.de/CodeSystem/ifa/pzn').code"
"expression": "MedicationStatement.medication.resolve().ofType(Medication).code.coding.where(system='http://fhir.de/CodeSystem/ifa/pzn')"
},
"code": {
"coding": [
Expand All @@ -591,7 +591,7 @@
{
"criteria": {
"language": "text/fhirpath",
"expression": "MedicationStatement.medication.resolve().ofType(Medication).code.coding.where(system='http://fhir.de/CodeSystem/bfarm/atc').code"
"expression": "MedicationStatement.medication.resolve().ofType(Medication).code.coding.where(system='http://fhir.de/CodeSystem/bfarm/atc')"
},
"code": {
"coding": [
Expand Down Expand Up @@ -667,7 +667,7 @@
{
"criteria": {
"language": "text/fhirpath",
"expression": "MedicationRequest.medication.resolve().ofType(Medication).code.coding.where(system='http://fhir.de/CodeSystem/ifa/pzn').code"
"expression": "MedicationRequest.medication.resolve().ofType(Medication).code.coding.where(system='http://fhir.de/CodeSystem/ifa/pzn')"
},
"code": {
"coding": [
Expand All @@ -682,7 +682,7 @@
{
"criteria": {
"language": "text/fhirpath",
"expression": "MedicationRequest.medication.resolve().ofType(Medication).code.coding.where(system='http://fhir.de/CodeSystem/bfarm/atc').code"
"expression": "MedicationRequest.medication.resolve().ofType(Medication).code.coding.where(system='http://fhir.de/CodeSystem/bfarm/atc')"
},
"code": {
"coding": [
Expand Down

0 comments on commit ce7cbd6

Please sign in to comment.