FHIR IG analytics| Package | fhir.test.data.r3 |
| Resource Type | Practitioner |
| Id | Practitioner-2532.json |
| FHIR Version |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Practitioner",
"id": "2532",
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/identifier-type",
"code": "SB",
"display": "Social Beneficiary Identifier"
}
],
"text": "US Social Security Number"
},
"system": "http://hl7.org/fhir/sid/us-ssn",
"value": "000002532"
},
{
"use": "official",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/v2/0203",
"code": "PRN",
"display": "Provider number"
}
],
"text": "US National Provider Identifier"
},
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "999992532"
}
],
"name": [
{
"family": "Potter",
"given": [
"Chad",
"Espinoza"
],
"suffix": [
"MD"
]
}
],
"telecom": [
{
"system": "phone",
"value": "248-555-6227",
"use": "work"
},
{
"system": "phone",
"value": "248-555-0749",
"use": "mobile"
}
],
"address": [
{
"use": "work",
"type": "postal",
"line": [
"422 E Fifth Court"
],
"city": "Kincheloe",
"district": "Chippewa County",
"state": "MI",
"postalCode": "49788"
}
],
"gender": "male",
"birthDate": "1973-02-09"
}