FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | Organization |
| Id | Organization-example-organization-ca-core.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"id": "example-organization-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/organization-ca-core"
]
},
"name": "Vancouver General Hospital",
"identifier": [
{
"system": "http://hlth.gov.bc.ca/fhir/NamingSystem/bc-phi",
"value": "VGH123456"
}
],
"address": [
{
"use": "work",
"type": "physical",
"line": [
"855 West 12th Avenue"
],
"city": "Vancouver",
"state": "BC",
"postalCode": "V5Z 1M9",
"country": "CA"
}
],
"telecom": [
{
"system": "phone",
"value": "604-875-4111",
"use": "work"
},
{
"system": "email",
"value": "info@hospitalgh.ca",
"use": "work"
}
],
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"active": true
}