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

FHIR IG analytics

Packageca.infoway.io.ca-csd
Resource TypeLocation
IdLocation-distance-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": "ca-csd-example-location-distance",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Location-Distance"
    ]
  },
  "identifier": [
    {
      "system": "http://example.org/locations",
      "value": "LOC-12345"
    }
  ],
  "status": "active",
  "name": "Example Health Clinic",
  "type": [
    {
      "coding": [
        {
          "system": "http://example.org/location-type",
          "code": "clinic",
          "display": "Clinic"
        }
      ],
      "text": "Clinic"
    }
  ],
  "address": {
    "line": [
      "123 Example St"
    ],
    "city": "Northern City",
    "state": "NS",
    "postalCode": "M4F0F7",
    "country": "CAN"
  },
  "position": {
    "longitude": -79.3832,
    "latitude": 43.6532
  },
  "managingOrganization": {
    "reference": "Organization/ca-csd-example-organization",
    "display": "Example Health Organization"
  }
}