This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v4.0.0-ballot: STU4 (v4.0.0) Ballot 1) based on FHIR R4. The current version which supercedes this version is 3.1.0. For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MeasureReport;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "ratio-measurereport01"]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MeasureReport</b><a name=\"ratio-measurereport01\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MeasureReport "ratio-measurereport01" </p></div><p><b>status</b>: complete</p><p><b>type</b>: individual</p><p><b>measure</b>: <a href=\"http://example.org/ecqms/Measure/HospitalHarmHyperglycemiainHospitalizedPatientsFHIR\">http://example.org/ecqms/Measure/HospitalHarmHyperglycemiainHospitalizedPatientsFHIR</a></p><p><b>subject</b>: <a href=\"Patient-patient01.html\">Patient/patient01</a> " WEBSTER"</p><p><b>period</b>: 2022-01-01 --> 2022-12-31</p><blockquote><p><b>group</b></p><blockquote><p><b>population</b></p><p><b>code</b>: Initial Population <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-measure-population.html\">MeasurePopulationType</a>#initial-population)</span></p><p><b>count</b>: 1</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: Denominator <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-measure-population.html\">MeasurePopulationType</a>#denominator)</span></p><p><b>count</b>: 1</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: Numerator <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-measure-population.html\">MeasurePopulationType</a>#numerator)</span></p><p><b>count</b>: 1</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: Measure Observation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-measure-population.html\">MeasurePopulationType</a>#measure-observation)</span></p><p><b>count</b>: 9</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: Measure Observation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-measure-population.html\">MeasurePopulationType</a>#measure-observation)</span></p><p><b>count</b>: 1</p></blockquote><p><b>measureScore</b>: 0.1111111111111111</p></blockquote><p><b>evaluatedResource</b>: </p><ul><li><a href=\"Patient-patient01.html\">Patient/patient01</a> " WEBSTER"</li><li><a href=\"Encounter-encounter01.html\">Encounter/encounter01</a></li></ul></div>"
]; #
fhir:MeasureReport.status [ fhir:value "complete"]; #
fhir:MeasureReport.type [ fhir:value "individual"]; #
fhir:MeasureReport.measure [
fhir:value "http://example.org/ecqms/Measure/HospitalHarmHyperglycemiainHospitalizedPatientsFHIR";
fhir:link <http://example.org/ecqms/Measure/HospitalHarmHyperglycemiainHospitalizedPatientsFHIR>
]; #
fhir:MeasureReport.subject [
fhir:Reference.reference [ fhir:value "Patient/patient01" ]
]; #
fhir:MeasureReport.period [
fhir:Period.start [ fhir:value "2022-01-01"^^xsd:date ];
fhir:Period.end [ fhir:value "2022-12-31"^^xsd:date ]
]; #
fhir:MeasureReport.group [
fhir:index 0;
fhir:MeasureReport.group.population [
fhir:index 0;
fhir:Element.id [ fhir:value "D53FB775-9BD2-4C05-A036-D63EE9B56399" ];
fhir:MeasureReport.group.population.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/measure-population" ];
fhir:Coding.code [ fhir:value "initial-population" ];
fhir:Coding.display [ fhir:value "Initial Population" ] ] ];
fhir:MeasureReport.group.population.count [ fhir:value "1"^^xsd:integer ] ], [
fhir:index 1;
fhir:Element.id [ fhir:value "76C37014-951C-472C-A3DE-EFD036178D93" ];
fhir:MeasureReport.group.population.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/measure-population" ];
fhir:Coding.code [ fhir:value "denominator" ];
fhir:Coding.display [ fhir:value "Denominator" ] ] ];
fhir:MeasureReport.group.population.count [ fhir:value "1"^^xsd:integer ] ], [
fhir:index 2;
fhir:Element.id [ fhir:value "D7736481-5F3D-4D7E-99A3-E97091BDE4BD" ];
fhir:MeasureReport.group.population.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/measure-population" ];
fhir:Coding.code [ fhir:value "numerator" ];
fhir:Coding.display [ fhir:value "Numerator" ] ] ];
fhir:MeasureReport.group.population.count [ fhir:value "1"^^xsd:integer ] ], [
fhir:index 3;
fhir:Element.id [ fhir:value "CBCF0466-99D5-4B77-B8C3-E23006A0232C" ];
fhir:MeasureReport.group.population.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/measure-population" ];
fhir:Coding.code [ fhir:value "measure-observation" ];
fhir:Coding.display [ fhir:value "Measure Observation" ] ] ];
fhir:MeasureReport.group.population.count [ fhir:value "9"^^xsd:integer ] ], [
fhir:index 4;
fhir:Element.id [ fhir:value "09DB8A87-15B3-4754-A9A4-0E32E4536E62" ];
fhir:MeasureReport.group.population.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/measure-population" ];
fhir:Coding.code [ fhir:value "measure-observation" ];
fhir:Coding.display [ fhir:value "Measure Observation" ] ] ];
fhir:MeasureReport.group.population.count [ fhir:value "1"^^xsd:integer ] ];
fhir:MeasureReport.group.measureScore [
fhir:Quantity.value [ fhir:value "0.1111111111111111"^^xsd:decimal ] ]
]; #
fhir:MeasureReport.evaluatedResource [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Patient/patient01" ]
], [
fhir:index 1;
fhir:Reference.reference [ fhir:value "Encounter/encounter01" ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2020+ HL7 International - Clinical Quality Information Work Group. Package hl7.fhir.us.davinci-deqm#4.0.0-ballot based on FHIR 4.0.1. Generated 2022-12-05
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change