Clinical
Reasoning
This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v5.0.0:
R5
-
STU
).
This
is
the
current
published
version
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
| Responsible Owner: Clinical Quality Information Work Group | Standards Status : Informative | Compartments : Group , Patient |
Raw Turtle (+ also see Turtle/RDF Format Specification )
Example MeasureReport for a single patient
@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 -------------------------------------------------------------------[a fhir:MeasureReport ;<http://hl7.org/fhir/MeasureReport/general-example-of-report> a fhir:MeasureReport ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "general-example-of-report"] ; #fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MeasureReport</b><a name=\"general-example-of-report\"> </a></p><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\">Resource MeasureReport "general-example-of-report" </p></div><p><b>status</b>: complete</p><p><b>type</b>: individual</p><p><b>measure</b>: <a href=\"http://ohie.org/Measure/hiv-indicators\">http://ohie.org/Measure/hiv-indicators</a></p><p><b>subject</b>: <a name=\"patient-new\"> </a></p><blockquote><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Duck Donald (OFFICIAL)</b> male, DoB: 1976-05-17</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail:</td><td colspan=\"3\">1234 Main Street DC 20001 USA (HOME)</td></tr></table></blockquote><p><b>period</b>: 2018-01-01 --> 2018-12-31</p><blockquote><p><b>group</b></p><p><b>code</b>: QRPH_ADX_ART5_N <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#QRPH_ADX_ART5_N)</span></p><p><b>measureScore</b>: 1</p><blockquote><p><b>stratifier</b></p><p><b>code</b>: AGE_GROUP:SEX <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#AGE_GROUP:SEX)</span></p><blockquote><p><b>stratum</b></p><p><b>value</b>: P0Y--P20Y:F <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#P0Y--P20Y:F)</span></p><p><b>measureScore</b>: 0</p></blockquote><blockquote><p><b>stratum</b></p><p><b>value</b>: P0Y--P20Y:M <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#P0Y--P20Y:M)</span></p><p><b>measureScore</b>: 0</p></blockquote><blockquote><p><b>stratum</b></p><p><b>value</b>: P20Y--P40Y:F <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#P20Y--P40Y:F)</span></p><p><b>measureScore</b>: 0</p></blockquote><blockquote><p><b>stratum</b></p><p><b>value</b>: P20Y--P40Y:M <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#P20Y--P40Y:M)</span></p><p><b>measureScore</b>: 0</p></blockquote><blockquote><p><b>stratum</b></p><p><b>value</b>: P40Y--P65Y:F <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#P40Y--P65Y:F)</span></p><p><b>measureScore</b>: 0</p></blockquote><blockquote><p><b>stratum</b></p><p><b>value</b>: P40Y--P65Y:M <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#P40Y--P65Y:M)</span></p><p><b>measureScore</b>: 1</p></blockquote></blockquote></blockquote></div>" ] ; #fhir:contained ( [ a fhir:Patient ; fhir:id [ fhir:v "patient-new" ] ; fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Donald" ] ; fhir:given ( [ fhir:v "Duck" ] ) ] ) ; fhir:gender [ fhir:v "male" ] ; fhir:birthDate [ fhir:v "1976-05-17"^^xsd:date ] ; fhir:address ( [ fhir:use [ fhir:v "home" ] ; fhir:line ( [ fhir:v "1234 Main Street" ] ) ; fhir:city [ fhir:v "DC" ] ; fhir:postalCode [ fhir:v "20001" ] ; fhir:country [ fhir:v "USA" ] ] ) ] ) ; # fhir:status [ fhir:v "complete"] ; # fhir:type [ fhir:v "individual"] ; # fhir:measure [ fhir:v "http://ohie.org/Measure/hiv-indicators"^^xsd:anyURI ;fhir:link <http://ohie.org/Measure/hiv-indicators>fhir:l <http://ohie.org/Measure/hiv-indicators> ] ; # fhir:subject [ fhir:l <#patient-new> ; fhir:reference [ fhir:v "#patient-new" ] ] ; # fhir:period [ fhir:start [ fhir:v "2018-01-01"^^xsd:date ] ; fhir:end [ fhir:v "2018-12-31"^^xsd:date ] ] ; # fhir:group ( [ fhir:code [ fhir:coding ( [ fhir:code [ fhir:v "QRPH_ADX_ART5_N" ] ] ) ] ; fhir:measureScore [ a fhir:Quantity ; fhir:value [ fhir:v "1"^^xsd:decimal ] ] ; fhir:stratifier ( [ fhir:code [ fhir:coding ( [ fhir:code [ fhir:v "AGE_GROUP:SEX" ] ] ) ] ; fhir:stratum ( [ fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:code [ fhir:v "P0Y--P20Y:F" ] ] ) ] ; fhir:measureScore [ a fhir:Quantity ; fhir:value [ fhir:v "0"^^xsd:decimal ] ] ] [ fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:code [ fhir:v "P0Y--P20Y:M" ] ] ) ] ; fhir:measureScore [ a fhir:Quantity ; fhir:value [ fhir:v "0"^^xsd:decimal ] ] ] [ fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:code [ fhir:v "P20Y--P40Y:F" ] ] ) ] ; fhir:measureScore [ a fhir:Quantity ; fhir:value [ fhir:v "0"^^xsd:decimal ] ] ] [ fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:code [ fhir:v "P20Y--P40Y:M" ] ] ) ] ; fhir:measureScore [ a fhir:Quantity ; fhir:value [ fhir:v "0"^^xsd:decimal ] ] ] [ fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:code [ fhir:v "P40Y--P65Y:F" ] ] ) ] ; fhir:measureScore [ a fhir:Quantity ; fhir:value [ fhir:v "0"^^xsd:decimal ] ] ] [ fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:code [ fhir:v "P40Y--P65Y:M" ] ] ) ] ; fhir:measureScore [ a fhir:Quantity ; fhir:value [ fhir:v "1"^^xsd:decimal ] ] ] ) ] )] )] . #] ) . # # -------------------------------------------------------------------------------------
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
R5
hl7.fhir.core#5.0.0
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Sun,
Mar
26,
2023
15:25+1100.
Fri,
Nov
14,
2025
20:59+0000.
Links:
Search
|
Version
History
|
Contents
|
Glossary
|
QA
|
Compare
to
R4
|
Compare
to
R4B
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change