FHIR IG analytics| Package | synapxe.nehr |
| Resource Type | Organization |
| Id | OrganizationCreateRequest.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"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"
}
}
]
}