FHIR IG analytics| Package | hl7.fhir.us.vrdr |
| Resource Type | Practitioner |
| Id | Practitioner-PractitionerUT-Certifier.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner PractitionerUT-Certifier
Practitioner Role: Certifier
identifier: NPI/161632-1999
name: William Henry Harrison (Official)
address: 123 Fake St apt # 123 Salt Lake UT 84111 US (work)
{
"resourceType": "Practitioner",
"id": "PractitionerUT-Certifier",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-certifier"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/vrdr/StructureDefinition/practitioner-role",
"valueCode": "Certifier"
}
],
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "161632-1999"
}
],
"name": [
{
"use": "official",
"family": "Harrison",
"given": [
"William",
"Henry"
]
}
],
"address": [
{
"use": "work",
"line": [
"123 Fake St",
"apt # 123"
],
"city": "Salt Lake",
"state": "UT",
"postalCode": "84111",
"country": "US"
}
]
}