HL7 Terminology (THO)
5.3.0 - Publication International flag

This page is part of the HL7 Terminology (v5.3.0: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: MeasureType - TTL Representation

Draft as of 2021-03-26 Maturity Level: 2

Raw ttl | Download


@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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "measure-type"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2021-03-26T11:10:28.568+00:00"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cqi" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2"^^xsd:integer ]
  ] ) ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/measure-type"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.1233" ]
  ] ) ; # 
  fhir:version [ fhir:v "2.0.0"] ; # 
  fhir:name [ fhir:v "MeasureType"] ; # 
  fhir:title [ fhir:v "MeasureType"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2021-03-26T21:10:28+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir@lists.hl7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of measure (includes codes from 2.16.840.1.113883.1.11.20368)."] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:valueSet [
fhir:v "http://terminology.hl7.org/ValueSet/measure-type"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/ValueSet/measure-type>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:property ( [
fhir:code [ fhir:v "status" ] ;
fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#status"^^xsd:anyURI ] ;
fhir:description [ fhir:v "Designation of a concept's state. Normally is not populated unless the state is retired." ] ;
fhir:type [ fhir:v "code" ]
  ] ) ; # 
  fhir:concept ( [
fhir:code [ fhir:v "process" ] ;
fhir:display [ fhir:v "Process" ] ;
fhir:definition [ fhir:v "A measure which focuses on a process which leads to a certain outcome, meaning that a scientific basis exists for believing that the process, when executed well, will increase the probability of achieving a desired outcome." ]
  ] [
fhir:code [ fhir:v "outcome" ] ;
fhir:display [ fhir:v "Outcome" ] ;
fhir:definition [ fhir:v "A measure that indicates the result of the performance (or non-performance) of a function or process." ]
  ] [
fhir:code [ fhir:v "structure" ] ;
fhir:display [ fhir:v "Structure" ] ;
fhir:definition [ fhir:v "A measure that focuses on a health care provider's capacity, systems, and processes to provide high-quality care." ]
  ] [
fhir:code [ fhir:v "patient-reported-outcome" ] ;
fhir:display [ fhir:v "Patient Reported Outcome" ] ;
fhir:definition [ fhir:v "A measure that focuses on patient-reported information such as patient engagement or patient experience measures." ]
  ] [
fhir:code [ fhir:v "composite" ] ;
fhir:display [ fhir:v "Composite" ] ;
fhir:definition [ fhir:v "A measure that combines multiple component measures in to a single quality measure." ] ;
    ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "retired" ]     ] )
  ] ) . #