Data Exchange For Quality Measures STU3 for FHIR R4
3.0.0 - STU 3

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v3.0.0: STU 3) based on FHIR R4. The current version which supercedes this version is 3.1.0. For a full list of available versions, see the Directory of published versions

: Datax Measurereport01 - 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:Resource.id [ fhir:value "datax-measurereport01"];
  fhir:Resource.meta [
     fhir:Meta.source [ fhir:value "http://example.org/fhir/server" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/datax-measurereport-deqm";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/datax-measurereport-deqm>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>Software System</b>: <a href=\"Device-deqm-software-system-example.html\">Generated Summary: <span title=\"Codes: {http://hl7.org/fhir/us/cqfmeasures/CodeSystem/software-system-type tooling}\">Tooling</span></a></p><p><b>DEQM Submit Data Update Type Extension</b>: incremental</p><p><b>status</b>: complete</p><p><b>type</b>: data-collection</p><p><b>measure</b>: <a href=\"http://hl7.org/fhir/us/davinci-deqm/Measure/measure-mrp-example\">http://hl7.org/fhir/us/davinci-deqm/Measure/measure-mrp-example</a></p><p><b>subject</b>: <a href=\"Patient-patient01.html\">Generated Summary: Medical record number: 12345 (USUAL); active; Jairo Webster (OFFICIAL); gender: male; birthDate: 1946-12-16; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Married</span></a></p><p><b>date</b>: Sep 5, 2018 4:59:52 PM</p><p><b>reporter</b>: <a href=\"Organization-organization01.html\">Generated Summary: Tax ID number: 123456789 (OFFICIAL); active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span>; name: DaVinciHospital01; Phone: (+1) 401-555-1212</a></p><p><b>period</b>: 2018-08-01 --&gt; 2018-09-01</p><p><b>evaluatedResource</b>: <a href=\"Task-task01.html\">Generated Summary: id: 19009; status: completed; intent: plan; priority: routine; <span title=\"Codes: {http://www.ama-assn.org/go/cpt 1111F}\">Medication Reconciliation</span>; executionPeriod: 2017-06-11 --&gt; 2017-06-11; authoredOn: Sep 25, 2018 2:24:23 PM</a></p></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-softwaresystem" ];
     fhir:Extension.valueReference [
       fhir:Reference.reference [ fhir:value "Device/deqm-software-system-example" ]     ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-submitDataUpdateType" ];
     fhir:Extension.valueCode [ fhir:value "incremental" ]
  ];
  fhir:MeasureReport.status [ fhir:value "complete"];
  fhir:MeasureReport.type [ fhir:value "data-collection"];
  fhir:MeasureReport.measure [
     fhir:value "http://hl7.org/fhir/us/davinci-deqm/Measure/measure-mrp-example";
     fhir:link <http://hl7.org/fhir/us/davinci-deqm/Measure/measure-mrp-example>
  ];
  fhir:MeasureReport.subject [
     fhir:Reference.reference [ fhir:value "Patient/patient01" ]
  ];
  fhir:MeasureReport.date [ fhir:value "2018-09-05T16:59:52.404Z"^^xsd:dateTime];
  fhir:MeasureReport.reporter [
     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.evaluatedResource [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Task/task01" ]
  ].

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

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