FHIR IG analytics| Package | hl7.fhir.us.smp |
| Resource Type | Practitioner |
| Id | Practitioner-Practitioner-KevinJames.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner Practitioner-KevinJames
version: 1; Last updated: 2025-07-15 13:17:30+0000;
Information Source: #GwLEnFTWbl2jKe7j
identifier: http://example.org/fhir/MI-state-license/4804289999
active: true
name: Kevin James
telecom: ph: (800) 555-9999, kjames@acmessential.com
address: 1111 Northwest Street Detroit MI 48214 US
gender: Male
{
"resourceType": "Practitioner",
"id": "Practitioner-KevinJames",
"meta": {
"versionId": "1",
"lastUpdated": "2025-07-15T13:17:30+00:00",
"source": "#GwLEnFTWbl2jKe7j"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/fhir/MI-state-license",
"value": "4804289999"
}
],
"active": true,
"name": [
{
"text": "Kevin James",
"family": "James",
"given": [
"Kevin"
]
}
],
"telecom": [
{
"system": "phone",
"value": "(800) 555-9999"
},
{
"system": "email",
"value": "kjames@acmessential.com"
}
],
"address": [
{
"line": [
"1111 Northwest Street"
],
"city": "Detroit",
"state": "MI",
"postalCode": "48214",
"country": "US"
}
],
"gender": "male"
}