FHIR IG analytics| Package | hl7.fhir.us.vrdr.r4 |
| Resource Type | Practitioner |
| Id | Practitioner-PractitionerUT-Pronouncer.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner PractitionerUT-Pronouncer
identifier: NPI/161632-2000
name: Marcus Edwin Welby (Official)
address: 123 Unreal St apt # 123 Ogden UT 84067 US (work)
{
"resourceType": "Practitioner",
"id": "PractitionerUT-Pronouncer",
"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": "161632-2000"
}
],
"name": [
{
"use": "official",
"family": "Welby",
"given": [
"Marcus",
"Edwin"
]
}
],
"address": [
{
"use": "work",
"line": [
"123 Unreal St",
"apt # 123"
],
"city": "Ogden",
"state": "UT",
"postalCode": "84067",
"country": "US"
}
]
}