FHIR IG analytics| Package | hl7.fhir.us.ccda |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner practitioner-1
version: 13; Last updated: 2020-09-27 15:56:26+0000;
Information Source: #M6c1wK1icMwvk3Ul
Profile: US Core Practitioner Profile
identifier: United States National Provider Identifier/9941339108
name: Ronald Bone
address: 1003 Healthcare Drive Amherst MA 01002 (home)
{
"resourceType": "Practitioner",
"id": "practitioner-1",
"meta": {
"versionId": "13",
"lastUpdated": "2020-09-27T15:56:26.213+00:00",
"source": "#M6c1wK1icMwvk3Ul",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "9941339108"
}
],
"name": [
{
"family": "Bone",
"given": [
"Ronald"
],
"prefix": [
"Dr"
]
}
],
"address": [
{
"use": "home",
"line": [
"1003 Healthcare Drive"
],
"city": "Amherst",
"state": "MA",
"postalCode": "01002"
}
]
}