{
  "resourceType": "StructureDefinition",
  "url": "https://simplifier.net/health-espresso/home_visit_range",
  "name": "Home_Visit_Range",
  "status": "active",
  "description": "check if the sign-in / sign-out for appointment was inside this range or not.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Appointment"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://simplifier.net/health-espresso/home_visit_range"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "Distance"
          }
        ]
      }
    ]
  }
}