FHIR IG analytics| Package | fhir.paciosampledata |
| Resource Type | Practitioner |
| Id | Practitioner-Practitioner-GeraldPark.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner Practitioner-GeraldPark
version: 2; Last updated: 2024-09-21 14:20:39+0000
identifier: NPI/3820583019
active: true
name: Gerald Park
telecom: ph: (555) 566 3494, gpark@patientcentricsolutions.com
address: 8100 Pinebrook Dr, Grand Rapids, MI 49504
gender: Male
{
"resourceType": "Practitioner",
"id": "Practitioner-GeraldPark",
"meta": {
"versionId": "2",
"lastUpdated": "2024-09-21T14:20:39.000+00:00"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "3820583019"
}
],
"active": true,
"name": [
{
"text": "Gerald Park",
"family": "Park",
"given": [
"Gerald"
]
}
],
"telecom": [
{
"system": "phone",
"value": "(555) 566 3494"
},
{
"system": "email",
"value": "gpark@patientcentricsolutions.com"
}
],
"address": [
{
"text": "8100 Pinebrook Dr, Grand Rapids, MI 49504",
"line": [
"8100 Pinebrook Dr"
],
"city": "Grand Rapids",
"state": "MI",
"postalCode": "49504",
"country": "US"
}
],
"gender": "male"
}