This page is part of the Risk Based Contracts Member Attribution List FHIR IG (v2.0.0: STU2 Release 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Practitioner - Example - JSON Representation
Raw json | Download
{
"resourceType" : "Practitioner",
"id" : "1",
"meta" : {
"versionId" : "3",
"lastUpdated" : "2019-06-06T03:04:12.348-04:00"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Joseph Nichols</div>"
},
"identifier" : [
{
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "9941339108"
}
],
"active" : true,
"name" : [
{
"use" : "official",
"family" : "Nichols",
"given" : [
"Joseph",
"P"
],
"suffix" : [
"MD"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "800-277-1993",
"use" : "mobile"
},
{
"system" : "email",
"value" : "joseph.shaw@example.com"
}
],
"address" : [
{
"use" : "home",
"line" : [
"53 Sunset AveApt 9"
],
"city" : "Tulsa",
"state" : "OK",
"postalCode" : "74126",
"country" : "USA"
}
],
"gender" : "male",
"birthDate" : "1963-12-14"
}