FHIR IG analytics| Package | lt.hl7.fhir.prostate |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner-doctor-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Practitioner practitioner-doctor-example
Language: en
name: Example Doctor (Official)
telecom: +37065555555
Lithuanian
Generated Narrative: Practitioner practitioner-doctor-example
Language: en
name: Example Doctor (Official)
telecom: +37065555555
{
"resourceType": "Practitioner",
"id": "practitioner-doctor-example",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"use": "official",
"family": "Doctor",
"given": [
"Example"
],
"prefix": [
"Dr."
]
}
],
"telecom": [
{
"system": "phone",
"value": "+37065555555",
"use": "work"
}
]
}