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
| Page standards status: Informative |
@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/Practitioner/practitioner02> a fhir:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "practitioner02"] ;
fhir:Resource.meta [
fhir:Meta.source [ fhir:value "http://example.org/fhir/server" ] ;
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitioner" ;
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitioner>
]
] ;
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: Practitioner practitioner02</b></p><a name=\"practitioner02\"> </a><a name=\"hcpractitioner02\"> </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\"/><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-practitioner.html\">QICore Practitioner</a></p></div><p><b>identifier</b>: Provider number/1234567893 (use: official, period: 2005-07-16 09:00:00-0500 --> (ongoing))</p><p><b>active</b>: true</p><p><b>name</b>: Emile Zieme(Official)</p><p><b>telecom</b>: ph: 8605555555(Work), ph: 8605555555(Work)</p><p><b>address</b>: UCONN MEDICAL GROUP, FARMINGTON, CT 060300001(home)</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1964-06-19</p></div>"
] ;
fhir:Practitioner.identifier [
fhir:index -1 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "PRN" ] ;
fhir:Coding.display [ fhir:value "Provider number" ]
]
] ;
fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ] ;
fhir:Identifier.value [ fhir:value "1234567893" ] ;
fhir:Identifier.period [
fhir:Period.start [ fhir:value "2005-07-16T09:00:00-05:00"^^xsd:dateTime ]
] ;
fhir:Identifier.assigner [
fhir:Reference.display [ fhir:value "www.cms.gov" ]
]
] ;
fhir:Practitioner.active [ fhir:value "true"^^xsd:boolean] ;
fhir:Practitioner.name [
fhir:index -1 ;
fhir:HumanName.use [ fhir:value "official" ] ;
fhir:HumanName.text [ fhir:value "Emile Zieme" ] ;
fhir:HumanName.family [ fhir:value "Zieme" ] ;
fhir:HumanName.given [
fhir:value "Emile" ;
fhir:index -1
] ;
fhir:HumanName.suffix [
fhir:value "M.D." ;
fhir:index -1
]
] ;
fhir:Practitioner.telecom [
fhir:index -1 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "8605555555" ] ;
fhir:ContactPoint.use [ fhir:value "work" ] ;
fhir:ContactPoint.rank [ fhir:value "1"^^xsd:positiveInteger ]
], [
fhir:index -1 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "8605555555" ] ;
fhir:ContactPoint.use [ fhir:value "work" ] ;
fhir:ContactPoint.rank [ fhir:value "2"^^xsd:positiveInteger ]
] ;
fhir:Practitioner.address [
fhir:index -1 ;
fhir:Element.extension [
fhir:index -1 ;
fhir:Element.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "latitude" ] ;
fhir:Extension.valueDecimal [ fhir:value "41.791776"^^xsd:decimal ]
], [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "longitude" ] ;
fhir:Extension.valueDecimal [ fhir:value "-72.718832"^^xsd:decimal ]
] ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/geolocation" ]
] ;
fhir:Address.use [ fhir:value "home" ] ;
fhir:Address.type [ fhir:value "both" ] ;
fhir:Address.text [ fhir:value "UCONN MEDICAL GROUP, FARMINGTON, CT 060300001" ] ;
fhir:Address.line [
fhir:value "UCONN MEDICAL GROUP" ;
fhir:index -1
] ;
fhir:Address.city [ fhir:value "FARMINGTON" ] ;
fhir:Address.state [ fhir:value "CT" ] ;
fhir:Address.postalCode [ fhir:value "060300001" ] ;
fhir:Address.country [ fhir:value "USA" ]
] ;
fhir:Practitioner.gender [ fhir:value "male"] ;
fhir:Practitioner.birthDate [ fhir:value "1964-06-19"^^xsd:date] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Practitioner/practitioner02.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Practitioner/practitioner02.ttl> .
IG © 2020+ HL7 International / Clinical Quality Information.
Package hl7.fhir.uv.deqm#1.0.0-cibuild based on FHIR 4.0.1.
Generated
2026-07-15
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
