This is the (release 0.2.0) STU2 Ballot of the Data Exchange For Quality Measures Implementation Guide, based on FHIR Version 3.0.1. See the Directory of published versions.
Turtle Format: Practitioner-practitioner01
Download Raw ttl
@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:Practitioner; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "practitioner01"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "4" ]; fhir:Meta.lastUpdated [ fhir:value "2019-03-06T19:03:03.000+00:00"^^xsd:dateTime ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/davinci-deqm/STU3/StructureDefinition/practitioner-deqm"; fhir:index 0 ] ]; 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>: practitioner01</p><p><b>meta</b>: </p><p><b>identifier</b>: Provider number = 456789123 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: Cody Hale </p><p><b>gender</b>: male</p></div>" ]; fhir:Practitioner.identifier [ fhir:index 0; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/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 "456789123" ] ]; fhir:Practitioner.active [ fhir:value "true"^^xsd:boolean]; fhir:Practitioner.name [ fhir:index 0; fhir:HumanName.family [ fhir:value "Hale" ]; fhir:HumanName.given [ fhir:value "Cody"; fhir:index 0 ]; fhir:HumanName.suffix [ fhir:value "MD"; fhir:index 0 ] ]; fhir:Practitioner.gender [ fhir:value "male"]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.