FHIR IG analytics| Package | synapxe.nehr |
| Resource Type | Organization |
| Id | OrganizationResponse.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"id": "org-123456",
"meta": {
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-organization"
],
"versionId": "1",
"lastUpdated": "2025-08-18T09:00:00+08:00"
},
"identifier": {
"system": "https://fhir.synapxe.sg/identifier/organization",
"value": "ORG-123456"
},
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Example Hospital",
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "+65-61234567"
}
],
"address": {
"line": [
"1 Hospital Drive"
],
"postalCode": "654321",
"country": "Singapore"
}
}
]
}