@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 -------------------------------------------------------------------

<http://hl7.org/fhir/uv/cqm/MeasureReport/IGRatio-gus> a fhir:MeasureReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "IGRatio-gus"] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MeasureReport IGRatio-gus</b></p><a name=\"IGRatio-gus\"> </a><a name=\"hcIGRatio-gus\"> </a><p><b>CQM Test Case Description</b>: </p><div><p>Ratio test case — Gus: denominator branch = in the denominator; numerator branch = in the numerator.</p>\n</div><p><b>CQM Is Test Case</b>: true</p><p><b>status</b>: Complete</p><p><b>type</b>: Individual</p><p><b>measure</b>: <a href=\"Measure-IGRatio.html\">IG Ratio Measure</a></p><p><b>subject</b>: <a href=\"Bundle-scoring-test-patients.html#http-//example.org/fhir/Patient/gus\">Gus Example  (no stated gender), DoB Unknown</a></p><p><b>period</b>: 2024-01-01 --&gt; 2024-12-31</p><blockquote><p><b>group</b></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>ipp-1</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>: 1</p></blockquote><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>ipp-2</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>: 1</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population denominator}\">Denominator</span></p><p><b>count</b>: 1</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population denominator-exclusion}\">Denominator Exclusion</span></p><p><b>count</b>: 0</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population numerator}\">Numerator</span></p><p><b>count</b>: 1</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population numerator-exclusion}\">Numerator Exclusion</span></p><p><b>count</b>: 0</p></blockquote><p><b>measureScore</b>: 1.0</p></blockquote></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/cqm/StructureDefinition/cqm-testCaseDescription" ] ;
     fhir:Extension.valueMarkdown [ fhir:value "Ratio test case — Gus: denominator branch = in the denominator; numerator branch = in the numerator." ]
  ] ;
  fhir:DomainResource.modifierExtension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/cqm/StructureDefinition/cqm-isTestCase" ] ;
     fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ]
  ] ;
  fhir:MeasureReport.status [ fhir:value "complete"] ;
  fhir:MeasureReport.type [ fhir:value "individual"] ;
  fhir:MeasureReport.measure [
     fhir:value "http://hl7.org/fhir/uv/cqm/Measure/IGRatio" ;
     fhir:link <http://hl7.org/fhir/uv/cqm/Measure/IGRatio>
  ] ;
  fhir:MeasureReport.subject [
     fhir:link <http://example.org/fhir/Patient/gus> ;
     fhir:Reference.reference [ fhir:value "http://example.org/fhir/Patient/gus" ]
  ] ;
  fhir:MeasureReport.period [
     fhir:Period.start [ fhir:value "2024-01-01"^^xsd:date ] ;
     fhir:Period.end [ fhir:value "2024-12-31"^^xsd:date ]
  ] ;
  fhir:MeasureReport.group [
     fhir:index -1 ;
     fhir:MeasureReport.group.population [
       fhir:index -1 ;
       fhir:Element.id [ fhir:value "ipp-1" ] ;
       fhir:MeasureReport.group.population.code [
         fhir:CodeableConcept.coding [
           fhir:index -1 ;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/measure-population" ] ;
           fhir:Coding.code [ fhir:value "initial-population" ]
         ]
       ] ;
       fhir:MeasureReport.group.population.count [ fhir:value "1"^^xsd:integer ]
     ], [
       fhir:index -1 ;
       fhir:Element.id [ fhir:value "ipp-2" ] ;
       fhir:MeasureReport.group.population.code [
         fhir:CodeableConcept.coding [
           fhir:index -1 ;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/measure-population" ] ;
           fhir:Coding.code [ fhir:value "initial-population" ]
         ]
       ] ;
       fhir:MeasureReport.group.population.count [ fhir:value "1"^^xsd:integer ]
     ], [
       fhir:index -1 ;
       fhir:MeasureReport.group.population.code [
         fhir:CodeableConcept.coding [
           fhir:index -1 ;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/measure-population" ] ;
           fhir:Coding.code [ fhir:value "denominator" ]
         ]
       ] ;
       fhir:MeasureReport.group.population.count [ fhir:value "1"^^xsd:integer ]
     ], [
       fhir:index -1 ;
       fhir:MeasureReport.group.population.code [
         fhir:CodeableConcept.coding [
           fhir:index -1 ;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/measure-population" ] ;
           fhir:Coding.code [ fhir:value "denominator-exclusion" ]
         ]
       ] ;
       fhir:MeasureReport.group.population.count [ fhir:value "0"^^xsd:integer ]
     ], [
       fhir:index -1 ;
       fhir:MeasureReport.group.population.code [
         fhir:CodeableConcept.coding [
           fhir:index -1 ;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/measure-population" ] ;
           fhir:Coding.code [ fhir:value "numerator" ]
         ]
       ] ;
       fhir:MeasureReport.group.population.count [ fhir:value "1"^^xsd:integer ]
     ], [
       fhir:index -1 ;
       fhir:MeasureReport.group.population.code [
         fhir:CodeableConcept.coding [
           fhir:index -1 ;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/measure-population" ] ;
           fhir:Coding.code [ fhir:value "numerator-exclusion" ]
         ]
       ] ;
       fhir:MeasureReport.group.population.count [ fhir:value "0"^^xsd:integer ]
     ] ;
     fhir:MeasureReport.group.measureScore [
       fhir:Quantity.value [ fhir:value "1.0"^^xsd:decimal ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/uv/cqm/MeasureReport/IGRatio-gus.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/uv/cqm/MeasureReport/IGRatio-gus.ttl> .

# -------------------------------------------------------------------------------------

