FHIR IG analytics| Package | fhir.hrsa.uds-plus |
| Resource Type | Practitioner |
| Id | Practitioner-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Resource Practitioner "practitioner-1"
identifier: id: 9941339100, id: 25456
name: Ronald Bone
address: 1003 Healthcare Drive Amherst MA 01002 (WORK)
{
"resourceType": "Practitioner",
"id": "example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "9941339100"
}
],
"name": [
{
"family": "Bone",
"given": [
"Ronald"
],
"prefix": [
"Dr"
]
}
],
"address": [
{
"use": "work",
"line": [
"1003 Healthcare Drive"
],
"city": "Amherst",
"state": "MA",
"postalCode": "01002"
}
]
}