FHIR IG analytics| Package | fhir.paciosampledata |
| Resource Type | Practitioner |
| Id | Practitioner-Practitioner-AlexanderKuikhoff.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner Practitioner-AlexanderKuikhoff
version: 4; Last updated: 2024-09-21 14:14:58+0000
active: true
name: Alexander Kuikhoff
telecom: ph: (210) 555 1871, akuikhoff@patientcentricsolutions.com
address: 8100 Pinebrook Dr, Grand Rapids, MI 49504
gender: Male
{
"resourceType": "Practitioner",
"id": "Practitioner-AlexanderKuikhoff",
"meta": {
"versionId": "4",
"lastUpdated": "2024-09-21T14:14:58.000+00:00"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"name": [
{
"text": "Alexander Kuikhoff",
"family": "Kuikhoff",
"given": [
"Alexander"
]
}
],
"telecom": [
{
"system": "phone",
"value": "(210) 555 1871"
},
{
"system": "email",
"value": "akuikhoff@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"
}