FHIR IG analytics| Package | hl7.fhir.us.mdi |
| Resource Type | Practitioner |
| Id | Practitioner-vr-practitioner-ex1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner vr-practitioner-ex1
Profile: Practitioner - Vital Records
identifier: NPI/456789
name: Medical B Examiner (Official)
address: Kennesaw GA 30144 US
{
"resourceType": "Practitioner",
"id": "vr-practitioner-ex1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Practitioner-vr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "456789"
}
],
"name": [
{
"use": "official",
"family": "Examiner",
"given": [
"Medical",
"B"
]
}
],
"address": [
{
"city": "Kennesaw",
"state": "GA",
"postalCode": "30144",
"country": "US"
}
]
}