FHIR IG analytics| Package | ca.infoway.io.ca-csd |
| Resource Type | Organization |
| Id | Organization-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"id": "ca-csd-example-organization",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Organization"
]
},
"identifier": [
{
"system": "http://example.org/organization-identifiers",
"value": "ORG-12345"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://example.org/organization-type",
"code": "health-region",
"display": "Health Region"
}
],
"text": "Health Region"
}
],
"name": "Northern Health Authority",
"partOf": {
"reference": "Organization/ca-csd-example-organization",
"display": "National Health System"
},
"telecom": [
{
"system": "phone",
"value": "+1-555-654-3210",
"use": "work"
},
{
"system": "email",
"value": "contact@northernhealthauthority.example.org",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"616 Obligation Road"
],
"city": "Northern City",
"state": "NS",
"postalCode": "M4F0F7",
"country": "CAN"
}
]
}