DHIN 2025Connectathon FHIR IG
0.1.0 - draft
DHIN 2025Connectathon FHIR IG, published by DHIN. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Nigeria-FHIR-Community/2025Connectathon/ and changes regularly. See the Directory of published versions
Active as of 2025-09-15 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "NgMeasure-003"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-measure"^^xsd:anyURI ;
fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-measure> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table class=\"narrative-table\">\n <tbody>\n<tr>\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">Knowledge Artifact Metadata</th>\n\n</tr>\n\n<tr>\n\n<th scope=\"row\" class=\"row-header\">Name (machine-readable)</th>\n\n<td class=\"content-container\">ClaimApprovalRate</td>\n</tr>\n\n\n<tr>\n\n<th scope=\"row\" class=\"row-header\">Title (human-readable)</th>\n\n<td class=\"content-container\">Claim Approval Rate</td>\n</tr>\n\n\n\n<tr>\n\n<th scope=\"row\" class=\"row-header\">Status</th>\n\n<td class=\"content-container\">Active</td>\n</tr>\n\n\n\n<tr>\n\n<th scope=\"row\" class=\"row-header\">Description</th>\n\n<td class=\"content-container\"><div><p>Measures the proportion of claims adjudicated as approved out of all submitted claims.</p>\n</div></td>\n</tr>\n\n\n<tr>\n\n<th scope=\"row\" class=\"row-header\">Purpose</th>\n\n<td class=\"content-container\"><div><p>Track payer performance and provider claim quality.</p>\n</div></td>\n</tr>\n\n\n\n\n\n\n<tr>\n\n<th scope=\"row\" class=\"row-header\">Topic</th>\n\n<td class=\"content-container\"><span title=\"Codes:\">Claims & Insurance</span></td>\n</tr>\n\n\n\n\n\n\n<tr>\n\n<th scope=\"row\" class=\"row-header\">Measure Steward</th>\n\n<td class=\"content-container\">DHIN</td>\n</tr>\n\n\n<tr>\n\n<th scope=\"row\" class=\"row-header\">Steward Contact Details</th>\n\n<td class=\"content-container\">DHIN: <a href=\"https://www.dhin-hie.org\">https://www.dhin-hie.org</a>,<a href=\"mailto:info@dhin-hie.org\">info@dhin-hie.org</a></td>\n</tr>\n\n<tr>\n\n<th scope=\"row\" class=\"row-header\">Steward Contact Details</th>\n\n<td class=\"content-container\">Digital Health Interoperability Network.: <a href=\"mailto:info@dhin-hie.org\">info@dhin-hie.org</a></td>\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">Measure Metadata</th>\n\n</tr>\n\n\n\n\n\n\n<tr>\n\n<th scope=\"row\" class=\"row-header\">Version Number</th>\n\n<td class=\"content-container\">0.1.0</td>\n</tr>\n\n\n<tr>\n\n<th scope=\"row\" class=\"row-header\">Measure Scoring</th>\n\n<td class=\"content-container\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-scoring proportion}\">Proportion</span></td>\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n<th scope=\"row\" class=\"row-header\">Improvement Notation</th>\n\n<td class=\"content-container\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-improvement-notation increase}\">Increased score indicates improvement</span></td>\n</tr>\n\n\n\n\n\n\n\n\n \n <tr>\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">Measure Population Criteria</th>\n\n</tr>\n \n \n \n \n <tr>\n \n \n \n \n \n \n \n<th scope=\"row\" class=\"row-header\">Denominator</th>\n\n \n \n \n \n \n \n \n \n <td class=\"content-container\">\n \n \n <em>Description</em>:\n <p style=\"white-space: pre-line\" class=\"tab-one\">All claims submitted during the measurement period.</p>\n \n \n \n \n </td>\n </tr>\n \n\n \n <tr>\n \n \n \n \n \n<th scope=\"row\" class=\"row-header\">Numerator</th>\n\n \n \n \n \n \n \n \n \n \n \n <td class=\"content-container\">\n \n \n <em>Description</em>:\n <p style=\"white-space: pre-line\" class=\"tab-one\">Claims with adjudication outcome 'approved'.</p>\n \n \n \n \n </td>\n </tr>\n \n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n <th colspan=\"2\" scope=\"row\" class=\"row-header\">Generated using version 0.4.6 of the sample-content-ig Liquid templates</th>\n</tr>\n </tbody>\n </table>\n</div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://sandbox.dhin-hie.org/ig/Measure/NgMeasure-003"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://www.dhin-hie.org/ig/measure-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "claims-approval-rate" ]
] ) ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "ClaimApprovalRate"] ; #
fhir:title [ fhir:v "Claim Approval Rate"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2025-09-15"^^xsd:date] ; #
fhir:publisher [ fhir:v "DHIN"] ; #
fhir:contact ( [
fhir:name [ fhir:v "DHIN" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.dhin-hie.org" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@dhin-hie.org" ] ] )
] [
fhir:name [ fhir:v "Digital Health Interoperability Network." ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@dhin-hie.org" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "Measures the proportion of claims adjudicated as approved out of all submitted claims."] ; #
fhir:purpose [ fhir:v "Track payer performance and provider claim quality."] ; #
fhir:topic ( [
fhir:text [ fhir:v "Claims & Insurance" ]
] ) ; #
fhir:scoring [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/measure-scoring"^^xsd:anyURI ] ;
fhir:code [ fhir:v "proportion" ] ] )
] ; #
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: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 "All claims submitted during the measurement period." ] ;
fhir:criteria [
fhir:description [ fhir:v "All submitted Claim resources within the Measurement Period." ] ;
fhir:language [ fhir:v "text/cql-identifier" ] ;
fhir:expression [ fhir:v "AllClaimsSubmittedInPeriod" ] ] ] [
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 "Claims with adjudication outcome 'approved'." ] ;
fhir:criteria [
fhir:description [ fhir:v "All submitted Claim resources within the Measurement Period." ] ;
fhir:language [ fhir:v "text/cql-identifier" ] ;
fhir:expression [ fhir:v "AllClaimsSubmittedInPeriod" ] ] ] )
] ) . #
IG © 2025+ DHIN. Package 2025Connectathon#0.1.0 based on FHIR 4.0.1. Generated 2025-10-02
Links: Table of Contents |
QA Report