FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.bc.patient-summary
Resource TypeOrganization
IdPS-CA BC Organization Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "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"
    }
  ]
}