FHIR IG analytics| Package | fhir.test.data.r3 |
| Resource Type | Practitioner |
| Id | Practitioner-2519.json |
| FHIR Version |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Practitioner",
"id": "2519",
"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": "000002519"
},
{
"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": "999992519"
}
],
"name": [
{
"family": "Garrett",
"given": [
"Stanley",
"Jason"
],
"suffix": [
"MD"
]
}
],
"telecom": [
{
"system": "phone",
"value": "616-555-2401",
"use": "work"
},
{
"system": "phone",
"value": "616-555-7849",
"use": "mobile"
}
],
"address": [
{
"use": "work",
"type": "postal",
"line": [
"352 NW Cedar Drive",
"#29"
],
"city": "Northport",
"district": "Leelanau County",
"state": "MI",
"postalCode": "49670"
}
],
"gender": "male",
"birthDate": "1965-09-15"
}