FHIR IG analytics| Package | fhir.paciosampledata |
| Resource Type | Practitioner |
| Id | Practitioner-Practitioner-AnitaChu-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner Practitioner-AnitaChu-01
version: 4; Last updated: 2024-09-20 19:03:21+0000
identifier: NPI/2346547890
active: true
name: Anita M. Chu
telecom: ph: (313) 555-1212, amchu@example.org
address: 31858 Pacific Highway S, Federal Way, MI 12345
gender: Female
{
"resourceType": "Practitioner",
"id": "Practitioner-AnitaChu-01",
"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": "2346547890"
}
],
"active": true,
"name": [
{
"text": "Anita M. Chu",
"family": "Chu",
"given": [
"Anita"
]
}
],
"telecom": [
{
"system": "phone",
"value": "(313) 555-1212"
},
{
"system": "email",
"value": "amchu@example.org"
}
],
"address": [
{
"text": "31858 Pacific Highway S, Federal Way, MI 12345",
"line": [
"31858 Pacific Highway S"
],
"city": "Federal Way",
"state": "MI",
"postalCode": "12345",
"country": "US"
}
],
"gender": "female"
}