FHIR IG analytics| Package | synapxe.nde |
| Resource Type | Patient |
| Id | PatientUpdateRequest.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "pat-123456",
"meta": {
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-patient"
],
"versionId": "2",
"lastUpdated": "2025-08-19T09:00:00+08:00"
},
"extension": [
{
"url": "countryOfBirth",
"valueString": "Singapore"
},
{
"url": "nationality",
"valueString": "Singaporean"
},
{
"url": "race",
"valueString": "Chinese"
},
{
"url": "religion",
"valueString": "Buddhism"
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "https://fhir.synapxe.sg/CodeSystem/sgidentifiertypes",
"code": "NRIC",
"display": "National Registration Identity Card"
}
]
},
"system": "https://fhir.synapxe.sg/NamingSystem/nric",
"value": "S1234567A"
}
],
"name": [
{
"use": "official",
"text": "Tan Bee Leng"
}
],
"telecom": [
{
"system": "phone",
"value": "+65-61234567",
"use": "mobile"
}
],
"gender": "female",
"birthDate": "1985-02-02",
"address": [
{
"type": "both",
"line": [
"456 Example Avenue"
],
"postalCode": "654321",
"country": "Singapore"
}
],
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://hl7.org/fhir/CodeSystem/patient-contactrelationship",
"code": "E",
"display": "Emergency"
}
]
}
],
"name": {
"text": "Lim Ah Kow"
},
"telecom": [
{
"system": "phone",
"value": "+65-69876543"
}
]
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "http://hl7.org/fhir/CodeSystem/all-languages",
"code": "en",
"display": "English"
}
]
}
}
]
}