Skip to main content
FHIR Extension: Location Boundary GeoJSON

Documentation for our Location Boundary GeoJSON Extension in FHIR4

Rachel Shelswell avatar
Written by Rachel Shelswell
Updated over 2 months ago

Extension: "Location Boundary GeoJSON"
URL: "http://hl7.org/fhir/StructureDefinition/location-boundary-geojson"
Value: "valueAttachment"

Description:

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

Resource & Resource Element Locations:

This extension is located under the Location resource.

Example:

{
"resourceType": "Location",
"id": "16260",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/location-boundary-geojson",
"valueAttachment": {
"url": "https://fhir.sandbox.caredove.com/cd-media/boundary-geojson/16260"
}
}
],
"...": "..."
}
Did this answer your question?