Data Exchange For Quality Measures Implementation Guide
1.0.0-cibuild - CI Build 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-cibuild 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

: Coverage01

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/Coverage/coverage01> a fhir:Coverage ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "coverage01"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "2" ] ;
     fhir:Meta.lastUpdated [ fhir:value "2019-02-11T14:19:25.000+00:00"^^xsd:dateTime ] ;
     fhir:Meta.source [ fhir:value "http://example.org/fhir/server" ] ;
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-coverage" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-coverage>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage coverage01</b></p><a name=\"coverage01\"> </a><a name=\"hccoverage01\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 2; Last updated: 2019-02-11 14:19:25+0000; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://example.org/fhir/server\">http://example.org/fhir/server</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/qicore/STU7.0.1/StructureDefinition-qicore-coverage.html\">QICore Coverage</a></p></div><p><b>status</b>: Active</p><p><b>policyHolder</b>: <a href=\"Patient-patient01.html\">Jairo Webster (official) Male, DoB: 1946-12-16 ( Medical record number: 12345 (use: usual, ))</a></p><p><b>subscriber</b>: <a href=\"Patient-patient01.html\">Jairo Webster (official) Male, DoB: 1946-12-16 ( Medical record number: 12345 (use: usual, ))</a></p><p><b>subscriberId</b>: A123456789</p><p><b>beneficiary</b>: <a href=\"Patient-patient01.html\">Jairo Webster (official) Male, DoB: 1946-12-16 ( Medical record number: 12345 (use: usual, ))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/subscriber-relationship self}\">Self</span></p><p><b>payor</b>: <a href=\"Organization-organization04.html\">Organization DVPayer04</a></p></div>"
  ] ;
  fhir:Coverage.status [ fhir:value "active"] ;
  fhir:Coverage.policyHolder [
     fhir:link <http://hl7.org/fhir/Patient/patient01> ;
     fhir:Reference.reference [ fhir:value "Patient/patient01" ]
  ] ;
  fhir:Coverage.subscriber [
     fhir:link <http://hl7.org/fhir/Patient/patient01> ;
     fhir:Reference.reference [ fhir:value "Patient/patient01" ]
  ] ;
  fhir:Coverage.subscriberId [ fhir:value "A123456789"] ;
  fhir:Coverage.beneficiary [
     fhir:link <http://hl7.org/fhir/Patient/patient01> ;
     fhir:Reference.reference [ fhir:value "Patient/patient01" ]
  ] ;
  fhir:Coverage.relationship [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/subscriber-relationship" ] ;
       fhir:Coding.code [ fhir:value "self" ]
     ]
  ] ;
  fhir:Coverage.payor [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Organization/organization04> ;
     fhir:Reference.reference [ fhir:value "Organization/organization04" ]
  ] .

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

<http://hl7.org/fhir/Organization/organization04> a fhir:Organization .

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

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