Quality Measure STU1 for FHIR STU3 Implementation Guide

This page is part of the Quality Measure STU2 for FHIR R4 Implementation Guide (v1.0.0: STU 1) based on FHIR R3. The current version which supercedes this version is 3.0.0. For a full list of available versions, see the Directory of published versions

FHIR

@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-fhir-model-definition"];
  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>: library-fhir-model-definition</p><p><b>url</b>: <a href=\"http://hl7.org/fhir/Library/library-fhir-model-definition\">http://hl7.org/fhir/Library/library-fhir-model-definition</a></p><p><b>identifier</b>: FHIR (OFFICIAL)</p><p><b>version</b>: 1.0.0</p><p><b>name</b>: FHIR</p><p><b>title</b>: FHIR Model Definition</p><p><b>status</b>: active</p><p><b>type</b>: Model Definition <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org/fhir/library-type code 'model-definition' = 'Model Definition)</span></p><p><b>date</b>: Jul 8, 2016 12:00:00 AM</p><p><b>publisher</b>: Health Level 7 International - Clinical Quality Information Work Group</p><p><b>description</b>: Model definition for the DSTU2 FHIR Model</p><p><b>approvalDate</b>: 2016-07-08</p><p><b>lastReviewDate</b>: 2016-07-08</p><p><b>jurisdiction</b>: United States of America <span style=\"background: LightGoldenRodYellow\">(Details : {urn:iso:std:iso:3166 code 'US' = 'United States of America', given as 'United States of America'})</span></p><p><b>contact</b>: </p><p><b>content</b>: </p></div>"
  ];
  fhir:Library.url [ fhir:value "http://hl7.org/fhir/Library/library-fhir-model-definition"];
  fhir:Library.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.system [ fhir:value "http://example.org/fhir/cqi/ecqm/Library/Identifier" ];
     fhir:Identifier.value [ fhir:value "FHIR" ]
  ];
  fhir:Library.version [ fhir:value "1.0.0"];
  fhir:Library.name [ fhir:value "FHIR"];
  fhir:Library.title [ fhir:value "FHIR Model Definition"];
  fhir:Library.status [ fhir:value "active"];
  fhir:Library.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/library-type" ];
       fhir:Coding.code [ fhir:value "model-definition" ]     ]
  ];
  fhir:Library.date [ fhir:value "2016-07-08T00:00:00-04:00"^^xsd:dateTime];
  fhir:Library.publisher [ fhir:value "Health Level 7 International - Clinical Quality Information Work Group"];
  fhir:Library.description [ fhir:value "Model definition for the DSTU2 FHIR Model"];
  fhir:Library.approvalDate [ fhir:value "2016-07-08"^^xsd:date];
  fhir:Library.lastReviewDate [ fhir:value "2016-07-08"^^xsd:date];
  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:Coding.display [ fhir:value "United States of America" ]     ]
  ];
  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.content [
     fhir:index 0;
     fhir:Attachment.contentType [ fhir:value "application/xml" ];
     fhir:Attachment.url [ fhir:value "https://cqlrepository.org/fhir-modelinfo-3.0.0.xml" ]
  ].

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

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