Data Exchange For Quality Measures Implementation Guide
1.0.0 - STU 1 International flag

Data Exchange For Quality Measures Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-deqm/ and changes regularly. See the Directory of published versions

: Group02

Page standards status: Informative

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 -------------------------------------------------------------------

<http://hl7.org/fhir/Group/group02> a fhir:Group ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "group02"] ;
  fhir:Resource.meta [
     fhir:Meta.source [ fhir:value "http://example.org/fhir/server" ]
  ] ;
  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\">\n  <table class=\"narrative-table\">\n    <tbody>\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\"><a name=\"metadata\"> </a>Metadata</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Type</th>\n\n\n\n<td class=\"content-container\">Person</td>\n\n\n</tr>\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Actual</th>\n\n\n\n<td class=\"content-container\">true</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n<tr>\n  <th colspan=\"2\" scope=\"row\" class=\"row-header\">Generated using version 0.5.6 of the sample-content-ig Liquid templates</th>\n</tr>\n\n    </tbody>\n  </table>\n</div>"
  ] ;
  fhir:Group.type [ fhir:value "person"] ;
  fhir:Group.actual [ fhir:value "true"^^xsd:boolean] ;
  fhir:Group.member [
     fhir:index -1 ;
     fhir:Group.member.entity [
       fhir:link <http://hl7.org/fhir/Patient/patient01> ;
       fhir:Reference.reference [ fhir:value "Patient/patient01" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Group.member.entity [
       fhir:link <http://hl7.org/fhir/Patient/patient02> ;
       fhir:Reference.reference [ fhir:value "Patient/patient02" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Group.member.entity [
       fhir:link <http://hl7.org/fhir/Patient/patient03> ;
       fhir:Reference.reference [ fhir:value "Patient/patient03" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/patient01> a fhir:Patient .

<http://hl7.org/fhir/Patient/patient02> a fhir:Patient .

<http://hl7.org/fhir/Patient/patient03> a fhir:Patient .

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

<http://hl7.org/fhir/Group/group02.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Group/group02.ttl> .