All Collections
Developer Integrations
FHIR Extension: Location Boundary GeoJSON
FHIR Extension: Location Boundary GeoJSON

Documentation for our Location Boundary GeoJSON Extension in FHIR4

Rachel Shelswell avatar
Written by Rachel Shelswell
Updated over a week ago

Extension: "Location Boundary GeoJSON"
URL: "http://build.fhir.org/extension-location-boundary-geojson.html"
Value: "valueAttachment"

Description:

This extension provides an attachment to a GeoJSON file provided by Caredove of a listings Coverage Area.

Resource & Resource Element Locations:

This extension is located under Location 

Example:

"resource": {
                "resourceType": "Location",
                "id": "16260",
                "extension": [
                    {
                        "url": "http://build.fhir.org/extension-location-boundary-geojson.html",
                        "valueAttachment": {
                            "url": "https://sandbox.caredove.com/api/native_v1/Boundary/16907"
                        }
                    }
                ]
            }
Did this answer your question?