FHIR IG analytics| Package | fhir.test.data.r4 |
| Resource Type | Practitioner |
| Id | Practitioner-2533.json |
| FHIR Version |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Practitioner",
"id": "Practitioner-2533",
"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": "000002533"
},
{
"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": "999992533"
}
],
"name": [
{
"family": "Ballard",
"given": [
"Lena",
"Dickerson"
],
"suffix": [
"MD"
]
}
],
"telecom": [
{
"system": "phone",
"value": "810-555-5228",
"use": "work"
},
{
"system": "phone",
"value": "810-555-0118",
"use": "mobile"
}
],
"address": [
{
"use": "work",
"type": "postal",
"line": [
"474 Fourth Drive",
"#56"
],
"city": "Taylor",
"district": "Wayne County",
"state": "MI",
"postalCode": "48180"
}
],
"gender": "male",
"birthDate": "1985-06-14"
}