This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R3. The current version which supersedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
JSON Format: Practitioner-practitioner02
Download Raw json
{
"resourceType" : "Practitioner",
"id" : "practitioner02",
"meta" : {
"versionId" : "4",
"lastUpdated" : "2018-12-12T17:05:43.000+00:00",
"profile" : [
"http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/practitioner-deqm"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: practitioner02</p><p><b>meta</b>: </p><p><b>identifier</b>: Provider number = 567891234 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: Keaton Watkins </p><p><b>gender</b>: male</p></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/v2/0203",
"code" : "PRN",
"display" : "Provider number"
}
]
},
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "567891234"
}
],
"active" : true,
"name" : [
{
"family" : "Watkins",
"given" : [
"Keaton"
],
"suffix" : [
"MD"
]
}
],
"gender" : "male"
}

