FHIR IG analytics| Package | synapxe.nde |
| Resource Type | Patient |
| Id | PatientCreateRequest.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"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 Ah Kow"
}
],
"telecom": [
{
"system": "phone",
"value": "+65-61234567",
"use": "mobile"
}
],
"gender": "male",
"birthDate": "1980-01-01",
"address": [
{
"type": "both",
"line": [
"123 Example Street"
],
"postalCode": "123456",
"country": "Singapore"
}
],
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://hl7.org/fhir/CodeSystem/patient-contactrelationship",
"code": "E",
"display": "Emergency"
}
]
}
],
"name": {
"text": "Lim Bee Leng"
},
"telecom": [
{
"system": "phone",
"value": "+65-69876543"
}
]
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "http://hl7.org/fhir/CodeSystem/all-languages",
"code": "en",
"display": "English"
}
]
}
}
]
}