FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example MeasureReport/hiv-indicators (Turtle)

Clinical Quality Information Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Patient

Raw Turtle (+ also see Turtle/RDF Format Specification)

Example MeasureReport for reporting public health data elements

@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 "hiv-indicators"] ; # 
  fhir:status [ fhir:v "complete"] ; # 
  fhir:type [ fhir:v "summary"] ; # 
  fhir:measure [
     fhir:v "http://ohie.org/Measure/hiv-indicators"^^xsd:anyURI ;
     fhir:link <http://ohie.org/Measure/hiv-indicators>
  ] ; # 
  fhir:reporter [
     fhir:reference [ fhir:v "Organization/hl7" ]
  ] ; # 
  fhir:period [
     fhir:start [ fhir:v "2018-01-01"^^xsd:date ] ;
     fhir:end [ fhir:v "2018-01-31"^^xsd:date ]
  ] ; # 
  fhir:group ( [
     fhir:code [
       fhir:coding ( [
         fhir:code [ fhir:v "QRPH_ADX_ART1_N" ]
       ] )
     ] ;
     fhir:measureScore [
       a fhir:Quantity ;
       fhir:value [ fhir:v "0"^^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--P1Y: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--P1Y:M" ]
           ] )
         ] ;
         fhir:measureScore [
           a fhir:Quantity ;
           fhir:value [ fhir:v "0"^^xsd:decimal ]
         ]
       ] [
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:code [ fhir:v "P1Y--P5Y:F" ]
           ] )
         ] ;
         fhir:measureScore [
           a fhir:Quantity ;
           fhir:value [ fhir:v "0"^^xsd:decimal ]
         ]
       ] [
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:code [ fhir:v "P1Y--P5Y:M" ]
           ] )
         ] ;
         fhir:measureScore [
           a fhir:Quantity ;
           fhir:value [ fhir:v "0"^^xsd:decimal ]
         ]
       ] [
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:code [ fhir:v "P10Y--P15Y:F" ]
           ] )
         ] ;
         fhir:measureScore [
           a fhir:Quantity ;
           fhir:value [ fhir:v "0"^^xsd:decimal ]
         ]
       ] [
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:code [ fhir:v "P10Y--P15Y:M" ]
           ] )
         ] ;
         fhir:measureScore [
           a fhir:Quantity ;
           fhir:value [ fhir:v "0"^^xsd:decimal ]
         ]
       ] )
     ] ) #  ... 
  ] [
     fhir:code [
       fhir:coding ( [
         fhir:code [ fhir:v "QRPH_ADX_ART1_N" ]
       ] )
     ] ;
     fhir:measureScore [
       a fhir:Quantity ;
       fhir:value [ fhir:v "0"^^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--P1Y: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--P1Y:M" ]
           ] )
         ] ;
         fhir:measureScore [
           a fhir:Quantity ;
           fhir:value [ fhir:v "0"^^xsd:decimal ]
         ]
       ] [
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:code [ fhir:v "P1Y--P5Y:F" ]
           ] )
         ] ;
         fhir:measureScore [
           a fhir:Quantity ;
           fhir:value [ fhir:v "0"^^xsd:decimal ]
         ]
       ] [
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:code [ fhir:v "P1Y--P5Y:M" ]
           ] )
         ] ;
         fhir:measureScore [
           a fhir:Quantity ;
           fhir:value [ fhir:v "0"^^xsd:decimal ]
         ]
       ] [
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:code [ fhir:v "P10Y--P15Y:F" ]
           ] )
         ] ;
         fhir:measureScore [
           a fhir:Quantity ;
           fhir:value [ fhir:v "0"^^xsd:decimal ]
         ]
       ] [
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:code [ fhir:v "P10Y--P15Y:M" ]
           ] )
         ] ;
         fhir:measureScore [
           a fhir:Quantity ;
           fhir:value [ fhir:v "0"^^xsd:decimal ]
         ]
       ] )
     ] ) #  ... 
  ] [
     fhir:code [
       fhir:coding ( [
         fhir:code [ fhir:v "QRPH_ADX_ART1_N" ]
       ] )
     ] ;
     fhir:measureScore [
       a fhir:Quantity ;
       fhir:value [ fhir:v "0"^^xsd:decimal ]
     ] ;
     fhir:stratifier ( [
       fhir:stratum ( [
         fhir:component ( [
           fhir:code [
             fhir:coding ( [
               fhir:code [ fhir:v "AGE_GROUP" ]
             ] )
           ] ;
           fhir:value [
             a fhir:CodeableConcept ;
             fhir:coding ( [
               fhir:code [ fhir:v "P0Y--P1Y" ]
             ] )
           ]
         ] [
           fhir:code [
             fhir:coding ( [
               fhir:code [ fhir:v "SEX" ]
             ] )
           ] ;
           fhir:value [
             a fhir:CodeableConcept ;
             fhir:coding ( [
               fhir:code [ fhir:v "F" ]
             ] )
           ]
         ] ) ;
         fhir:measureScore [
           a fhir:Quantity ;
           fhir:value [ fhir:v "0"^^xsd:decimal ]
         ]
       ] [
         fhir:component ( [
           fhir:code [
             fhir:coding ( [
               fhir:code [ fhir:v "AGE_GROUP" ]
             ] )
           ] ;
           fhir:value [
             a fhir:CodeableConcept ;
             fhir:coding ( [
               fhir:code [ fhir:v "P0Y--P1Y" ]
             ] )
           ]
         ] [
           fhir:code [
             fhir:coding ( [
               fhir:code [ fhir:v "SEX" ]
             ] )
           ] ;
           fhir:value [
             a fhir:CodeableConcept ;
             fhir:coding ( [
               fhir:code [ fhir:v "M" ]
             ] )
           ]
         ] ) ;
         fhir:measureScore [
           a fhir:Quantity ;
           fhir:value [ fhir:v "0"^^xsd:decimal ]
         ]
       ] [
         fhir:component ( [
           fhir:code [
             fhir:coding ( [
               fhir:code [ fhir:v "AGE_GROUP" ]
             ] )
           ] ;
           fhir:value [
             a fhir:CodeableConcept ;
             fhir:coding ( [
               fhir:code [ fhir:v "P1Y--P5Y" ]
             ] )
           ]
         ] [
           fhir:code [
             fhir:coding ( [
               fhir:code [ fhir:v "SEX" ]
             ] )
           ] ;
           fhir:value [
             a fhir:CodeableConcept ;
             fhir:coding ( [
               fhir:code [ fhir:v "F" ]
             ] )
           ]
         ] ) ;
         fhir:measureScore [
           a fhir:Quantity ;
           fhir:value [ fhir:v "0"^^xsd:decimal ]
         ]
       ] [
         fhir:component ( [
           fhir:code [
             fhir:coding ( [
               fhir:code [ fhir:v "AGE_GROUP" ]
             ] )
           ] ;
           fhir:value [
             a fhir:CodeableConcept ;
             fhir:coding ( [
               fhir:code [ fhir:v "P1Y--P5Y" ]
             ] )
           ]
         ] [
           fhir:code [
             fhir:coding ( [
               fhir:code [ fhir:v "SEX" ]
             ] )
           ] ;
           fhir:value [
             a fhir:CodeableConcept ;
             fhir:coding ( [
               fhir:code [ fhir:v "F" ]
             ] )
           ]
         ] ) ;
         fhir:measureScore [
           a fhir:Quantity ;
           fhir:value [ fhir:v "0"^^xsd:decimal ]
         ]
       ] )
     ] ) #  ... 
  ] )] . #  Option 1: Mashup  

# -------------------------------------------------------------------------------------


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.