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

: MeasureScoring - 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-scoring"] ; # 
  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-scoring"^^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.1232" ]
  ] ) ; # 
  fhir:version [ fhir:v "2.0.0"] ; # 
  fhir:name [ fhir:v "MeasureScoring"] ; # 
  fhir:title [ fhir:v "MeasureScoring"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2021-03-26T11: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 scoring type of the measure."] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:valueSet [
fhir:v "http://terminology.hl7.org/ValueSet/measure-scoring"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/ValueSet/measure-scoring>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "proportion" ] ;
fhir:display [ fhir:v "Proportion" ] ;
fhir:definition [ fhir:v "The measure score is defined using a proportion." ]
  ] [
fhir:code [ fhir:v "ratio" ] ;
fhir:display [ fhir:v "Ratio" ] ;
fhir:definition [ fhir:v "The measure score is defined using a ratio." ]
  ] [
fhir:code [ fhir:v "continuous-variable" ] ;
fhir:display [ fhir:v "Continuous Variable" ] ;
fhir:definition [ fhir:v "The score is defined by a calculation of some quantity." ]
  ] [
fhir:code [ fhir:v "cohort" ] ;
fhir:display [ fhir:v "Cohort" ] ;
fhir:definition [ fhir:v "The measure is a cohort definition." ]
  ] [
fhir:code [ fhir:v "composite" ] ;
fhir:display [ fhir:v "Composite" ] ;
fhir:definition [ fhir:v "The measure score combines multiple component measures in to a single quality measure score." ]
  ] ) . #