FHIR IG analytics| Package | hl7.fhir.us.mdi |
| Resource Type | Practitioner |
| Id | Practitioner-vrdr-certifier-dcr-ex1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner vrdr-certifier-dcr-ex1
Profile: Death Certifier
Practitioner Role: Certifier
identifier: NPI/987654
name: Medical A Examiner (Official)
address: Kennesaw GA 30144 US
{
"resourceType": "Practitioner",
"id": "vrdr-certifier-dcr-ex1",
"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": "987654"
}
],
"name": [
{
"use": "official",
"family": "Examiner",
"given": [
"Medical",
"A"
]
}
],
"address": [
{
"city": "Kennesaw",
"state": "GA",
"postalCode": "30144",
"country": "US"
}
]
}