FHIR IG analytics| Package | fhir.paciosampledata |
| Resource Type | Practitioner |
| Id | Practitioner-Practitioner-JenCadbury.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner Practitioner-JenCadbury
version: 5; Last updated: 2024-09-21 14:16:50+0000
identifier: NPI/1928374650
active: true
name: Jen Cadbury
telecom: ph: (210) 555 1871, jcadbury@patientcentricsolutions.com
address: 8100 Pinebrook Dr, Grand Rapids, MI 49504
gender: Female
{
"resourceType": "Practitioner",
"id": "Practitioner-JenCadbury",
"meta": {
"versionId": "5",
"lastUpdated": "2024-09-21T14:16:50.000+00:00"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1928374650"
}
],
"active": true,
"name": [
{
"text": "Jen Cadbury",
"family": "Cadbury",
"given": [
"Jen"
]
}
],
"telecom": [
{
"system": "phone",
"value": "(210) 555 1871"
},
{
"system": "email",
"value": "jcadbury@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": "female"
}