FHIR IG analytics| Package | ee.fhir.ahd |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner practitioner-example
identifier: https://example.ee/fhir/sid/hcp-person-id/38101010021
active: true
name: Katrin Tamm (Official)
telecom: +3726001234
| Code |
| Arst |
{
"resourceType": "Practitioner",
"id": "practitioner-example",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://example.ee/fhir/sid/hcp-person-id",
"value": "38101010021"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Tamm",
"given": [
"Katrin"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+3726001234",
"use": "work"
}
],
"qualification": [
{
"code": {
"text": "Arst"
}
}
]
}