Created
June 27, 2022 19:53
-
-
Save citizenrich/2a5a93f30ce67f27f7385f9753dc9de1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"resourceType": "Measure", | |
"id": "Easy", | |
"identifier": [ | |
{ | |
"system": "https://intrahealth.github.io/simple-hiv-ig/Measure/", | |
"value": "Easy" | |
}, | |
{ | |
"system": "https://datim.org/factsinfo/mechanism", | |
"value": "12345" | |
} | |
], | |
"version": "0.0.0", | |
"status": "draft", | |
"experimental": true, | |
"date": "2021-07-01", | |
"publisher": "OpenHIE", | |
"name": "Easy", | |
"title": "Easy", | |
"description": "Easy", | |
"url": "https://intrahealth.github.io/simple-hiv-ig/Measure/Easy", | |
"scoring": { | |
"coding": [ | |
{ | |
"code": "proportion", | |
"system": "http://terminology.hl7.org/CodeSystem/measure-scoring" | |
} | |
] | |
}, | |
"library": [ | |
"https://intrahealth.github.io/simple-hiv-ig/Library/EasyLib" | |
], | |
"group": [ | |
{ | |
"code": { | |
"coding": [ | |
{ | |
"code": "cohort", | |
"system": "https://openhie.org", | |
"display": "cohort" | |
} | |
] | |
}, | |
"population": [ | |
{ | |
"description": "Numerator", | |
"code": { | |
"coding": [ | |
{ | |
"code": "numerator", | |
"system": "http://terminology.hl7.org/CodeSystem/measure-population" | |
} | |
] | |
}, | |
"criteria": { | |
"language": "text/cql", | |
"expression": "Numerator" | |
} | |
}, | |
{ | |
"description": "Denominator", | |
"code": { | |
"coding": [ | |
{ | |
"code": "denominator", | |
"system": "http://terminology.hl7.org/CodeSystem/measure-population" | |
} | |
] | |
}, | |
"criteria": { | |
"language": "text/cql", | |
"expression": "Denominator" | |
} | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment