FHIR IG analytics| Package | hl7.fhir.uv.eyecare |
| Resource Type | Practitioner |
| Id | Practitioner-ophthal-practitioner-example-0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "ophthal-practitioner-example-0"
identifier: id: 9941339108, id: 25456
name: Ronald Bone
address: 1003 Healthcare Drive Amherst MA 01002 (HOME)
{
"resourceType": "Practitioner",
"id": "ophthal-practitioner-example-0",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org.fhir/sid/us-npi",
"value": "9941339108"
},
{
"system": "http://www.acme.org/practitioners",
"value": "25456"
}
],
"name": [
{
"family": "Bone",
"given": [
"Ronald"
],
"prefix": [
"Dr"
]
}
],
"address": [
{
"use": "home",
"line": [
"1003 Healthcare Drive"
],
"city": "Amherst",
"state": "MA",
"postalCode": "01002"
}
]
}