FHIR IG analytics| Package | hl7.fhir.us.pacio-toc |
| Resource Type | Practitioner |
| Id | Practitioner-Example-NuraMekel.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner Example-NuraMekel
identifier: United States National Provider Identifier/8224780964
active: true
name: Nura Mekel
telecom: ph: (210) 555 5555
address: 177 Branching Tree Blvd, Grand Rapids, MI 49509
gender: Female
{
"resourceType": "Practitioner",
"id": "Example-NuraMekel",
"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": "8224780964"
}
],
"active": true,
"name": [
{
"text": "Nura Mekel",
"family": "Mekel",
"given": [
"Nura"
]
}
],
"telecom": [
{
"system": "phone",
"value": "(210) 555 5555"
}
],
"address": [
{
"text": "177 Branching Tree Blvd, Grand Rapids, MI 49509",
"line": [
"177 Branching Tree Blvd"
],
"city": "Grand Rapids",
"state": "MI",
"postalCode": "49509",
"country": "US"
}
],
"gender": "female"
}