FHIR IG analytics| Package | fhir.test.data.r4 |
| Resource Type | Practitioner |
| Id | Practitioner-2522.json |
| FHIR Version |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Practitioner",
"id": "Practitioner-2522",
"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": "000002522"
},
{
"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": "999992522"
}
],
"name": [
{
"family": "Kent",
"given": [
"Lois",
"Jean"
],
"suffix": [
"MD"
]
}
],
"telecom": [
{
"system": "phone",
"value": "734-555-6074",
"use": "work"
},
{
"system": "phone",
"value": "734-555-7382",
"use": "mobile"
}
],
"address": [
{
"use": "work",
"type": "postal",
"line": [
"343 SE Fourth Place"
],
"city": "Lincoln Park",
"district": "Wayne County",
"state": "MI",
"postalCode": "48146"
}
],
"gender": "female",
"birthDate": "1948-06-07"
}