Skip to content

Commit

Permalink
Merge pull request #18 from dsesac/Qicore2022_Deepak
Browse files Browse the repository at this point in the history
CQF-1479
  • Loading branch information
brynrhodes authored Dec 8, 2022
2 parents a944497 + b71e25c commit 373d2f1
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 0 deletions.
126 changes: 126 additions & 0 deletions input/resources/library/ECQualityProgram.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
{
"resourceType": "Library",
"id": "ECQualityProgram",
"meta": {
"profile": [ "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/quality-program-cqfm" ]
},
"contained": [ {
"resourceType": "Parameters",
"id": "exp-params",
"parameter": [ {
"name": "system-version",
"valueUri": "http://snomed.info/sct|http://snomed.info/sct/731000124108/version/20190901"
} ]
} ],
"extension": [ {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-expansionParameters",
"valueReference": {
"reference": "#exp-params"
}
}, {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-softwaresystem",
"valueReference": {
"reference": "Device/cqf-tooling"
}
} ],
"url": "http://ecqi.healthit.gov/ecqms/Library/Library/ECQualityProgram",
"identifier": [ {
"use": "official",
"system": "http://example.org/fhir/cqi/ecqm/Library/Identifier",
"value": "EC Quality Program"
} ],
"version": "0.1.0",
"name": "ECQualityProgram",
"title": "EC Quality Program",
"status": "active",
"experimental": true,
"type": {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/library-type",
"code": "asset-collection"
} ]
},
"date": "2022-11-21",
"publisher": "Health Level 7 International - Clinical Quality Information Work Group",
"contact": [ {
"telecom": [ {
"system": "url",
"value": "http://www.hl7.org/Special/committees/cqi/index.cfm"
} ]
} ],
"description": "This library is an example of a quality program specification",
"useContext": [ {
"code": {
"system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
"code": "program"
},
"valueCodeableConcept": {
"coding": [ {
"system": "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/quality-programs",
"code": "ep-ec",
"display": "EC"
} ]
}
} ],
"jurisdiction": [ {
"coding": [ {
"system": "urn:iso:std:iso:3166",
"code": "US"
} ]
} ],
"approvalDate": "2022-11-21",
"lastReviewDate": "2022-11-21",
"relatedArtifact": [ {
"type": "composed-of",
"display": "Appropriate Testing for Pharyngitis",
"resource": "http://ecqi.healthit.gov/ecqms/Measure/AppropriateTestingforPharyngitisFHIR|0.0.001"
}, {
"type": "composed-of",
"display": "Appropriate Treatment for Upper Respiratory Infection (URI)",
"resource": "http://ecqi.healthit.gov/ecqms/Measure/AppropriateTreatmentforUpperRespiratoryInfectionURIFHIR|0.0.001"
}, {
"type": "composed-of",
"display": "Appropriate Use of DXA Scans in Women Under 65 Years Who Do Not Meet the Risk Factor Profile for Osteoporotic Fracture",
"resource": "http://ecqi.healthit.gov/ecqms/Measure/AppropriateDXAScansForWomenUnder65FHIR|0.0.001"
}, {
"type": "composed-of",
"display": "Cervical Cancer Screening",
"resource": "http://ecqi.healthit.gov/ecqms/Measure/EXM124v8QICore4|8.2.000"
}, {
"type": "composed-of",
"display": "Chlamydia Screening for Women",
"resource": "http://ecqi.healthit.gov/ecqms/Measure/ChlamydiaScreeningforWomenFHIR|0.0.001"
}, {
"type": "composed-of",
"display": "Colorectal Cancer Screening",
"resource": "http://ecqi.healthit.gov/ecqms/Measure/ColorectalCancerScreeningsFHIR|0.0.001"
}, {
"type": "composed-of",
"display": "Controlling High Blood Pressure",
"resource": "http://ecqi.healthit.gov/ecqms/Measure/ControllingHighBloodPressureFHIR|0.0.001"
}, {
"type": "composed-of",
"display": "Diabetes: Eye Exam",
"resource": "http://ecqi.healthit.gov/ecqms/Measure/DiabetesEyeExamFHIR|0.0.001"
}, {
"type": "composed-of",
"display": "Diabetes: Medical Attention for Nephropathy",
"resource": "http://ecqi.healthit.gov/ecqms/Measure/DiabetesMedicalAttentionforNephropathyFHIR|0.0.001"
}, {
"type": "composed-of",
"display": "Falls: Screening for Future Fall Risk",
"resource": "http://ecqi.healthit.gov/ecqms/Measure/FallsScreeningforFutureFallRiskFHIR|0.0.001"
}, {
"type": "composed-of",
"display": "Follow-Up Care for Children Prescribed ADHD Medication (ADD)",
"resource": "http://ecqi.healthit.gov/ecqms/Measure/FollowUpCareforChildrenPrescribedADHDMedicationADDFHIR|0.0.001"
}, {
"type": "composed-of",
"display": "Initiation and Engagement of Alcohol and Other Drug Dependence Treatment",
"resource": "http://ecqi.healthit.gov/ecqms/Measure/InitiationandEngagementofAlcoholandOtherDrugDependenceTreatmentFHIR|0.0.001"
}, {
"type": "composed-of",
"display": "Preventive Care and Screening: Tobacco Use: Screening and Cessation Intervention",
"resource": "http://ecqi.healthit.gov/ecqms/Measure/PreventiveCareandScreeningTobaccoUseScreeningandCessationInterventionFHIR|0.0.001"
} ]
}
87 changes: 87 additions & 0 deletions input/resources/library/EHQualityProgram.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"resourceType": "Library",
"id": "EHQualityProgram",
"meta": {
"profile": [ "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/quality-program-cqfm" ]
},
"contained": [ {
"resourceType": "Parameters",
"id": "exp-params",
"parameter": [ {
"name": "system-version",
"valueUri": "http://snomed.info/sct|http://snomed.info/sct/731000124108/version/20190901"
} ]
} ],
"extension": [ {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-expansionParameters",
"valueReference": {
"reference": "#exp-params"
}
}, {
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-softwaresystem",
"valueReference": {
"reference": "Device/cqf-tooling"
}
} ],
"url": "http://ecqi.healthit.gov/ecqms/Library/Library/EHQualityProgram",
"identifier": [ {
"use": "official",
"system": "http://example.org/fhir/cqi/ecqm/Library/Identifier",
"value": "EH/CAH Quality Program"
} ],
"version": "0.1.0",
"name": "EHQualityProgram",
"title": "EH/CAH Quality Program",
"status": "active",
"experimental": true,
"type": {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/library-type",
"code": "asset-collection"
} ]
},
"date": "2022-11-21",
"publisher": "Health Level 7 International - Clinical Quality Information Work Group",
"contact": [ {
"telecom": [ {
"system": "url",
"value": "http://www.hl7.org/Special/committees/cqi/index.cfm"
} ]
} ],
"description": "This library is an example of a quality program specification",
"useContext": [ {
"code": {
"system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
"code": "program"
},
"valueCodeableConcept": {
"coding": [ {
"system": "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/quality-programs",
"code": "eh-cah",
"display": "EH/CAH"
} ]
}
} ],
"jurisdiction": [ {
"coding": [ {
"system": "urn:iso:std:iso:3166",
"code": "US"
} ]
} ],
"approvalDate": "2022-11-21",
"lastReviewDate": "2022-11-21",
"relatedArtifact": [ {
"type": "composed-of",
"display": "Antithrombotic Therapy By End of Hospital Day 2",
"resource": "http://ecqi.healthit.gov/ecqms/Measure/AntithromboticTherapyByEndofHospitalDay2QICore4|0.0.000"
}, {
"type": "composed-of",
"display": "Discharged on Antithrombotic Therapy",
"resource": "http://ecqi.healthit.gov/ecqms/Measure/DischargedonAntithromboticTherapyQICore4|0.0.006"
}, {
"type": "composed-of",
"display": "Intensive Care Unit Venous Thromboembolism Prophylaxis",
"resource": "http://ecqi.healthit.gov/ecqms/Measure/IntensiveCareUnitVenousThromboembolismProphylaxisQICore4|0.0.014"
} ]

}

0 comments on commit 373d2f1

Please sign in to comment.