FHIR IG analytics| Package | hl7.fhir.us.pacio-toc |
| Resource Type | Practitioner |
| Id | Practitioner-Example-AnitaChu.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner Example-AnitaChu
identifier: United States National Provider Identifier/8134258523
active: true
name: Anita Chu
telecom: ph: (616) 555-1212
address: 123 Spruce Dr. Grand Rapids, MI 49503
gender: Female
{
"resourceType": "Practitioner",
"id": "Example-AnitaChu",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|8.0.1"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "8134258523"
}
],
"active": true,
"name": [
{
"text": "Anita Chu",
"family": "Chu",
"given": [
"Anita"
]
}
],
"telecom": [
{
"system": "phone",
"value": "(616) 555-1212"
}
],
"address": [
{
"text": "123 Spruce Dr. Grand Rapids, MI 49503",
"line": [
"123 Spruce Dr"
],
"city": "Grand Rapids",
"state": "MI",
"postalCode": "49503",
"country": "US"
}
],
"gender": "female"
}