FHIR IG analytics| Package | hl7.fhir.us.mdi |
| Resource Type | Practitioner |
| Id | Practitioner-vr-practitioner-s-jones.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-s-jones
Profile: Practitioner - Vital Records
identifier: NPI/3333445555
name: Sam Jones (Official)
{
"resourceType": "Practitioner",
"id": "vr-practitioner-s-jones",
"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": "3333445555"
}
],
"name": [
{
"use": "official",
"family": "Jones",
"given": [
"Sam"
],
"prefix": [
"Dr."
]
}
]
}