Starter FHIR Implementation Guide, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/Starter-FHIR-IG/ and changes regularly. See the Directory of published versions
Draft as of 2024-11-17 |
@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:Measure ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "InitiatedARTMeasure"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/proportion-measure-cqfm"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/proportion-measure-cqfm> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Measure InitiatedARTMeasure</b></p><a name=\"InitiatedARTMeasure\"> </a><a name=\"hcInitiatedARTMeasure\"> </a><a name=\"InitiatedARTMeasure-en-US\"> </a><p><b>url</b>: <a href=\"Measure-InitiatedARTMeasure.html\">Measure HIV+ Patients Initiated on ART</a></p><p><b>version</b>: 1.0.1</p><p><b>name</b>: InitiatedARTMeasure</p><p><b>title</b>: HIV+ Patients Initiated on ART</p><p><b>status</b>: Draft</p><p><b>experimental</b>: true</p><p><b>subject</b>: <span title=\"Codes:{http://hl7.org/fhir/resource-types Patient}\">Patient</span></p><p><b>date</b>: 2024-11-17 13:26:33+0000</p><p><b>publisher</b>: Jembi Health Systems</p><p><b>contact</b>: Jembi Health Systems: <a href=\"https://www.jembi.org/\">https://www.jembi.org/</a>,<a href=\"mailto:info@jembi.org\">info@jembi.org</a>, Richard Langford: <a href=\"mailto:richard.langford@jembi.org\">richard.langford@jembi.org</a></p><p><b>description</b>: </p><div><p>Reports on all HIV+ patients who have been initiated on ART within the reporting period</p>\n</div><p><b>jurisdiction</b>: <span title=\"Codes:{http://unstats.un.org/unsd/methods/m49/m49.htm 001}\">World</span></p><p><b>effectivePeriod</b>: 2023-12-01 --> 2023-12-31</p><p><b>library</b>: <a href=\"Library-InitiatedARTLibrary.html\">CQL - HIV+ Patients Initiated on ART</a></p><p><b>scoring</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-scoring proportion}\">Proportion</span></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-type process}\">Process</span></p><p><b>improvementNotation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-improvement-notation increase}\">Increased score indicates improvement</span></p><blockquote><p><b>group</b></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>Initiated.ART.IP</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>description</b>: Initial Population</p><h3>Criteria</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Language</b></td><td><b>Expression</b></td></tr><tr><td style=\"display: none\">*</td><td>text/cql-identifier</td><td>Initial Population</td></tr></table></blockquote><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>Initiated.ART.D</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population denominator}\">Denominator</span></p><p><b>description</b>: Count all patients who tested positive for HIV within the reporting period.</p><h3>Criteria</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Language</b></td><td><b>Expression</b></td></tr><tr><td style=\"display: none\">*</td><td>text/cql-identifier</td><td>Denominator</td></tr></table></blockquote><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>Initiated.ART.N</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population numerator}\">Numerator</span></p><p><b>description</b>: Count all HIV+ patients who have been initiated on ART within the reporting period.</p><h3>Criteria</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Language</b></td><td><b>Expression</b></td></tr><tr><td style=\"display: none\">*</td><td>text/cql-identifier</td><td>Numerator</td></tr></table></blockquote></blockquote></div>"
] ; #
fhir:url [ fhir:v "http://jembi.org/fhir/Measure/InitiatedARTMeasure"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.1"] ; #
fhir:name [ fhir:v "InitiatedARTMeasure"] ; #
fhir:title [ fhir:v "HIV+ Patients Initiated on ART"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:subject [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/resource-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Patient" ] ] )
] ; #
fhir:date [ fhir:v "2024-11-17T13:26:33+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Jembi Health Systems"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Jembi Health Systems" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.jembi.org/" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@jembi.org" ] ] )
] [
fhir:name [ fhir:v "Richard Langford" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "richard.langford@jembi.org" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "Reports on all HIV+ patients who have been initiated on ART within the reporting period"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:effectivePeriod [
fhir:start [ fhir:v "2023-12-01"^^xsd:date ] ;
fhir:end [ fhir:v "2023-12-31"^^xsd:date ]
] ; #
fhir:library ( [
fhir:v "http://jembi.org/fhir/Library/InitiatedARTLibrary"^^xsd:anyURI ;
fhir:link <http://jembi.org/fhir/Library/InitiatedARTLibrary>
] ) ; #
fhir:scoring [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/measure-scoring"^^xsd:anyURI ] ;
fhir:code [ fhir:v "proportion" ] ] )
] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/measure-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "process" ] ] )
] ) ; #
fhir:improvementNotation [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/measure-improvement-notation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "increase" ] ] )
] ; #
fhir:group ( [
( fhir:population [
fhir:id [ fhir:v "Initiated.ART.IP" ] ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ] ;
fhir:code [ fhir:v "initial-population" ] ] ) ] ;
fhir:description [ fhir:v "Initial Population" ] ;
fhir:criteria [
fhir:language [ fhir:v "text/cql-identifier" ] ;
fhir:expression [ fhir:v "Initial Population" ] ] ] [
fhir:id [ fhir:v "Initiated.ART.D" ] ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ] ;
fhir:code [ fhir:v "denominator" ] ] ) ] ;
fhir:description [ fhir:v "Count all patients who tested positive for HIV within the reporting period." ] ;
fhir:criteria [
fhir:language [ fhir:v "text/cql-identifier" ] ;
fhir:expression [ fhir:v "Denominator" ] ] ] [
fhir:id [ fhir:v "Initiated.ART.N" ] ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ] ;
fhir:code [ fhir:v "numerator" ] ] ) ] ;
fhir:description [ fhir:v "Count all HIV+ patients who have been initiated on ART within the reporting period." ] ;
fhir:criteria [
fhir:language [ fhir:v "text/cql-identifier" ] ;
fhir:expression [ fhir:v "Numerator" ] ] ] )
] ) . #
IG © 2021+ Jembi Health Systems. Package jembi.starter.ig#1.0.1 based on FHIR 4.0.1. Generated 2024-11-17
Links: Table of Contents |
QA Report