Terminology
Publish-box
(todo)
This
is
the
Continuous
Integration
Build
of
FHIR
(will
be
incorrect/inconsistent
at
times).
See
the
Directory
of
published
versions
| Responsible Owner: Clinical Quality Information Work Group | Standards Status : Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification )
Definition for Code SystemMeasureDefinitionExample
@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 ------------------------------------------------------------------- <http://hl7.org/fhir/CodeSystem/measure-definition-example> a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "measure-definition-example"] ; # fhir:meta [fhir:lastUpdated [ fhir:v "2025-04-01T12:16:37.966+11:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem> ] )fhir:lastUpdated [ fhir:v "2025-11-10T15:17:08.817+00:00"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ;fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem measure-definition-example</b></p><a name=\"measure-definition-example\"> </a><a name=\"hcmeasure-definition-example\"> </a><a name=\"measure-definition-example-en-AU\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://hl7.org/fhir/measure-definition-example</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">screening<a name=\"measure-definition-example-screening\"> </a></td><td>Screening</td><td>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.</td></tr><tr><td style=\"white-space:nowrap\">standardized-depression-screening-tool<a name=\"measure-definition-example-standardized-depression-screening-tool\"> </a></td><td>Standardized Depression Screening Tool</td><td>A normalized and validated depression screening tool developed for the patient population in which it is being utilized.</td></tr></table></div>"^^rdf:XMLLiteralfhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem measure-definition-example</b></p><a name=\"measure-definition-example\"> </a><a name=\"hcmeasure-definition-example\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/measure-definition-example</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">screening<a name=\"measure-definition-example-screening\"> </a></td><td>Screening</td><td>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.</td></tr><tr><td style=\"white-space:nowrap\">standardized-depression-screening-tool<a name=\"measure-definition-example-standardized-depression-screening-tool\"> </a></td><td>Standardized Depression Screening Tool</td><td>A normalized and validated depression screening tool developed for the patient population in which it is being utilized.</td></tr></table></div>"^^rdf:XMLLiteral ] ] ; # fhir:extension ( [fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg> ] ; fhir:value [a fhir:code ;a fhir:Code ; fhir:v "cqi" ] ] ) ; #fhir:url [ fhir:v "http://hl7.org/fhir/measure-definition-example"^^xsd:anyURI] ; #fhir:url [ fhir:v "http://hl7.org/fhir/measure-definition-example"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/measure-definition-example> ] ; # fhir:identifier ( [fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ; fhir:l <urn:ietf:rfc:3986> ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.2043" ] ] ) ; # fhir:version [ fhir:v "6.0.0-ballot3"] ; # fhir:name [ fhir:v "MeasureDefinitionExample"] ; # fhir:title [ fhir:v "Measure Definition Example"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v true] ; # fhir:publisher [ fhir:v "Clinical Quality Information Workgroup"] ; # fhir:description [ fhir:v "Example Measure Definitions for the Measure Resource."] ; # fhir:jurisdiction ( [ fhir:coding ( [fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ; fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm> ] ; fhir:code [ fhir:v "001" ] ; fhir:display [ fhir:v "World" ] ] ) ] ) ; # fhir:caseSensitive [ fhir:v true] ; # fhir:valueSet [ fhir:v "http://hl7.org/fhir/ValueSet/measure-definition-example"^^xsd:anyURI ;fhir:link <http://hl7.org/fhir/ValueSet/measure-definition-example>fhir:l <http://hl7.org/fhir/ValueSet/measure-definition-example> ] ; # fhir:hierarchyMeaning [] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "screening" ] ; fhir:display [ fhir:v "Screening" ] ; fhir:definition [ fhir:v "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." ] ] [ fhir:code [ fhir:v "standardized-depression-screening-tool" ] ; fhir:display [ fhir:v "Standardized Depression Screening Tool" ] ; fhir:definition [ fhir:v "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.
FHIR
®©
HL7.org
2011+.
FHIR
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Tue,
Apr
1,
Mon,
Nov
10,
2025
12:21+1100.
15:19+0000.
Links:
Search
|
Version
History
|
Contents
|
Glossary
|
QA
|
Compare
to
R4
|
Compare
to
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change