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

FHIR IG analytics

Packageca.infoway.io.core
Resource TypeOrganization
IdOrganization-example-organization-ca-core.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

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