This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
USLab PHPractitioner Canonical Example: Dr Bill T Lookafter Jr
{
"resourceType": "Practitioner",
"id": "uslab-example2",
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"identifier": [
{
"use": "official",
"label": "NPI",
"value": "121121121",
"assigner": {
"reference": "https://nppes.cms.hhs.gov/NPPES/",
"display": "The Centers for Medicare and Medicaid Services (CMS) National Plan and Provider Enumeration System (NPPES)"
}
}
],
"name": {
"family": [
"Lookafter"
],
"given": [
"Bill",
"T"
],
"suffix": [
"Jr"
]
},
"telecom": [
{
"system": "phone",
"value": "(617)5551234 ext.12"
},
{
"system": "email",
"value": "docbill@healthedatainc.com"
}
],
"address": [
{
"extension": [
{
"extension": [
{
"url": "http://example.org//iso21090-SC-coding",
"valueCoding": {
"system": "https://www.census.gov/geo/reference",
"code": "42043"
}
}
],
"url": "http://example.org/us-core-county"
}
],
"use": "work",
"line": [
"100 Medical Drive",
"Suite 6"
],
"city": "Boston",
"state": "MA",
"postalCode": "01236",
"country": "USA"
}
],
"practitionerRole": [
{
"managingOrganization": {
"reference": "Organization/uslab-example1",
"display": "Children's Hospital"
}
}
]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.