FHIR IG analytics| Package | ca.bc.patient-summary |
| Resource Type | Organization |
| Id | PS-CA BC Organization Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Organization
Name: Dr. Jane Doe Clinic
Fax: 604-858-3691
Phone: 250-597-3777
Address: 201-2763 Beverly St, Duncan, BC, V9L 6Y9, Canada
Email: janedoe@ehealth.ab.org
{
"resourceType": "Organization",
"id": "OrganizationPSBCExample",
"meta": {
"profile": [
"http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.example.org/organizations",
"value": "44445555"
}
],
"name": "Dr. Jane Doe Clinic",
"address": [
{
"line": [
"Duncan Family Practice",
"201-2763 Beverly St"
],
"city": "Duncan",
"state": "BC",
"postalCode": "V9L 6Y9",
"country": "Canada"
}
],
"telecom": [
{
"system": "fax",
"value": "(60) 4858 3691",
"use": "work"
},
{
"system": "phone",
"value": "(60) 4858 3691",
"use": "work",
"rank": 1
},
{
"system": "email",
"value": "janedoe@ehealth.ab.org",
"use": "work"
}
]
}