FHIR IG analytics| Package | hl7.fhir.uv.vulcan-schedule |
| Resource Type | Practitioner |
| Id | Practitioner-SamGetWell.json |
| FHIR Version | R6 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner SamGetWell
Language: en
identifier: Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers/ABC1234 (use: official, )
active: true
name: Samuel Home
telecom: ph: 555-123-5467(Work)
gender: Male
{
"resourceType": "Practitioner",
"id": "SamGetWell",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "UPIN"
}
]
},
"value": "ABC1234"
}
],
"active": true,
"name": [
{
"use": "usual",
"family": "Home",
"given": [
"Samuel"
],
"prefix": [
"Dr"
],
"suffix": [
"M.D."
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-123-5467",
"use": "work"
}
],
"gender": "male"
}