FHIR IG analytics| Package | hl7.fhir.us.central-cancer-registry-reporting |
| Resource Type | Practitioner |
| Id | Practitioner-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Profile: US Core Practitioner
Practitioner: Dr. Joseph Nichols
Identifier: US NPI: 1122334455
Address: 1234 Main St., Tulsa, OK 74126, US (work)
Email: joseph.nichols@example.com
Phone: 800-277-1993
{
"resourceType": "Practitioner",
"id": "1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|6.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1122334455"
}
],
"name": [
{
"family": "Nichols",
"given": [
"Joseph"
],
"prefix": [
"Dr"
]
}
],
"telecom": [
{
"system": "email",
"value": "joseph.nichols@example.com",
"use": "work"
},
{
"system": "phone",
"value": "800-277-1993",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"1234 Main St."
],
"city": "Tulsa",
"state": "OK",
"postalCode": "74126",
"country": "US"
}
]
}