{
  "resourceType": "StructureDefinition",
  "text": {
    "status": "empty",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">No human-readable text provided in this case.</div>"
  },
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-profile-Location-coverage",
  "version": "1.0.0",
  "name": "PHSDLocationCoverage",
  "title": "PHSD Location Coverage",
  "status": "draft",
  "description": "PHPH Location profile used to convey the a HealthcareService.location, captured as a contained resource.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Location",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Location.extension:boundary-geojson",
        "path": "Location.extension",
        "sliceName": "boundary-geojson",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/location-boundary-geojson"
            ]
          }
        ],
        "mustSupport": true,
        "isModifier": false
      },
      {
        "id": "Location.name",
        "path": "Location.name",
        "mustSupport": true
      },
      {
        "id": "Location.position",
        "path": "Location.position",
        "mustSupport": false
      }
    ]
  }
}