Canonical Resource Management Infrastructure Implementation Guide
1.1.0-cibuild - cibuild International flag

Canonical Resource Management Infrastructure Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 1.1.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/crmi-ig/ and changes regularly. See the Directory of published versions

: Example MeasureReport - TTL Representation

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:MeasureReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "result-example"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MeasureReport result-example</b></p><a name=\"result-example\"> </a><a name=\"hcresult-example\"> </a><a name=\"result-example-en-US\"> </a><p><b>Messages</b>: <a href=\"#hcresult-example/messages\">OperationOutcome</a></p><p><b>status</b>: Error</p><p><b>type</b>: Individual</p><p><b>measure</b>: <a href=\"Measure-publishable-example.html\">ANC.IND.01 Percentage of pregnant women with first ANC contact in the first trimester (Publishable Example)</a></p><p><b>period</b>: 2023-01-01 --&gt; 2023-12-31</p><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>group-1</blockquote><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>initial-population</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 0</p></blockquote><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>denominator</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population denominator}\">Denominator</span></p><p><b>count</b>: 0</p></blockquote><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numerator</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population numerator}\">Numerator</span></p><p><b>count</b>: 0</p></blockquote><p><b>measureScore</b>: 0.0</p><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>by-age</blockquote><p><b>code</b>: <span title=\"Codes:\">Age</span></p></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>by-education-level</blockquote><p><b>code</b>: <span title=\"Codes:\">Education Level</span></p></blockquote></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome  #messages</b></p><a name=\"result-example/messages\"> </a><a name=\"hcresult-example/messages\"> </a><a name=\"result-example/messages-en-US\"> </a><table class=\"grid\"><tr><td><b>Severity</b></td><td><b>Location</b></td><td><b>Code</b></td><td><b>Details</b></td><td><b>Diagnostics</b></td></tr><tr><td>Fatal</td><td/><td>Invalid Content</td><td>Errors translating library ANCCohort</td><td/></tr></table></blockquote></div>"
  ] ; # 
  fhir:contained ( [
a fhir:OperationOutcome ;
fhir:id [ fhir:v "messages" ] ;
    ( fhir:issue [
fhir:severity [ fhir:v "fatal" ] ;
fhir:code [ fhir:v "invalid" ] ;
fhir:details [
fhir:text [ fhir:v "Errors translating library ANCCohort" ]       ]     ] )
  ] ) ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-messages"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "#messages" ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "error"] ; # 
  fhir:type [ fhir:v "individual"] ; # 
  fhir:measure [
fhir:v "http://hl7.org/fhir/uv/crmi/Measure/publishable-example"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/crmi/Measure/publishable-example>
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2023-01-01"^^xsd:date ] ;
fhir:end [ fhir:v "2023-12-31"^^xsd:date ]
  ] ; # 
  fhir:group ( [
fhir:id [ fhir:v "group-1" ] ;
    ( fhir:population [
fhir:id [ fhir:v "initial-population" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ] ;
fhir:code [ fhir:v "initial-population" ]         ] )       ] ;
fhir:count [ fhir:v "0"^^xsd:integer ]     ] [
fhir:id [ fhir:v "denominator" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ] ;
fhir:code [ fhir:v "denominator" ]         ] )       ] ;
fhir:count [ fhir:v "0"^^xsd:integer ]     ] [
fhir:id [ fhir:v "numerator" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ] ;
fhir:code [ fhir:v "numerator" ]         ] )       ] ;
fhir:count [ fhir:v "0"^^xsd:integer ]     ] ) ;
fhir:measureScore [
fhir:value [ fhir:v "0.0"^^xsd:decimal ]     ] ;
    ( fhir:stratifier [
fhir:id [ fhir:v "by-age" ] ;
      ( fhir:code [
fhir:text [ fhir:v "Age" ]       ] )     ] [
fhir:id [ fhir:v "by-education-level" ] ;
      ( fhir:code [
fhir:text [ fhir:v "Education Level" ]       ] )     ] )
  ] ) . #