Data Exchange For Quality Measures STU3 for FHIR R4
2.1.0 - Ballot

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v2.1.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

: Library Mrp Example - 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:Library;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "library-mrp-example"];
  fhir:Resource.meta [
     fhir:Meta.source [ fhir:value "http://example.org/fhir/server" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: library-mrp-example</p><p><b>meta</b>: </p><p><b>url</b>: <a href=\"http://hl7.org/fhir/us/davinci-deqm/Library/library-mrp-example\">http://hl7.org/fhir/us/davinci-deqm/Library/library-mrp-example</a></p><p><b>version</b>: 2.1.0</p><p><b>name</b>: DEQMLibraryMRPExample</p><p><b>title</b>: DEQM Library MRP Example</p><p><b>status</b>: active</p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/library-type module-definition}\">Module Definition</span></p><p><b>date</b>: 15/08/2020 11:57:12 AM</p><p><b>publisher</b>: HL7 International - Clinical Quality Information Work Group</p><p><b>contact</b>: http://www.hl7.org/Special/committees/cqi/index.cfm</p><p><b>description</b>: Example Library resource to demonstrate the framework for MRP</p><p><b>jurisdiction</b>: <span title=\"Codes: {urn:iso:std:iso:3166 US}\">United States of America</span></p><p><b>dataRequirement</b>: , , , , , , </p></div>"
  ];
  fhir:Library.url [ fhir:value "http://hl7.org/fhir/us/davinci-deqm/Library/library-mrp-example"];
  fhir:Library.version [ fhir:value "2.1.0"];
  fhir:Library.name [ fhir:value "DEQMLibraryMRPExample"];
  fhir:Library.title [ fhir:value "DEQM Library MRP Example"];
  fhir:Library.status [ fhir:value "active"];
  fhir:Library.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/library-type" ];
       fhir:Coding.code [ fhir:value "module-definition" ]     ]
  ];
  fhir:Library.date [ fhir:value "2020-08-15T11:57:12+10:00"^^xsd:dateTime];
  fhir:Library.publisher [ fhir:value "HL7 International - Clinical Quality Information Work Group"];
  fhir:Library.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/cqi/index.cfm" ]     ]
  ];
  fhir:Library.description [ fhir:value "Example Library resource to demonstrate the framework for MRP"];
  fhir:Library.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ]     ]
  ];
  fhir:Library.dataRequirement [
     fhir:index 0;
     fhir:DataRequirement.type [ fhir:value "MeasureReport" ];
     fhir:DataRequirement.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:index 1;
     fhir:DataRequirement.type [ fhir:value "Patient" ];
     fhir:DataRequirement.profile [
       fhir:value "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient>     ]
  ], [
     fhir:index 2;
     fhir:DataRequirement.type [ fhir:value "Encounter" ];
     fhir:DataRequirement.profile [
       fhir:value "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter>     ]
  ], [
     fhir:index 3;
     fhir:DataRequirement.type [ fhir:value "Location" ];
     fhir:DataRequirement.profile [
       fhir:value "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location>     ]
  ], [
     fhir:index 4;
     fhir:DataRequirement.type [ fhir:value "Task" ];
     fhir:DataRequirement.profile [
       fhir:value "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-task";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-task>     ]
  ], [
     fhir:index 5;
     fhir:DataRequirement.type [ fhir:value "Organization" ];
     fhir:DataRequirement.profile [
       fhir:value "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/organization-deqm";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/organization-deqm>     ]
  ], [
     fhir:index 6;
     fhir:DataRequirement.type [ fhir:value "Practitioner" ];
     fhir:DataRequirement.profile [
       fhir:value "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/practitioner-deqm";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/practitioner-deqm>     ]
  ].

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

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