FHIR IG analytics| Package | hl7.fhir.us.vrdr |
| Resource Type | Practitioner |
| Id | Practitioner-Certifier-Example2-no-NPI.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner Certifier-Example2-no-NPI
Practitioner Role: Certifier
identifier: ?ngen-9?
name: Jim Black (Official)
address: 44 South Street Bird in Hand PA 17505 US
{
"resourceType": "Practitioner",
"id": "Certifier-Example2-no-NPI",
"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": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "unknown"
}
]
}
],
"name": [
{
"use": "official",
"family": "Black",
"given": [
"Jim"
]
}
],
"address": [
{
"line": [
"44 South Street"
],
"city": "Bird in Hand",
"state": "PA",
"postalCode": "17505",
"country": "US"
}
]
}