FHIR IG analytics| Package | hl7.fhir.us.bser |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner-us-core-practitioner-henry-seven.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner practitioner-us-core-practitioner-henry-seven
Profile: US Core Practitioner Profile
identifier: NPI/9941339108
name: Seven Henry
telecom: henry.seven@example.com
address: BMass Doctors 2100 North Ave Burlington MA 02368 US
{
"resourceType": "Practitioner",
"id": "practitioner-us-core-practitioner-henry-seven",
"meta": {
"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": "Henry",
"given": [
"Seven"
],
"suffix": [
"M.D."
]
}
],
"telecom": [
{
"system": "email",
"value": "henry.seven@example.com"
}
],
"address": [
{
"line": [
"BMass Doctors",
"2100 North Ave"
],
"city": "Burlington",
"state": "MA",
"postalCode": "02368",
"country": "US"
}
]
}