FHIR IG analytics| Package | hl7.fhir.us.smp |
| Resource Type | Practitioner |
| Id | Practitioner-examplePractitioner.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner examplePractitioner
Profile: US Core Practitioner Profile
identifier: NPI/4077310264
name: Jane Smith (Official)
| Code |
| Doctor of Medicine |
{
"resourceType": "Practitioner",
"id": "examplePractitioner",
"meta": {
"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": "4077310264"
}
],
"name": [
{
"use": "official",
"family": "Smith",
"given": [
"Jane"
]
}
],
"qualification": [
{
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0360",
"code": "MD",
"display": "Doctor of Medicine"
}
]
}
}
]
}