Dental Data Exchange, published by Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/dental-data-exchange/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "practitioner-M",
"meta" : {
"versionId" : "4",
"lastUpdated" : "2021-08-26T17:48:33.963+00:00",
"source" : "#k1LJ1eeJtFP0qFhP",
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner practitioner-M</b></p><a name=\"practitioner-M\"> </a><a name=\"hcpractitioner-M\"> </a><a name=\"practitioner-M-en-US\"> </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: 4; Last updated: 2021-08-26 17:48:33+0000; </p><p style=\"margin-bottom: 0px\">Information Source: #k1LJ1eeJtFP0qFhP</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-practitioner.html\">US Core Practitioner Profile</a></p></div><p><b>identifier</b>: <code>http://hl7.org/fhir/sid/us-npi</code>/1234569999</p><p><b>name</b>: John M </p><p><b>telecom</b>: ph: 303-303-6443(Work)</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1975-06-09</p></div>"
},
"identifier" : [
{
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "1234569999"
}
],
"name" : [
{
"family" : "M",
"given" : [
"John"
],
"prefix" : [
"Dr"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "303-303-6443",
"use" : "work"
}
],
"gender" : "male",
"birthDate" : "1975-06-09"
}