FHIR IG analytics| Package | fhir.paciosampledata |
| Resource Type | Practitioner |
| Id | Practitioner-Practitioner-RichardRisto.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner Practitioner-RichardRisto
version: 4; Last updated: 2024-09-21 14:11:15+0000
identifier: http://example.org/fhir/MI-state-license/98953
active: true
name: Richard Risto
telecom: ph: (555) 346-8624, rristo@MetroHospital.com
address: 22327 Moross Rd, Detroit, MI 48236
gender: Male
{
"resourceType": "Practitioner",
"id": "Practitioner-RichardRisto",
"meta": {
"versionId": "4",
"lastUpdated": "2024-09-21T14:11:15.000+00:00"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/fhir/MI-state-license",
"value": "98953"
}
],
"active": true,
"name": [
{
"text": "Richard Risto",
"family": "Risto",
"given": [
"Richard"
]
}
],
"telecom": [
{
"system": "phone",
"value": "(555) 346-8624"
},
{
"system": "email",
"value": "rristo@MetroHospital.com"
}
],
"address": [
{
"text": "22327 Moross Rd, Detroit, MI 48236",
"line": [
"22327 Moross Rd"
],
"city": "Detroit",
"state": "MI",
"postalCode": "48236",
"country": "US"
}
],
"gender": "male"
}