Tiro.health Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Draft as of 2025-10-16 |
@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 "FUafterMOC"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.tiro.health/StructureDefinition/quality-indicator"^^xsd:anyURI ;
fhir:link <http://fhir.tiro.health/StructureDefinition/quality-indicator> ] )
] ; #
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\">FUafterMOC</td>\n</tr>\n\n\n\n\n<tr>\n\n<th scope=\"row\" class=\"row-header\">Status</th>\n\n<td class=\"content-container\">Draft</td>\n</tr>\n\n\n\n\n\n\n\n\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\">Tiro.health</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\">Tiro.health: <a href=\"http://tiro.health\">http://tiro.health</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\n\n\n\n\n\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<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\"><div><p>TURB procedures followed by a MOC or Follow-up containing anatomical pathology report with a diagnosis of bladder cancer</p>\n</div></p>\n \n \n </td>\n </tr>\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\"><div><p>TURB procedures\nThe following procedures are excluded:</p>\n<ul>\n<li>TURB procedures with a specified reason of 'after previous instillation' (='na voorgaande instillatie')</li>\n<li>Absence of the following fields: <code>supervisor</code>, <code>afdeling</code> or <code>eadnr</code></li>\n</ul>\n</div></p>\n \n \n </td>\n </tr>\n \n\n \n<tr>\n \n<th scope=\"row\" class=\"row-header\">Stratifier</th>\n\n <td class=\"content-container\">\n \n \n \n <em>Description</em>: <div><p>Hospital</p>\n</div>\n \n </td>\n</tr>\n\n<tr>\n \n<th scope=\"row\" class=\"row-header\">Stratifier</th>\n\n <td class=\"content-container\">\n \n \n \n <em>Description</em>: <div><p>Time period between TURB and MOC/Follow-up</p>\n</div>\n \n </td>\n</tr>\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 "http://fhir.tiro.health/Measure/FUafterMOC"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "FUafterMOC"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2025-10-16T12:24:15+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Tiro.health"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Tiro.health" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://tiro.health" ] ] )
] ) ; #
fhir:group ( [
( fhir:population [
fhir:code [
( fhir:coding [
fhir:code [ fhir:v "numerator" ] ] ) ] ;
fhir:description [ fhir:v "TURB procedures followed by a MOC or Follow-up containing anatomical pathology report with a diagnosis of bladder cancer" ] ] [
fhir:code [
( fhir:coding [
fhir:code [ fhir:v "denominator" ] ] ) ] ;
fhir:description [ fhir:v "TURB procedures\n The following procedures are excluded:\n - TURB procedures with a specified reason of 'after previous instillation' (='na voorgaande instillatie')\n - Absence of the following fields: `supervisor`, `afdeling` or `eadnr`" ] ] ) ;
( fhir:stratifier [
fhir:description [ fhir:v "Hospital" ] ] [
fhir:description [ fhir:v "Time period between TURB and MOC/Follow-up" ] ] )
] ) . #
IG © 2023+ Tiro.health. Package tiro-health-fhir#0.1.0 based on FHIR 5.0.0. Generated 2025-10-16
Links: Table of Contents |
QA Report
|
Version History
|
|
Propose a change