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-2.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-2",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/location-ca-core"
    ]
  },
  "identifier": [
    {
      "system": "http://example.ca/NamingSystem/Location",
      "value": "LOC789013"
    }
  ],
  "name": "Dr. Bambrick Family Practice",
  "status": "active",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "OF",
          "display": "Outpatient Facility"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "604-555-1234",
      "use": "work"
    }
  ],
  "address": {
    "text": "Dr. Bambrick Family Practice, 123 Main Street, Suite 100, Vancouver, BC V6B 1A1",
    "line": [
      "123 Main Street",
      "Suite 100"
    ],
    "city": "Vancouver",
    "state": "BC",
    "postalCode": "V6B 1A1",
    "country": "CA"
  }
}