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

FHIR IG analytics

Packageca.infoway.io.core
Resource TypeLocation
IdLocation-example-location-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": "Location",
  "id": "example-location-ca-core",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/location-ca-core"
    ]
  },
  "identifier": [
    {
      "system": "http://example.ca/NamingSystem/Location",
      "value": "LOC789012"
    }
  ],
  "name": "A General Hospital - Emergency Department",
  "status": "active",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "ER",
          "display": "Emergency Room"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "604-875-4111",
      "use": "work"
    }
  ],
  "address": {
    "text": "A General Hospital Emergency Department, 899 West 12th Avenue, Vancouver, BC V5Z 1M9",
    "line": [
      "899 West 12th Avenue"
    ],
    "city": "Vancouver",
    "state": "BC",
    "postalCode": "V5Z 1M9",
    "country": "CA"
  },
  "managingOrganization": {
    "reference": "Organization/example-organization-ca-core"
  }
}