FHIR IG analytics| Package | fhir.paciosampledata |
| Resource Type | Practitioner |
| Id | Practitioner-Practitioner-GeorgeMcDuff.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner Practitioner-GeorgeMcDuff
version: 4; Last updated: 2024-09-20 19:03:21+0000
identifier: http://example.org/fhir/MI-state-license/98765
active: true
name: George McDuff
telecom: ph: (555) 740-6423, gmcduff@MichiganPrimaryCare.com
address: 14820 Gratiot Ave, Detroit, MI 48205
gender: Male
{
"resourceType": "Practitioner",
"id": "Practitioner-GeorgeMcDuff",
"meta": {
"versionId": "4",
"lastUpdated": "2024-09-20T19:03:21.000+00:00"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/fhir/MI-state-license",
"value": "98765"
}
],
"active": true,
"name": [
{
"text": "George McDuff",
"family": "McDuff",
"given": [
"George"
]
}
],
"telecom": [
{
"system": "phone",
"value": "(555) 740-6423"
},
{
"system": "email",
"value": "gmcduff@MichiganPrimaryCare.com"
}
],
"address": [
{
"text": "14820 Gratiot Ave, Detroit, MI 48205",
"line": [
"14820 Gratiot Ave"
],
"city": "Detroit",
"state": "MI",
"postalCode": "48205",
"country": "US"
}
],
"gender": "male"
}