FHIR IG analytics| Package | hl7.fhir.us.vrdr |
| Resource Type | Practitioner |
| Id | Practitioner-Mortician-Example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner Mortician-Example1
Practitioner Role: Mortician
identifier: NPI/212222AB
name: Ronald Q Smith (Official)
{
"resourceType": "Practitioner",
"id": "Mortician-Example1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-mortician"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/vrdr/StructureDefinition/practitioner-role",
"valueCode": "Mortician"
}
],
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "212222AB"
}
],
"name": [
{
"use": "official",
"family": "Smith",
"given": [
"Ronald",
"Q"
]
}
]
}