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

FHIR IG analytics

Packageca.on.oh-erec-ig
Resource TypeLocation
IdLocation-example.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": "25470F9E-0092-4997-AF53-AA3EF0F50879",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Location|1.1.0"
    ]
  },
  "name": "Yonge Street Medical Office",
  "address": {
    "type": "physical",
    "line": [
      "279 Yonge St"
    ],
    "city": "Barrie",
    "state": "ON",
    "postalCode": "M5B 1N8",
    "country": "CAN"
  },
  "position": {
    "longitude": -79.38248,
    "latitude": 43.6556497
  }
}