This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Clinical Quality Information Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw JSON (canonical form + also see JSON Format Specification)
Definition for Code SystemMeasureDefinitionExample
{ "resourceType" : "CodeSystem", "id" : "measure-definition-example", "meta" : { "lastUpdated" : "2022-09-07T10:58:29.429+10:00", "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"] }, "text" : { "status" : "generated", "div" : "<div>!-- Snipped for Brevity --></div>" }, "extension" : [{ "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode" : "cqi" }], "url" : "http://terminology.hl7.org/CodeSystem/measure-definition-example", "identifier" : [{ "system" : "urn:ietf:rfc:3986", "value" : "urn:oid:2.16.840.1.113883.4.642.4.2043" }], "version" : "5.0.0-ballot", "name" : "MeasureDefinitionExample", "title" : "MeasureDefinitionExample", "status" : "draft", "experimental" : true, "publisher" : "Clinical Quality Information Workgroup", "description" : "Example Measure Definitions for the Measure Resource.", "caseSensitive" : true, "valueSet" : "http://hl7.org/fhir/ValueSet/measure-definition-example", "content" : "complete", "concept" : [{ "code" : "screening", "display" : "Screening", "definition" : "Completion of a clinical or diagnostic tool used to identify people at risk of developing or having a certain disease or condition, even in the absence of symptoms." }, { "code" : "standardized-depression-screening-tool", "display" : "Standardized Depression Screening Tool", "definition" : "A normalized and validated depression screening tool developed for the patient population in which it is being utilized." }] }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.