FHIR IG analytics| Package | hl7.fhir.uv.smart-scheduling-links |
| Resource Type | Practitioner |
| Id | Practitioner-fd3c7a99-bb59-4fef-9f79-88d1f7275ca6.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner fd3c7a99-bb59-4fef-9f79-88d1f7275ca6
Language: en
Profile: Practitioner
identifier: United States National Provider Identifier/npi-8373s (use: usual, )
active: true
name: John Mark(Nickname), Mark
telecom: +1-93-736-544, johnmark@user.com
address: Seattle Washington 98106 (work)
{
"resourceType": "Practitioner",
"id": "fd3c7a99-bb59-4fef-9f79-88d1f7275ca6",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-practitioner"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "npi-8373s"
}
],
"active": true,
"name": [
{
"use": "nickname",
"text": "John Mark",
"family": "John"
},
{
"given": [
"Mark"
],
"prefix": [
"Dr."
]
}
],
"telecom": [
{
"system": "phone",
"value": "+1-93-736-544",
"use": "mobile"
},
{
"system": "email",
"value": "johnmark@user.com",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "physical",
"city": "Seattle",
"state": "Washington",
"postalCode": "98106"
}
]
}