FHIR IG analytics| Package | fhir.paciosampledata |
| Resource Type | Practitioner |
| Id | Practitioner-Practitioner-HemaOnko.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner Practitioner-HemaOnko
version: 4; Last updated: 2024-09-20 19:03:21+0000
identifier: NPI/4567890122
active: true
name: Hema Onko
telecom: ph: (555) 222-3245, Maria.moen82@jettelabs.com
address: 18051 Mack Ave, Detroit, MI 48224
gender: Female
{
"resourceType": "Practitioner",
"id": "Practitioner-HemaOnko",
"meta": {
"versionId": "4",
"lastUpdated": "2024-09-20T19:03:21.000+00:00"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "4567890122"
}
],
"active": true,
"name": [
{
"text": "Hema Onko",
"family": "Onko",
"given": [
"Hema"
]
}
],
"telecom": [
{
"system": "phone",
"value": "(555) 222-3245"
},
{
"system": "email",
"value": "Maria.moen82@jettelabs.com"
}
],
"address": [
{
"text": "18051 Mack Ave, Detroit, MI 48224",
"line": [
"18051 Mack Ave"
],
"city": "Detroit",
"state": "MI",
"postalCode": "48224",
"country": "US"
}
],
"gender": "female"
}