@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 "

Properties

This code system defines the following properties for its concepts

CodeURITypeDescription
statushttp://hl7.org/fhir/concept-properties#statuscodeDesignation of a concept's state. Normally is not populated unless the state is retired.

Concepts

This case-sensitive code system http://terminology.hl7.org/CodeSystem/measure-type defines the following codes:

CodeDisplayDefinitionstatus
process ProcessA 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.
outcome OutcomeA measure that indicates the result of the performance (or non-performance) of a function or process.
structure StructureA measure that focuses on a health care provider's capacity, systems, and processes to provide high-quality care.
patient-reported-outcome Patient Reported OutcomeA measure that focuses on patient-reported information such as patient engagement or patient experience measures.
composite CompositeA measure that combines multiple component measures in to a single quality measure.retired
" ] ; # 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 "3.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 "Health Level Seven International"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "hq@HL7.org" ] ] ) ] ) ; # fhir:description [ fhir:v "The type of measure (includes codes from 2.16.840.1.113883.1.11.20368)."] ; # fhir:copyright [ fhir:v "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:valueSet [ fhir:v "http://terminology.hl7.org/ValueSet/measure-type"^^xsd:anyURI ; fhir:link ] ; # 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" ] ] ) ] ) . # # -------------------------------------------------------------------------------------