This page is part of the Argonaut Data Query Implementation Guide (v1.0.0: Release) based on FHIR R2. This is the current published version. For a full list of available versions, see the Directory of published versions 
{
"resourceType" : "Practitioner",
"id" : "5678",
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 5678</p><p><b>identifier</b>: 24</p><p><b>active</b>: true</p><p><b>name</b>: Kathy Fielding </p></div>"
},
"identifier" : [
{
"system" : "http://www.acme.org/practitioners",
"value" : "24"
}
],
"active" : true,
"name" : {
"family" : [
"Fielding"
],
"given" : [
"Kathy"
],
"prefix" : [
"Dr"
]
}
}