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"
}
}
],
"...": "..."
}