FHIR IG analytics| Package | synapxe.nde |
| Resource Type | Practitioner |
| Id | PractitionerUpdateRequest.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Practitioner",
"id": "prac-123456",
"meta": {
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-practitioner"
],
"versionId": "2",
"lastUpdated": "2025-08-19T09:00:00+08:00"
},
"identifier": {
"system": "https://fhir.synapxe.sg/identifier/practitioner",
"value": "PRAC-123456"
},
"name": {
"text": "Dr. Jane Smith"
},
"telecom": [
{
"system": "phone",
"value": "+65-69876543"
}
]
}