FHIR IG analytics| Package | hl7.fhir.us.davinci-pdex |
| Resource Type | Practitioner |
| Id | Practitioner-provider-002.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Dr. Mary Jones, MD
{
"resourceType": "Practitioner",
"id": "provider-002",
"meta": {
"lastUpdated": "2024-12-16T10:00:00Z",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1497758544"
}
],
"name": [
{
"use": "official",
"family": "Jones",
"given": [
"Mary"
],
"prefix": [
"Dr."
],
"suffix": [
"MD"
]
}
]
}