FHIR IG analytics| Package | hl7.fhir.us.davinci-pdex |
| Resource Type | Practitioner |
| Id | Practitioner-provider-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Dr. John Smith, MD
{
"resourceType": "Practitioner",
"id": "provider-001",
"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": "1234567893"
}
],
"name": [
{
"use": "official",
"family": "Smith",
"given": [
"John"
],
"prefix": [
"Dr."
],
"suffix": [
"MD"
]
}
]
}