Data Exchange For Quality Measures Implementation Guide (Release 0.2.0 STU2 Ballot)

This is the (release 0.2.0) STU2 Ballot of the Data Exchange For Quality Measures Implementation Guide, based on FHIR Version 3.0.1. See the Directory of published versions.

Turtle Format: MeasureReport-indv-measurereport01

Download Raw ttl

@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:Resource.id [ fhir:value "indv-measurereport01"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/davinci-deqm/STU3/StructureDefinition/indv-measurereport-deqm";
       fhir:index 0     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: indv-measurereport01</p><p><b>meta</b>: </p><p><b>status</b>: complete</p><p><b>type</b>: individual</p><p><b>measure</b>: <a href=\"Measure-measure-mrp.html\">Generated Summary: id: measure-mrp; status: active</a></p><p><b>patient</b>: <a href=\"Patient-patient01.html\">Generated Summary: id: patient01; Medical record number = 12345 (USUAL); active; Jairo Webster (OFFICIAL); gender: male; birthDate: 16/12/1946; <span title=\"Codes: {http://hl7.org/fhir/v3/MaritalStatus M}\">Married</span></a></p><p><b>date</b>: 05/09/2018 4:59:52 PM</p><p><b>reportingOrganization</b>: <a href=\"Organization-organization01.html\">Generated Summary: id: organization01; Tax ID number = 123456789 (OFFICIAL); active; <span title=\"Codes: {http://hl7.org/fhir/organization-type prov}\">Healthcare Provider</span>; name: DaVinciHospital01; ph: (+1) 401-555-1212</a></p><p><b>period</b>: 01/08/2018 12:00:00 AM --&gt; 01/09/2018 12:00:00 AM</p><blockquote><p><b>group</b></p><p><b>identifier</b>: 112</p><h3>Populations</h3><table class=\"grid\"><tr><td>-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td>*</td><td>11234</td><td>Initial Population <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org/fhir/measure-population code 'initial-population' = 'Initial Population', given as 'Initial Population'})</span></td></tr></table><p><b>measureScore</b>: 100</p></blockquote><p><b>evaluatedResources</b>: </p></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-deqm/STU3/StructureDefinition/extension-certificationIdentifier" ];
     fhir:Extension.valueIdentifier [
       fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.3.2074.1" ];
       fhir:Identifier.value [ fhir:value "0015HQN9BD3304E" ]     ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-deqm/STU3/StructureDefinition/extension-reportingVendor" ];
     fhir:Extension.valueReference [
       fhir:Reference.reference [ fhir:value "Organization/organization02" ]     ]
  ];
  fhir:MeasureReport.status [ fhir:value "complete"];
  fhir:MeasureReport.type [ fhir:value "individual"];
  fhir:MeasureReport.measure [
     fhir:Reference.reference [ fhir:value "Measure/measure-mrp" ]
  ];
  fhir:MeasureReport.patient [
     fhir:Reference.reference [ fhir:value "Patient/patient01" ]
  ];
  fhir:MeasureReport.date [ fhir:value "2018-09-05T16:59:52.404Z"^^xsd:dateTime];
  fhir:MeasureReport.reportingOrganization [
     fhir:Reference.reference [ fhir:value "Organization/organization01" ]
  ];
  fhir:MeasureReport.period [
     fhir:Period.start [ fhir:value "2018-08-01"^^xsd:date ];
     fhir:Period.end [ fhir:value "2018-09-01"^^xsd:date ]
  ];
  fhir:MeasureReport.group [
     fhir:index 0;
     fhir:MeasureReport.group.identifier [
       fhir:Identifier.system [ fhir:value "http://www.acme.org/groups" ];
       fhir:Identifier.value [ fhir:value "112" ]     ];
     fhir:MeasureReport.group.population [
       fhir:index 0;
       fhir:MeasureReport.group.population.identifier [
         fhir:Identifier.system [ fhir:value "http://www.acme.org/populations" ];
         fhir:Identifier.value [ fhir:value "11234" ]       ];
       fhir:MeasureReport.group.population.code [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://hl7.org/fhir/measure-population" ];
           fhir:Coding.code [ fhir:value "initial-population" ];
           fhir:Coding.display [ fhir:value "Initial Population" ]         ]       ]     ];
     fhir:MeasureReport.group.measureScore [ fhir:value "100"^^xsd:decimal ]
  ];
  fhir:MeasureReport.evaluatedResources [
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-deqm/STU3/StructureDefinition/extension-referenceAny" ];
       fhir:Extension.valueReference [
         fhir:Reference.reference [ fhir:value "Task/Task01" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.