{
  "resourceType" : "Location",
  "id" : "EmergencyUnit",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/LocationUnit"]
  },
  "extension" : [{
    "extension" : [{
      "url" : "https://fhir.by/StructureDefinition/OrganizationRegistrationStart",
      "valueDate" : "2003-12-11"
    },
    {
      "url" : "https://fhir.by/StructureDefinition/OrganizationRegInRegistr",
      "valueDate" : "2003-12-11"
    },
    {
      "url" : "https://fhir.by/StructureDefinition/OrganizationActInRegistr",
      "valueDateTime" : "2023-12-11T11:12:00Z"
    }],
    "url" : "https://fhir.by/StructureDefinition/OrganizationRegistration"
  }],
  "status" : "active",
  "name" : "Отделение скорой медицинской помощи ",
  "alias" : ["ОСМП"],
  "type" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/TypeStructuralUnit",
      "code" : "other-branch"
    }]
  }],
  "contact" : [{
    "telecom" : [{
      "system" : "phone",
      "value" : "+375212001121"
    }]
  }],
  "address" : {
    "extension" : [{
      "url" : "https://fhir.by/StructureDefinition/StreetGeoRegistry",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/StreetGeoRegistry",
          "code" : "72609920778",
          "display" : "Могилевская область, г.Могилев, Переулок Гоголя, д.19"
        }]
      }
    }],
    "text" : "5-й этаж",
    "postalCode" : "212011"
  },
  "managingOrganization" : {
    "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
  }
}