This page is part of the US Quality Core Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/PractitionerRole/example> a fhir:PractitionerRole ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-practitionerrole" ;
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-practitionerrole>
]
] ;
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: PractitionerRole example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </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\">Profile: <a href=\"StructureDefinition-us-quality-core-practitionerrole.html\">US Quality Core PractitionerRole</a></p></div><p><b>identifier</b>: <code>http://www.acme.org/practitionerroles</code>/31 (use: temp, )</p><p><b>active</b>: true</p><p><b>period</b>: 1995 --> (ongoing)</p><p><b>practitioner</b>: <a href=\"Practitioner-example.html\">Example Practitioner</a></p><p><b>organization</b>: <a href=\"Organization-example.html\">Organization Example Organization</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 106289002}\">Dentist (occupation)</span></p><p><b>specialty</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 122300000X}\">Dentist</span></p><p><b>location</b>: <a href=\"Location-example.html\">Location South Wing, second floor</a></p><p><b>telecom</b>: <a href=\"tel:+1-555-555-0160\">+1-555-555-0160</a></p></div>"
] ;
fhir:PractitionerRole.identifier [
fhir:index -1 ;
fhir:Identifier.use [ fhir:value "temp" ] ;
fhir:Identifier.system [ fhir:value "http://www.acme.org/practitionerroles" ] ;
fhir:Identifier.value [ fhir:value "31" ]
] ;
fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean] ;
fhir:PractitionerRole.period [
fhir:Period.start [ fhir:value "1995"^^xsd:gYear ]
] ;
fhir:PractitionerRole.practitioner [
fhir:link <http://hl7.org/fhir/Practitioner/example> ;
fhir:Reference.reference [ fhir:value "Practitioner/example" ] ;
fhir:Reference.display [ fhir:value "Example Practitioner" ]
] ;
fhir:PractitionerRole.organization [
fhir:link <http://hl7.org/fhir/Organization/example> ;
fhir:Reference.reference [ fhir:value "Organization/example" ]
] ;
fhir:PractitionerRole.code [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
a sct:106289002 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "106289002" ] ;
fhir:Coding.display [ fhir:value "Dentist (occupation)" ]
]
] ;
fhir:PractitionerRole.specialty [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://nucc.org/provider-taxonomy" ] ;
fhir:Coding.code [ fhir:value "122300000X" ] ;
fhir:Coding.display [ fhir:value "Dentist" ]
]
] ;
fhir:PractitionerRole.location [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/Location/example> ;
fhir:Reference.reference [ fhir:value "Location/example" ]
] ;
fhir:PractitionerRole.telecom [
fhir:index -1 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "+1-555-555-0160" ]
] .
<http://hl7.org/fhir/Practitioner/example> a fhir:Practitioner .
<http://hl7.org/fhir/Organization/example> a fhir:Organization .
<http://hl7.org/fhir/Location/example> a fhir:Location .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/PractitionerRole/example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/PractitionerRole/example.ttl> .
IG © 2026 HL7 International / Clinical Quality Information.
Package hl7.fhir.us.quality-core#1.0.0-ballot based on FHIR 4.0.1.
Generated
2026-08-13
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
